Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
CeH9
Software engineer
Total activity
121
Last activity
August 04, 2019 10:49
Member since
May 06, 2016 11:59
Following
0 users
Followed by
0 users
Votes
16
Subscriptions
31
Activity overview
Posts (25)
Comments (49)
Sort by recent activity
Recent activity
Votes
Created
January 12, 2017 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.
Community
IntelliJ IDEA Open API and Plugin Development
Undo into dialog
0 votes
Edited
January 11, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
Undo into dialog
0 votes
Edited
January 02, 2017 15:42
I have done it with setValidationDelay, thx!
Community
IntelliJ IDEA Open API and Plugin Development
Stop dialog's doValidate alarm
0 votes
Created
January 02, 2017 00:56
Vassiliy Kudryashov, i want to stop unnecessary computation(alarm), not to reset prev validation and start another.
Community
IntelliJ IDEA Open API and Plugin Development
Stop dialog's doValidate alarm
0 votes
Created
December 27, 2016 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.
Community
IntelliJ IDEA Open API and Plugin Development
Undo programmatically
0 votes
Created
December 23, 2016 11:43
It works with dirs but don't work with FileTemplateUtil.createFromTemplate which incapsulate: CommandProcessor.getInstance().executeCommand(project, () -> ApplicationManager.getApplication().runWr...
Community
IntelliJ IDEA Open API and Plugin Development
Undo programmatically
0 votes
Created
December 23, 2016 11:03
https://github.com/CeH9/PackageTemplates/blob/2bece3a824f91b4bbc4ca96fe664bb8e575b0d98/src/global/utils/FileWriter.java#L54-L62
Community
IntelliJ IDEA Open API and Plugin Development
Undo programmatically
0 votes
Created
December 22, 2016 14:52
Dmitry Batrak, Anton Makeev, any ideas?
Community
IntelliJ IDEA Open API and Plugin Development
Undo programmatically
0 votes
Created
December 21, 2016 18:02
Anton Makeev, FileTemplateUtil.createFromTemplate(...) Creating directories(maybe files too) Editing existing files (insert\replace text)
Community
IntelliJ IDEA Open API and Plugin Development
Undo programmatically
0 votes
Edited
December 21, 2016 12:12
I set groupId, but Ctrl+z still undone each action separatelly. (It's not wrapping, i just testing groupId with my actions)
Community
IntelliJ IDEA Open API and Plugin Development
Undo programmatically
0 votes
«
First
‹
Previous
Next
›
Last
»