主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
Anton Makeev
活动总数
2370
最后的活动
2019年04月15日 16:26
成员加入日期
2007年07月02日 11:05
关注
0 名用户
关注者数
2 名用户
投票数
0
订阅数
888
活动概览
帖子(2)
评论(1480)
按最近的活动排序
最近的活动
投票数
创建于
2017年02月16日 21:09
You can set it up, since IntelliJ SDK only requires standard jar files, but most likely you won't be able to run it easily. You'll also need a way to extract macOS DMG installers on Windows: http:...
社区
IntelliJ IDEA Open API and Plugin Development
AppCode add PsiDir issue
0 票
创建于
2017年02月16日 18:22
You can have one version with optional dependencies. In order to access mentioned classes and compile the plugin you'll need to have AppCode SDK setup (you can use the current EAP version).
社区
IntelliJ IDEA Open API and Plugin Development
AppCode add PsiDir issue
0 票
创建于
2017年02月16日 18:20
It should be possible to check UndoManager.isUndo/RedoInProgress inside a command
社区
IntelliJ IDEA Open API and Plugin Development
How to intercept Undo/Redo operations?
0 票
创建于
2017年02月16日 14:23
I see, so yes, this is AppCode-specific. The easiest way is to inherit from OCNewFileActionBase. You can also inherit from XcodeCreateFileDialog and then use com.jetbrains.cidr.actions.newFile.Xcod...
社区
IntelliJ IDEA Open API and Plugin Development
AppCode add PsiDir issue
0 票
创建于
2017年02月16日 14:06
No direct way to intercept undo, but any undo/redo is a command, that can be listened via com.intellij.openapi.command.CommandListener
社区
IntelliJ IDEA Open API and Plugin Development
How to intercept Undo/Redo operations?
0 票
创建于
2017年02月15日 23:31
Could you please describe what are you trying to achieve?
社区
IntelliJ IDEA Open API and Plugin Development
AppCode add PsiDir issue
0 票
创建于
2017年02月13日 18:08
'Project' view in AppCode represents logical Groups, not real folders. Depending on your needs, you might want to use one of the subclasses of OCNewFileActionBase
社区
IntelliJ IDEA Open API and Plugin Development
AppCode add PsiDir issue
0 票
创建于
2017年02月09日 12:23
Should be possible via VirtualDirectory.createChildData/VfsUtil#saveText
社区
IntelliJ IDEA Open API and Plugin Development
PsiDirectory.copyFileFrom -> Redo recreate file without content
0 票
创建于
2017年02月08日 22:46
Arsen, there is a known issue with Undo that doesn't support binary files IDEA-99788. Do you have the same problem?
社区
IntelliJ IDEA Open API and Plugin Development
PsiDirectory.copyFileFrom -> Redo recreate file without content
0 票
创建于
2017年02月08日 22:44
No, command should be performed atomically; try to rework your logic so that it shows dialog, gathers all necessary info and then applies all the changes.
社区
IntelliJ IDEA Open API and Plugin Development
Messages YesNoDialog devide command
0 票
«
第一页
‹
上一页
下一页
›
最后
»