CeH9
Software engineer
- Total activity 121
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 16
- Subscriptions 31
-
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? -
Created Notnull
https://github.com/JetBrains/intellij-community/blob/ea99120065e7d1ace9216820ca29feab443d1657/platform/lang-impl/src/com/intellij/ide/fileTemplates/impl/FileTemplateManagerImpl.java#L373-L390 -
Edited Get UI from IDEA
I need to implement "Template editor\chooser", but same Component already exist in IDEA. Can i import it (copypaste)?. Search by double shift return to much results so i'm confused. Where is src of... -
Edited ColorKey/getter for template variable color
AnsweredCan't find getter for "Template variable" color,EditorColorsManager.getInstance().getGlobalScheme().getColor(???)UIUtil.get.. TemplateVariableColor ??Where is list of all ColorKeys? -
Created EditorTextField getEditor return null
AnsweredHow to get Editor from EditorTextField when creating dialog?? Description from source: getEditor "return null if the editor is not initialized (e.g. if the field is not added to a container)" Edi... -
Created Suggestion for devs (new feature for file templates)
AnsweredI don't find any mails \ contacts \ Threads for posting suggestion. So i decide to post here. Would be nice if you add "Package templates". It's same to file templates, but consists of multiple fil...