Bennu Game Development

English Forums => Helpdesk => Topic started by: Treval on December 30, 2008, 02:51:45 PM

Title: Visual Studio 2008 as IDE for Bennu
Post by: Treval on December 30, 2008, 02:51:45 PM
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:

Title: Re: Visual Studio 2008 as IDE for Bennu
Post by: darío on December 30, 2008, 04:36:23 PM
As far as I know, no, you can't.
Title: Re: Visual Studio 2008 as IDE for Bennu
Post by: josebita on December 30, 2008, 06:32:00 PM
You can use other editors that can do that automatically... not sure how well they work with bennu though.
Title: Re: Visual Studio 2008 as IDE for Bennu
Post by: Prg on December 31, 2008, 01:37:02 AM
http://forum.bennugd.org/index.php?topic=165.0 (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.