binstream Posted January 30, 2014 Posted January 30, 2014 Do you use any IDE (Visual Studio, Eclipse...) to work on UNIGINE-powered projects? If yes, please specify, which one.
binstream Posted January 30, 2014 Author Posted January 30, 2014 I don't use IDE, my tools are VIM + mc (under Linux).
anthony.liot Posted January 30, 2014 Posted January 30, 2014 I am using XCode with the Unigine Script on OSX .... But better support for IDE will be really nice, I work with Netbeans too, but never found enough time for have a good support, and Xcode it's always open. On window, I work only with Notepad++, I try to open the less possible visual :)
aargh Posted January 30, 2014 Posted January 30, 2014 I have not found the option "I want to use IDE ..." ;-)Some modern IDE that allows debugging, intellisense, syntax highlighting. Ideally for example as plugin for VisualStudio. Actually i don't use IDE, only PSpad or Notepad++ on Windows.
binstream Posted January 30, 2014 Author Posted January 30, 2014 I have not found the option "I want to use IDE ..." ;-) Some modern IDE that allows debugging, intellisense, syntax highlighting. Ideally for example as plugin for VisualStudio. Actually i don't use IDE, only PSpad or Notepad++ on Windows. Added "No, but I would like to" option
ivan.cuevas Posted January 30, 2014 Posted January 30, 2014 Yes, Visual Studio 2012 (plugins: Visual Assist X & Mindscape VS File Explorer) and Notepad++ (under Windows)
martial.barbera Posted January 30, 2014 Posted January 30, 2014 I use Notepad++ for unigine script with my own syntax highlighting config-file, but i would like a system for automatic-completion and code syntax validator.(notepad++ plugin will be great)
honya Posted January 30, 2014 Posted January 30, 2014 I use Visual Studio 2010 for showing syntax highlighting without project/solution.
maimonides Posted January 30, 2014 Posted January 30, 2014 I use notepad++, but vs plugin would be far better.
david.garcia Posted January 31, 2014 Posted January 31, 2014 I am using Sublime Text (under Windows and OSX), without plugins. If I got plugins my life would be better.
scott.richmond Posted February 1, 2014 Posted February 1, 2014 I would love to. Its one of the key reasons Unigine is so far behind every other engine out there in terms of productivity.
ulf.schroeter Posted February 1, 2014 Posted February 1, 2014 Visual Studio Express C++ IDE and notepad++
ExBemined Posted February 18, 2014 Posted February 18, 2014 Using QtCreator here, after testing a few ones this one turned out to be most tolerant to UnigineScript so we have code completion on most classes (with a little help from some defines and the extern info header).
danni.coy Posted April 30, 2014 Posted April 30, 2014 KDevelop on Linux is the best option I have tried so far. For the most part I have everything I could want except for debugging support. I am trying sublime edit on Windows (for maxscript mostly) but it has the *wrong* shortcuts . I do have some problems with nested namespaces (not a C++ feature) and forloop, foreach and foreachkey structures (also not C++ features) and I do have to reformat the file that you can generate that lists all the built in uniginescript functionality. I could probably post a tutorial on my setup if anybody is interested.
anton.stetz Posted April 30, 2014 Posted April 30, 2014 KDevelop on Linux is the best option I have tried so far. For the most part I have everything I could want except for debugging support. I am trying sublime edit on Windows (for maxscript mostly) but it has the *wrong* shortcuts . I do have some problems with nested namespaces (not a C++ feature) and forloop, foreach and foreachkey structures (also not C++ features) and I do have to reformat the file that you can generate that lists all the built in uniginescript functionality. I could probably post a tutorial on my setup if anybody is interested. Danny, any information about Unigine is interested. Don't stop))))
angus.wood Posted June 2, 2014 Posted June 2, 2014 I use Emacs under cygwin on Windows. If there were to be an IDE I think the biggest thing that would make me use it would be integrated debugging but that's quite a tall order.
kadir.basol Posted December 20, 2014 Posted December 20, 2014 CLion will be best IDE for C/C++ and ASM i think.I am waiting for stable edition.
santosh.a Posted March 2, 2015 Posted March 2, 2015 Notepad++ on windows. Being able to work in Visual Studio would be huge help.
Recommended Posts