Many times I have found myself in the situation of searching for a long time to find the name of a function in code explorer,
especially in files with many functions.
It would be nice to add a search box in code explorer, in order to make a function easier to locate.
When the user starts typing, then only the matching functions names shall be displayed.
What do you think?
DONE: Code explorer enhancement
Re: Code explorer enhancement
Before the search function is implemented you may want to click on icon with cogs in Code Explorer panel and then switch "Enable sort" on, if you haven't already.
Alium tibi quaere fratrem; hic, quem tuum putas, meus est. Titus Flāvius Caesar Vespasiānus Augustus
- Rickard Johansson
- Site Admin
- Posts: 6783
- Joined: 19 Jul 2006 14:29
Re: Code explorer enhancement
I'll see what I can do.
In the mean time - you can use the "goto" dialog window Ctrl+G. It lists all functions and have a search function.
In the mean time - you can use the "goto" dialog window Ctrl+G. It lists all functions and have a search function.
Re: Code explorer enhancement
I wonder how I missed that...
Thanks.
Thanks.
- Rickard Johansson
- Site Admin
- Posts: 6783
- Joined: 19 Jul 2006 14:29
Re: Code explorer enhancement
Added a search box to the code explorer panel in v15.45.
Re: DONE: Code explorer enhancement
Thank you very much!!!