Incremental Search in Function List

Post any comments, suggestions, annoyances or ideas for future releases here. Please do not post bug reports or questions here.
Post Reply
Rat
Posts: 68
Joined: Wed Jun 15, 2011 1:18 am

Incremental Search in Function List

Post by Rat »

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.
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

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
Post Reply