Hi Jussi,
I just thought it would be nice to have an incremental function search box.
I have this in my Borland C++ Builder IDE and I use it all the time.
e.g. Press CTRL-G and start typing the function name... the popup dialog function list reduces the list with every character typed, until I click on one of the entries which then closes the box and jumps to the function.
Cheers,
Keith.
Incremental Search in Function List
I just thought it would be nice to have an incremental function search box.
Currently in Zeus there is an Edit, Incremental Search keyboard function which does general incremental searching.
There is also a Tags, Auto Complete Current Word which does a form of incremental searching of the tags database.
There is also a tags_display macro function that can be used to do a form of scriptable intellisensing.
See here for more details: http://www.zeusedit.com/zforum/viewtopic.php?t=2501
Cheers Jussi