CeH9
Software engineer
- 活动总数 121
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 16
- 订阅数 31
-
创建于 Dialog shortcuts: RootPane vs Child(TextField)
已回答Why 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 ... -
已编辑于 Stop dialog's doValidate alarm
已回答In 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 ... -
已编辑于 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). -
创建于 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, ... -
创建于 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? -
创建于 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... -
-
创建于 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. -
创建于 Does File -> import | export support File Templates?
已回答Seems to not support. I have custom file templates, but it even don't showing in list: -
创建于 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?