CppTools icon indicating copy to clipboard operation
CppTools copied to clipboard

Results 12 CppTools issues
Sort by recently updated
recently updated
newest added

- Patched GDB 7.11 slightly different commands syntax (e.g. Thread instead of thread) - Removed Alert when commit PSIs (got some ClassCastExceptions with idea 2016) - need review - Hardcoded...

Is it possible to initiate a build without first focusing the makefile i.e. from wherever I am in the project?

I have only increase a build number. Can you please test it whether it works together with Pycharm community edition? I don't know how to build up:( For Fedora we...

The instructions to build the project is unclear. I tried : - Setting the IDEA SDK ( The intellij installation itself acts like Intellij Platoform SDK https://www.jetbrains.com/idea/help/configuring-intellij-platform-plugin-sdk.html ) and named...

11:07:04 PM ServerExecutionException Error: `File "src/server/cfserver.cpp", line 790: void Server::process_command(const Cmd::R, Pipe &): Failure: Error while executing TCL script: couldn't read file "/Users/gator/library/application support/intellijidea14/cpptools/lib/profile.tcl": no such file or directory while...

I need good support for `Makefile`s in IntelliJ and the CPP plugin has that. Unfortunately, it also produces a number of error notifications every time I start IntelliJ or open...

I've included `` but the following code produces an error for `_Bool`. ``` _Bool a = true; ``` `` makes the following defines: ``` #define bool _Bool #define true 1...

Also removed workspace for Cardea, since the code this builds doesn't even support it any more.

It took me a while to get this to work, but I finally did. There's still some work to get done for this to be fine for IDEA 14. It's...