Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Alternative Code Editor
Message
 
To
26/12/2008 08:39:10
Jarid Griesel
The Innovix Technology Group (Pty) Ltd
Johannesburg, South Africa
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 9.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
VistaDB
Application:
Desktop
Miscellaneous
Thread ID:
01369742
Message ID:
01369746
Views:
8
By using the #region/#endregion feature in the VS editor you can simulate one window per function. Just wrap all your functions in #region/#endregion and you can colapse and expand the regions as you see fit.
#region MyMethod
private void MyMethod(string s, bool b)
{
  // do something here
}
#endregion MyMethod
>Can anyone recomend an alternative code editor to that in Visual Studio 2008.
>A requirement would be that each procedure / method can be shown and edited in a sepperate window as with the VFP Editor.
>
>TIA
Semper ubi sub ubi.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform