Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uniprinter.Rename TSPrinter to TSFPrinter (String Fast Printer); Add TSPrinter: String printer that keeps track of the char count #279

Open
CookingWithCale opened this issue Feb 28, 2024 · 0 comments
Assignees

Comments

@CookingWithCale
Copy link
Collaborator

CookingWithCale commented Feb 28, 2024

Mission

Problem

The problem I am addressing on this mission is that I need to print out a short string for use with the Book and Dictionary print functions.

Solution

The solution that I'm addressing on this mission is to use an argument for how many characters wide you want the brief string to be, and put some ... 3 characters before the end.

Currently the Uniprinter has a bug in it that will not return the correct number of UTR-8 or UTF-16 characters, so I'm going to have to add another class that stores the number of characters printed, and prints all string characters all the way up to the end of the buffer, rather than canceling the operating.

File Affected

  1. ?

Hierarchy

Tags

Mission

A

Sessions

Created

License

Copyright Kabuki Starship; all rights reserved.

@CookingWithCale CookingWithCale self-assigned this Feb 28, 2024
@CookingWithCale CookingWithCale changed the title Uniprinter.Add TPrintValueBrief and TPrintTypeValueBrief Uniprinter.Add TPrintValue and TPrintTypeValue brief functions Mar 3, 2024
@CookingWithCale CookingWithCale changed the title Uniprinter.Add TPrintValue and TPrintTypeValue brief functions Uniprinter.Add TPrintValue and TPrintTypeValue overloaded functions to print a maximum amount of characters Mar 3, 2024
@CookingWithCale CookingWithCale changed the title Uniprinter.Add TPrintValue and TPrintTypeValue overloaded functions to print a maximum amount of characters Uniprinter.Overload TPrintValue and TPrintTypeValue functions to print a maximum amount of characters Mar 3, 2024
@CookingWithCale CookingWithCale changed the title Uniprinter.Overload TPrintValue and TPrintTypeValue functions to print a maximum amount of characters Uniprinter.Overload TPrintValue function to print a maximum amount of characters Mar 3, 2024
@CookingWithCale CookingWithCale changed the title Uniprinter.Overload TPrintValue function to print a maximum amount of characters Uniprinter.Overload TPrintValue to print a maximum amount of characters Mar 3, 2024
@CookingWithCale CookingWithCale changed the title Uniprinter.Overload TPrintValue to print a maximum amount of characters Uniprinter.Overload TPrintValue to print a maximum amount of characters with optional argument Mar 3, 2024
@CookingWithCale CookingWithCale changed the title Uniprinter.Overload TPrintValue to print a maximum amount of characters with optional argument Uniprinter.Rename TSPrinter to TSFPrinter (String Fast Printer); Add TSPrinter: String printer that keeps track of the char count Mar 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant