I've worked with C# for a while, and i enjoy a lot the
#region command. It wrilly helps.
Is there any way to do this in delphi 7.0. I know that Delphi 2005 has it, but we cant upgrade to Delphi 2005 yet.
So is there any option hidden somewhere deep inside the dephi to do that, or any wizard, expert that you know?
In case youre not familiar with what #region does:
You simply write a #region ALABEL HERE
and a #endRegion somewhere in the IDE, and simply collapse, expand the code between these thow directives.
#region command. It wrilly helps.
Is there any way to do this in delphi 7.0. I know that Delphi 2005 has it, but we cant upgrade to Delphi 2005 yet.
So is there any option hidden somewhere deep inside the dephi to do that, or any wizard, expert that you know?
In case youre not familiar with what #region does:
You simply write a #region ALABEL HERE
and a #endRegion somewhere in the IDE, and simply collapse, expand the code between these thow directives.