Page 1 of 1

EditorGadget enhancements

Posted: Sat Nov 24, 2007 2:19 pm
by dhouston
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.

Posted: Sat Nov 24, 2007 7:42 pm
by byo
How about:

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)
but a flag would be good. :wink: