Sublime Forum

Can it run gcc and open source at error location?

#1

I have a large existing C++ project and am porting it to Android/NDK.
I need an IDE that must:

  1. allow running the ~/android-ndk-r7/ndk-build script for compilation;
  2. intercept the gcc output and show it to me;
  3. when I click on an error line, go to error location: open the mentioned file at the mentioned line.

Can Sublime do this?

I do not want to create any IDE projects (in fact, a number of them have already been created in the same tree, and I don’t want any more such stuff).

PS
If it could also insert "const " with a single keypress, that would be great.

0 Likes