EditorGadget enhancements

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
dhouston
Enthusiast
Enthusiast
Posts: 430
Joined: Tue Aug 21, 2007 2:44 pm
Location: USA (Cincinnati)
Contact:

EditorGadget enhancements

Post 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.
byo
Enthusiast
Enthusiast
Posts: 635
Joined: Mon Apr 02, 2007 1:43 am
Location: Brazil

Post 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:
Proud registered Purebasic user.
Because programming should be fun.
Post Reply