If you want your plugin to work in PyCharm or RubyMine or any of the other IntelliJ based editors you need to uncomment a line in your plugin.xml. Change this: <!-- uncomment to enable plugin in all products <depends>com.intellij.modules.lang</depends> --> To this: <depends>com.int...
If you want your plugin to work in PyCharm or RubyMine or any of the other IntelliJ based editors you need to uncomment a line in your plugin.xml. Change this: <!-- uncomment to enable plugin in all products <depends>com.intellij.modules.lang</depends> --> To this: <depends>com.int...
You can use the -C option to have SCons change directory to another location where you already have a build configuration set up: $ python bootstrap.py -C /some/other/location [arguments] For simplicity in the following examples, we will only show the bootstrap.py approach. ...
Well, in a perfect world Maven and IntelliJ would be feature complete and share the same set of functionalities. But we are not yet there (and we will never get there?). So in practice we need to configure things both in IntelliJ and in Maven. I.e., we need suc...