![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwfDgnTmoZK-dw6RlbrHAgOh17MkuBC3e1NuAnNlmjzJHY2PlhniM49UZiB7r2M7pFH3mNWrQc0xUKRWS5jwHMohNIyB35prkvfIBWGEnthyphenhyphenqrkqn1UlbfLUG4buSbVCi0YfHIBA/s320/tp.jpg)
This is just great!
Today I had to search a unit for specific functions, and you can search the code structure with the structure pane which is a list of all the components and methods of a unit in alphabetic order.
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgIN-9mjx8K5NJSmWEmu3seXImJBspkHTCWRKreki4tMyXbHi9is2ZR_igugTe6KjSkN-_Awj1zpjyYfNdhN1TJ9uNN-1MZF6U0HNC1Kw_ePDYel62q9Sd5Gow1-QZI6nEXsqqdag/s320/struc.jpg)
Would it not be nice to have a filtering option on the stucture panel too? Just type 'Formc' and you have your FormCreate event.
Taking this idea a step further, also the Object Inspector and Project Mangager could benefit from such an option.
I am not sure if anybody already came up with this, but if it is in Quality Central I sure would like to vote for it. (Did not find it yet)
5 comments:
DDevExtensions from http://andy.jgknet.de/dspeedup/builds/ will filter units and forms.
I use cnPack which is a great add-in for Delphi IDE
it has a procedure list(Ctrl+D) which will show you all the proceduers in the current unit, and it will start filtering by typing any character.
also it replace the unit and forms selection window with better one that has filter by name
I was thinking about the same things before. Also it would be nice to make manual filter of the procedures list e.g. make visible only few of them (those you currently working with). And of course filtering in Object Inspector (or incremental search) is really necessary.
It can be downloaded from
http://delphi2007.givemesolution.com
(100% working version, tried)
Interesting read, thanks for sharing
Post a Comment