Visual Studio 2008 as IDE for Bennu

Started by Treval, December 30, 2008, 02:51:45 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Treval

Can I use Visual Studio 2008 Professional as an IDE for Bennu?

I just want to be able to make 'regions' like in Visual Studio.
Regions are sections that you can define your code in between and when you do,
a + and - sign appear next to it, so you can either collapse, or expand that particular code.
This results in a lot more readability =D and excluding the things
you don't need to read at the moment.

Example:

[-]# region "Private fields"
       Private
           string greeting;
           int i;
#region

Your code might then look like this:

  • #region "Main Process"

  • #region "Ship"

  • #region "Enemies"




Treval aka Badman


darío

My sites:
Smart Fpg Editor - Painless FPG Edition for Bennu and PixTudio
fenixlib - .NET support for manipulating PixTudio, Bennu and Div graphic formats

josebita

You can use other editors that can do that automatically... not sure how well they work with bennu though.

Prg

http://forum.bennugd.org/index.php?topic=165.0

aquí hay algunos parches de algunos editores para que los puedes usar con bennu. no se si en alguno puedas hacer eso, pero puedes revisar si alguno te sirve.
______________________
   
here are some patches that some editor may use bennu. I do not know if one can do that, but you can check if any serves.
en humos puedes mover la camara con los cursores. es necesario para los niveles a partir del dos :)