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
February 06, 2017 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/...
Community
IntelliJ IDEA Open API and Plugin Development
PsiDirectory.copyFileFrom -> Redo recreate file without content
0 votes
Created
February 06, 2017 15:45
Solved withUndoConfirmationPolicy.DO_NOT_REQUEST_CONFIRMATION
Community
IntelliJ IDEA Open API and Plugin Development
Revert\Undo failed Command
0 votes
Edited
February 06, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
PsiDirectory.copyFileFrom -> Redo recreate file without content
0 votes
Created
February 06, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
Temp storage for files
0 votes
Created
February 03, 2017 18:05
I think u need use java.io.File.separator than "/" for support other platforms like Mac OS.
Community
IntelliJ IDEA Open API and Plugin Development
find virtual file for relative path under content roots
0 votes
Edited
February 03, 2017 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);
Community
IntelliJ IDEA Open API and Plugin Development
Revert\Undo failed Command
0 votes
Created
February 01, 2017 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.
Community
IntelliJ IDEA Open API and Plugin Development
How Do I Delete A Plugin?
0 votes
Edited
February 01, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
Porting from IDEA to WebStorm
0 votes
Created
January 24, 2017 11:49
How to add description to FileTemplate?
Community
IntelliJ IDEA Open API and Plugin Development
How to get IDE template path in plugin development?
0 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
«
First
‹
Previous
Next
›
Last
»