Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Alternative Code Editor
Message
 
À
26/12/2008 08:39:10
Jarid Griesel
The Innovix Technology Group (Pty) Ltd
Johannesburg, Afrique du Sud
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
VB 9.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
VistaDB
Application:
Desktop
Divers
Thread ID:
01369742
Message ID:
01369746
Vues:
9
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform