主页
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年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 票
已编辑于
2017年01月11日 14:06
I want to add Undo\Redo for my actions. For example user can change some DataClasses like https://github.com/CeH9/PackageTemplates/blob/5e5cae4b79c0b3ee8393b612c3b20a242c100b07/src/global/models/Pa...
社区
IntelliJ IDEA Open API and Plugin Development
Undo into dialog
0 票
已编辑于
2017年01月02日 15:42
I have done it with setValidationDelay, thx!
社区
IntelliJ IDEA Open API and Plugin Development
Stop dialog's doValidate alarm
0 票
创建于
2017年01月02日 00:56
Vassiliy Kudryashov, i want to stop unnecessary computation(alarm), not to reset prev validation and start another.
社区
IntelliJ IDEA Open API and Plugin Development
Stop dialog's doValidate alarm
0 票
创建于
2016年12月27日 14:47
After spending several days in debugging i figure out that the problem isn't in Idea, actually error in my code.So "dir" with "CreateFromTemplate" wrapped in one Command undone fine.
社区
IntelliJ IDEA Open API and Plugin Development
Undo programmatically
0 票
创建于
2016年12月23日 11:43
It works with dirs but don't work with FileTemplateUtil.createFromTemplate which incapsulate: CommandProcessor.getInstance().executeCommand(project, () -> ApplicationManager.getApplication().runWr...
社区
IntelliJ IDEA Open API and Plugin Development
Undo programmatically
0 票
创建于
2016年12月23日 11:03
https://github.com/CeH9/PackageTemplates/blob/2bece3a824f91b4bbc4ca96fe664bb8e575b0d98/src/global/utils/FileWriter.java#L54-L62
社区
IntelliJ IDEA Open API and Plugin Development
Undo programmatically
0 票
创建于
2016年12月22日 14:52
Dmitry Batrak, Anton Makeev, any ideas?
社区
IntelliJ IDEA Open API and Plugin Development
Undo programmatically
0 票
创建于
2016年12月21日 18:02
Anton Makeev, FileTemplateUtil.createFromTemplate(...) Creating directories(maybe files too) Editing existing files (insert\replace text)
社区
IntelliJ IDEA Open API and Plugin Development
Undo programmatically
0 票
已编辑于
2016年12月21日 12:12
I set groupId, but Ctrl+z still undone each action separatelly. (It's not wrapping, i just testing groupId with my actions)
社区
IntelliJ IDEA Open API and Plugin Development
Undo programmatically
0 票
«
第一页
‹
上一页
下一页
›
最后
»