Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Anton Makeev
Total activity
2373
Last activity
April 15, 2019 16:26
Member since
July 02, 2007 11:05
Following
0 users
Followed by
2 users
Votes
0
Subscriptions
888
Activity overview
Posts (2)
Comments (1483)
Sort by recent activity
Recent activity
Votes
Created
June 16, 2009 07:43
Hi, John,To workaround the problem in IDEA 8.1 try adding new Maven projects using Add Maven Project button on the Maven Projects tool window.Thanks,Anton Makeev
Community
IntelliJ IDEA Plugin Users
command line maven generated pom.xml not recogonized in IDEA
0 votes
Created
April 02, 2010 16:13
Hi, MaxWe have temporary problems with our plugin server; will be fixed ASAP.Sorry for inconvenience.Thanks,Anton Makeev
Community
IntelliJ IDEA Plugin Users
Loading plugin list broken in 95.4
0 votes
Created
April 21, 2016 13:10
Andrew, currently it's not possible to override the default CLion behavior with a plugin. What workflow do you want to support with a custom plugin?
Community
IntelliJ IDEA Open API and Plugin Development
Setting CMake Options and Build Directory
0 votes
Created
April 25, 2016 12:57
Andrew, while you can specify arguments passed to the cmake manually or via plugin, it is not possible to override the build (generation) folder. We plan to implement it 2016.2 (can't commit on thi...
Community
IntelliJ IDEA Open API and Plugin Development
Setting CMake Options and Build Directory
0 votes
Created
April 26, 2016 09:05
This is the only way currently, I'm afraid. How are these arguments specified normally? (without using the IDE, I mean)
Community
IntelliJ IDEA Open API and Plugin Development
Setting CMake Options and Build Directory
0 votes
Created
May 18, 2016 11:55
To be revertible changes mush be wrapped in com.intellij.openapi.command.CommandProcessor#executeCommand or com.intellij.openapi.command.WriteCommandAction. The changes will be recorder automatical...
Community
IntelliJ IDEA Open API and Plugin Development
Revert in intellij
0 votes
Created
March 16, 2016 15:14
To build the selected run configuration you can use the following snippet: new CMakeTargetAction.Build() { @Override public void doBuild(@NotNull Project project) { super.doBuild(project);} }.doBui...
Community
IntelliJ IDEA Open API and Plugin Development
How to run cmake with clion.jar
0 votes
Created
March 16, 2016 15:20
Sorry, I don't understand what you are trying to achieve. Maybe you could describe your idea?
Community
IntelliJ IDEA Open API and Plugin Development
How to run cmake with clion.jar
0 votes
Created
March 16, 2016 16:02
Sorry, can't understand what you mean. Maybe step-by-step description of what you already have could help. Also, as I asked previously the general idea of the plugin might make things more clear
Community
IntelliJ IDEA Open API and Plugin Development
How to run cmake with clion.jar
0 votes
Created
May 04, 2016 12:25
It's ObjectiveC
Community
IntelliJ IDEA Open API and Plugin Development
what is the language id of c/c++
0 votes
«
First
‹
Previous
Next
›
Last
»