主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Anton Makeev
活动总数
2370
最后的活动
2019年04月15日 16:26
成员加入日期
2007年07月02日 11:05
关注
0 名用户
关注者数
2 名用户
投票数
0
订阅数
888
活动概览
帖子(2)
评论(1480)
按最近的活动排序
最近的活动
投票数
创建于
2016年05月18日 11:51
To undo some operation, you can use com.intellij.history.LocalHistory#put*Label/com.intellij.history.Label#revert API. Though Local History doesn't support binary files, I'm afraid: IDEA-99788
社区
IntelliJ IDEA Open API and Plugin Development
Reverting Deletion of a binary file.
0 票
创建于
2016年03月15日 20:11
How the user is supported to interact with the plugin, if it's using run configuration then you probably need another way to do it in code. If you share some details on the workflow I'd be able to ...
社区
IntelliJ IDEA Open API and Plugin Development
How to run cmake with clion.jar
0 票
创建于
2016年03月16日 15:36
In the original post you wrote >I make clion plugin to run valgrind, so I need run cmake If you plan to use run configuration, please see http://www.jetbrains.org/intellij/sdk/docs/basics/run_confi...
社区
IntelliJ IDEA Open API and Plugin Development
How to run cmake with clion.jar
0 票
创建于
2016年03月16日 16:23
If you run a CMake configuration it should be in the list of allDescriptors, and you can get ProcessHandler via com.intellij.execution.ExecutionManager#getRunningProcesses.
社区
IntelliJ IDEA Open API and Plugin Development
How to run cmake with clion.jar
0 票
创建于
2016年03月29日 16:48
If you inherit from OCNewFileAction you can then override createDialog and return an instance of CreateFileDialogBase or its subclass, which has all necessary controls (such as target and group). a...
社区
IntelliJ IDEA Open API and Plugin Development
Add a new class/file to xCode (AppCode) project
0 票
创建于
2008年11月13日 08:19
Nathan,We can discuss the API by the email (Anton.Makeev@jetbrains.com). I'm going to the vacation now and will be back by the beginning of December.Thanks,Anton Makeev
社区
IntelliJ IDEA Open API and Plugin Development
LocalVCS APIs in 8.0
0 票
创建于
2012年07月31日 14:42
Jonathan, do you have any exception in AppCode's log?Which version of AppCode do you test your plugin with, 1.5 or 1.6 EAP?
社区
IntelliJ IDEA Open API and Plugin Development
AppCode inspection
0 票
创建于
2012年09月18日 10:19
Jonathan,I apologize for the late respond.Have you managed to solve the problem with AppCode? Do you need any help?
社区
IntelliJ IDEA Open API and Plugin Development
AppCode inspection
0 票
创建于
2015年07月08日 08:27
Jonathan, what exactly do you change in the project file (by project file you mean project.pbxproj, right?)
社区
IntelliJ IDEA Open API and Plugin Development
AppCode doesn't notice the project file has been changed
0 票
创建于
2015年07月08日 11:16
I see, could you please file a bug report with the project before and after the change and the expected vs actual results?
社区
IntelliJ IDEA Open API and Plugin Development
AppCode doesn't notice the project file has been changed
0 票
«
第一页
‹
上一页
下一页
›
最后
»