Experts
I recently created some experts for Delphi that can increase your productivity.
1) Region Expert
Select a block of text, then press Ctrl D. The expert prompts you to
enter a name, then surrounds the block of text using the {$REGION}
directive.
2) Comment Expert
Select a block of text, then press Alt /. The expert then preceeds the block of code with //.
3) XML comments Expert
Enter 3 / before a routine declaration, and the expert creates XML-styled comments for you.
Click here to view a demo (animated GIF) of the expert in Delphi 7.
Click here to view a demo (animated GIF) of the Region Expert in Delphi 2005.
PS: You need to wait for the GIFs to complete loading. Otherwise, the
expert appears very sluggish. Once the GIFs finished loading, it
replays again, and you can see the actual speed of the expert, which is
very fast!