主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Anton Makeev
活动总数
2370
最后的活动
2019年04月15日 16:26
成员加入日期
2007年07月02日 11:05
关注
0 名用户
关注者数
2 名用户
投票数
0
订阅数
888
活动概览
帖子(2)
评论(1480)
按最近的活动排序
最近的活动
投票数
创建于
2009年06月16日 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
社区
IntelliJ IDEA Plugin Users
command line maven generated pom.xml not recogonized in IDEA
0 票
创建于
2010年04月02日 16:13
Hi, MaxWe have temporary problems with our plugin server; will be fixed ASAP.Sorry for inconvenience.Thanks,Anton Makeev
社区
IntelliJ IDEA Plugin Users
Loading plugin list broken in 95.4
0 票
创建于
2016年04月21日 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?
社区
IntelliJ IDEA Open API and Plugin Development
Setting CMake Options and Build Directory
0 票
创建于
2016年04月25日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Setting CMake Options and Build Directory
0 票
创建于
2016年04月26日 09:05
This is the only way currently, I'm afraid. How are these arguments specified normally? (without using the IDE, I mean)
社区
IntelliJ IDEA Open API and Plugin Development
Setting CMake Options and Build Directory
0 票
创建于
2016年05月18日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Revert in intellij
0 票
创建于
2016年03月16日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to run cmake with clion.jar
0 票
创建于
2016年03月16日 15:20
Sorry, I don't understand what you are trying to achieve. Maybe you could describe your idea?
社区
IntelliJ IDEA Open API and Plugin Development
How to run cmake with clion.jar
0 票
创建于
2016年03月16日 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
社区
IntelliJ IDEA Open API and Plugin Development
How to run cmake with clion.jar
0 票
创建于
2016年05月04日 12:25
It's ObjectiveC
社区
IntelliJ IDEA Open API and Plugin Development
what is the language id of c/c++
0 票
«
第一页
‹
上一页
下一页
›
最后
»