MaxIDE

BlitzMax Forums/BlitzMax Beginners Area/MaxIDE

Farflame(Posted 2009) [#1]
Is there an improved interface that will allow me to wrap functions in a similar fashion to Visual Studio? I've got so used to wrapping my functions and I really miss that feature. I know I can split them into seperate programs and include them that way, but it's a lot of hassle in comparison.

Also, when I try to run my program twice in two seperate IDE's it won't allow that. Do I have to make a seperate copy of my program and run the 2nd copy that way? I need to run two copies occasionally as I'm writing a server/client and I sometimes want to check that two clients can connect and run properly.


Htbaa(Posted 2009) [#2]
MaxIDE doesn't feature it but you can wrap blocks of code in BLIde.


Zeke(Posted 2009) [#3]
you CAN copy your project to other folder. but when i test server+2clients i just launch first client from IDE.. and second client from client.exe.


Farflame(Posted 2009) [#4]
Just downloaded BlIDE, much easier to use, very similar to Visual Studio, although it keeps unwrapping everything after I save and reload .. oh well, one for the Blide forums I guess :p