Hi all --

I thought it could be useful to all of us to get a thread going where we share 
IDE features (or even configurations) that we've found to boost our 
productivity. You might become more efficient or happy because of a feature you 
didn't know was there--and you might be able to help others do the same :-)

In that spirit, I'll try to start ...

Code folding is a feature in D2005 that I find useful. However, the IDE also 
lets you define your own custom regions that can be folded and unfolded. If 
you've got a group of procedures, for example, that are similar and logically 
grouped together, you can fold and unfold the entire group as one. 

At the beginning of the new region enter
{$REGION 'Name of Region'}

followed by
{$ENDREGION}
at the region's endpoint.

What makes you more productive?

Al C.
_______________________________________________
Delphi mailing list -> [email protected]
http://www.elists.org/mailman/listinfo/delphi

Reply via email to