I need these often so would like to have native PB methods for all platforms.
1. Scroll to line number (with -1 or a flag to scroll to last line)
2. Size limit - when reached, automatically delete lines at the beginning to free room for new lines at the end.
EditorGadget enhancements
How about:
3) A flag for word wrapping automatically with line numbers support.
I know you can easily do this:
but a flag would be good. 
3) A flag for word wrapping automatically with line numbers support.
I know you can easily do this:
Code: Select all
SendMessage_(GadgetID(0), #EM_SETTARGETDEVICE, #Null, 0)

Proud registered Purebasic user.
Because programming should be fun.
Because programming should be fun.