主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
CeH9
Software engineer
活动总数
121
最后的活动
2019年08月04日 10:49
成员加入日期
2016年05月06日 11:59
关注
0 名用户
关注者数
0 名用户
投票数
16
订阅数
31
活动概览
帖子(25)
评论(49)
按最近的活动排序
最近的活动
投票数
创建于
2017年02月06日 16:35
More details: https://github.com/CeH9/PackageTemplates/blob/master/src/core/actions/custom/CopyFileAction.java#L44 - PSI method usage https://github.com/CeH9/PackageTemplates/blob/master/src/core/...
社区
IntelliJ IDEA Open API and Plugin Development
PsiDirectory.copyFileFrom -> Redo recreate file without content
0 票
创建于
2017年02月06日 15:45
Solved withUndoConfirmationPolicy.DO_NOT_REQUEST_CONFIRMATION
社区
IntelliJ IDEA Open API and Plugin Development
Revert\Undo failed Command
0 票
已编辑于
2017年02月06日 19:40
Same issue with Undo. I use command inside dialog, then close it and use Undo. Can command lose file content after closing dialog? Also Ctrl+Z don't available in dialog, it unlocks after closing di...
社区
IntelliJ IDEA Open API and Plugin Development
PsiDirectory.copyFileFrom -> Redo recreate file without content
0 票
创建于
2017年02月06日 14:01
Issue fixed. I replaced native java.io functionality with IDEA API which sup Undo, so i don't need to care about storing temp files. P.S. yep it's File and Code Templates, my tempaltes depends on F...
社区
IntelliJ IDEA Open API and Plugin Development
Temp storage for files
0 票
创建于
2017年02月03日 18:05
I think u need use java.io.File.separator than "/" for support other platforms like Mac OS.
社区
IntelliJ IDEA Open API and Plugin Development
find virtual file for relative path under content roots
0 票
已编辑于
2017年02月03日 17:12
I found solution with confirmationDialog, but i already show another dialog with my info. Two dialog in a row seems like overhead. UndoManager.getInstance(project).undo(null);
社区
IntelliJ IDEA Open API and Plugin Development
Revert\Undo failed Command
0 票
创建于
2017年02月01日 12:41
I think it's like central maven repository. Some other plugin\project\developer's may depends on yours, so JetBrains must store all plugins.
社区
IntelliJ IDEA Open API and Plugin Development
How Do I Delete A Plugin?
0 票
已编辑于
2017年02月01日 11:26
From documentation: The following modules are currently available in all products based on IntelliJ Platform: com.intellij.modules.platform com.intellij.modules.lang com.intellij.modules.vcs com.i...
社区
IntelliJ IDEA Open API and Plugin Development
Porting from IDEA to WebStorm
0 票
创建于
2017年01月24日 11:49
How to add description to FileTemplate?
社区
IntelliJ IDEA Open API and Plugin Development
How to get IDE template path in plugin development?
0 票
创建于
2017年01月12日 15:27
Shortcuts(ctr+z) or actins in top bar like in Idea. Dialog must keep his own history of multiple actions, not one revert for all actions like in my prev questions.
社区
IntelliJ IDEA Open API and Plugin Development
Undo into dialog
0 票
«
第一页
‹
上一页
下一页
›
最后
»