You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: