projectGeneratorSimple
projectGeneratorSimple copied to clipboard
button to open the project in its IDE
I find every time I make a project in projectBuilder, I want to open the xcode project straight away. If we had a button that opened it up that would be awesome, that did something like
system("open /path/to/file");
on osx
On windows the answer might be here:
http://stackoverflow.com/questions/6657777/open-text-file-and-program-shortcut-in-windows-batch-file
For linux we could call codeblocks directly:
http://linux.die.net/man/1/codeblocks