CeH9
Software engineer
- Total activity 121
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 16
- Subscriptions 31
-
Created Dialog shortcuts: RootPane vs Child(TextField)
AnsweredWhy root's shortcut override same shortcut of his child (TextField) when the last one is focused. protected JComponent createCenterPanel() {... initShortcuts();...} Undo for TextField doesn't ... -
Edited Stop dialog's doValidate alarm
AnsweredIn my dialog user have few way to do .. someAction. Each way can be switched by RadioButtons and have it's own validation logic. I want to reset validation alarm, when user select radioButton, but ... -
Edited Undo into dialog
How to use Undoable actions in dialogs? Ctr+z doesn't work until dialog opened, but my UndoableActions must work into dialog only (local history). -
Created Undo programmatically
Can i undo few CommandProcessor's command in one action? Can i group several actions in transaction? Otherwise user should use Ctrl+Z multiple times and it looks ugly. P.S.I know count of actions, ... -
Created Launch Scene without launching IDE
I must launch IDE a lot of times while testing my custom UI. Is exists some way to launch lightweight scene like in pure swing? -
Created PackageTemplates Plugin Discussion
Plugin under beta. It will be published at plug-in repository after release v1.0.0+. At this moment you can discuss about PackageTemplates plugin in this post. Details: http://ceh9.github.io/Packag... -
-
Created PersistentState as JSON
PersistentStateComponent saves setting as XML file. Can i write file myself? E.g. runWriteAction -> createFileMethod("foo.json") P.S. Approach must save Export\import capability. -
Created Does File -> import | export support File Templates?
AnsweredSeems to not support. I have custom file templates, but it even don't showing in list: -
Created How to force refresh file templates
FileTemplateManager.getDefaultInstance().getTemplates(DEFAULT_TEMPLATES_CATEGORY) don't return newly created templates until restart IDE. Same problem with removing. How to force update it?