主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
Anton Makeev
活动总数
2373
最后的活动
2019年04月15日 16:26
成员加入日期
2007年07月02日 11:05
关注
0 名用户
关注者数
2 名用户
投票数
0
订阅数
888
活动概览
帖子(2)
评论(1483)
按最近的活动排序
最近的活动
投票数
创建于
2017年03月22日 11:24
I see; since clang-tidy is run on per-file basis, you need to do the following for every file: OCResolveConfiguration configuration = OCInclusionContextUtil.getActiveConfiguration(file)if (configu...
社区
IntelliJ IDEA Open API and Plugin Development
CLion: Get cmake output directory
0 票
创建于
2017年03月21日 18:47
It's currently not possible, unfortunately: IDEA-99788
社区
IntelliJ IDEA Open API and Plugin Development
Is there a way to extend Undo/Redo with additional custom operations with the goal to Undo/Redo binary file content.
0 票
创建于
2017年03月21日 18:44
Christian, First of all, please keep in mind that since CLion doesn't provide a public API, we cannot guaranty that it will be stable across versions. In 2017.1 there might me many configurations ...
社区
IntelliJ IDEA Open API and Plugin Development
CLion: Get cmake output directory
0 票
创建于
2017年03月21日 18:37
Changes that modify files are not merged by the undo engine, I'm afraid. The only way to have 'atomic' undo is to make the changes inside one command.
社区
IntelliJ IDEA Open API and Plugin Development
ProgressManager#WithProgressAsync + CommandProcessor#executeCommand
0 票
创建于
2017年03月21日 16:52
JavaDoc says 'make undoable action in current document in order to Undo action work from current file'. Usually undo is available in all affected files plus in the file that the action was initiate...
社区
IntelliJ IDEA Open API and Plugin Development
When should we use UndoUtil.markPsiFileForUndo()?
0 票
创建于
2017年03月21日 16:35
Sean, apologies for the delay, was on vacation. I think you need to add the file to the xcode project first. Try something like PBXProjectFile project = XcodeMetaData.getInstance(getProject()).get...
社区
IntelliJ IDEA Open API and Plugin Development
Testing an AppCode Intention Plugin
0 票
创建于
2017年02月28日 11:58
Daniel, what are the steps to reproduce? Could you please attach the log file (Help | Show Log in ...)
社区
CLion
Error: IOException: Cannot run program "C:\Users\daniel\Google": CreateProcess error=193, %1 is not a valid Win32 application
0 票
已编辑于
2017年02月21日 00:01
>1) Is dialog required? Can i create Dir\Group silently? >2) I have no PBXProjectFile and PBXGroup to instantiate dialog. Can i find them in Event? Try something like this: helper = Extensions....
社区
IntelliJ IDEA Open API and Plugin Development
AppCode add PsiDir issue
0 票
创建于
2017年02月20日 23:48
I'm afraid there is no special API for that. Could you please elaborate, what kind on info do you need and what for?
社区
IntelliJ IDEA Open API and Plugin Development
How to intercept Undo/Redo operations?
0 票
创建于
2017年02月17日 15:30
You must not implement/override the extension, instead call it using the following snippet: OCNewFileHelperProvider[] providers = Extensions.getExtensions(OCNewFileHelperProvider.EP_NAME); myHelper...
社区
IntelliJ IDEA Open API and Plugin Development
AppCode add PsiDir issue
0 票
«
第一页
‹
上一页
下一页
›
最后
»