yab | yet another Basic for HAIKU

Full Version: Textedit changes.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Recent changes to TextEdit:

Added a small ( 2 pixel ) gutter around the text. This makes it much easier to read the text. This will not change the code, but may change where the words wrap or scroll in a TextEdit.

As TextEdit GET "CountLines" returns the number of lines ending in "/n", I added:

TextEdit GET "CountPhysicalLines" counts the number of lines displayed, even if wordwrap is used.

And as a counterpoint to TextEdit GET "curser-position", I added:

TextEdit SET "curser" ofset
This moves the curser to the ofset ( bytes from the beginning )indicated. Remember textcontrol counts bytes, if one uses two byte characters one must account for this.
I hate to be pedantic, but shouldn't that be "cursor"? A curser is what I become when my code does not work ...
(11-03-2015, 02:49 PM)clasqm Wrote: [ -> ]I hate to be pedantic, but shouldn't that be "cursor"? A curser is what I become when my code does not work ...

Never appologize tor a corection, Thanks, I have corected the spelling.
Free Web Hosting