[IDE] Autocomplete tips enchancements
Posted: Wed Oct 02, 2013 3:02 pm
At first, autocomplete window needs to get wider:

Second, change behaviour of TAB key in this help tip. At this moment, by pressing TAB, we accomplish currently selected command. I propose better way.
When you type and then press TAB, IDE shows Why? Because we have three possible continuations: then, you type "T" key then press TAB, IDE shows all commands.
Then, you type "_" to weed out "3D" commands, then type "D" to show all "Download" variants, e.t.c...
Got the idea? If not, see Unix-way command-line prompting completion on wikipedia

Second, change behaviour of TAB key in this help tip. At this moment, by pressing TAB, we accomplish currently selected command. I propose better way.
When you type
Code: Select all
#PB_Ev
Code: Select all
#PB_Event
Code: Select all
#PB_Event3D
#PB_Event_
#PB_EventType_
Code: Select all
#PB_EventType
Then, you type "_" to weed out "3D" commands, then type "D" to show all "Download" variants, e.t.c...
Got the idea? If not, see Unix-way command-line prompting completion on wikipedia