The Tool Palette has this great option of filtering its content. Give it the focus (or click the filter button) and start typing. For example you will find all the type of buttons when you type 'butt'.
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.
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)
Programming blogs containing .NET, C#, LINQ, Objective-C and Delphi experiences
Subscribe to:
Post Comments (Atom)
Use an image as your UIBarButtonItem
Using an image as your UIBarButtonItem in your navigationcontroller bar can only be achieved by using a common UIButton as the BarButtonItem...
-
In ASP.NET it is easy to set the prefered authentication method in the web.config file. For external websites this is set mostly to Forms ...
-
Using an image as your UIBarButtonItem in your navigationcontroller bar can only be achieved by using a common UIButton as the BarButtonItem...
-
How to get, for example, all the hyperlinks from a webpage, which is loaded in your iPhone app using the UIWebView control? (Xcode's web...
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