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
December 21, 2016 11:30
I use FileTemplateUtil.createFromTemplate(...) which incapsulate his own CommandProcessor.getInstance().executeCommand(..) Is it possible to add this action or wrap it in other action for undo in ...
Community
IntelliJ IDEA Open API and Plugin Development
Undo programmatically
0 votes
Created
December 19, 2016 15:01
It depends on components from import com.intellij.ui.*
Community
IntelliJ IDEA Open API and Plugin Development
Launch Scene without launching IDE
0 votes
Created
October 10, 2016 14:42
https://youtrack.jetbrains.com/issue/IDEA-122443 make this!
Community
IntelliJ IDEA Open API and Plugin Development
The most needed plugin for IDEA
0 votes
Created
July 19, 2016 18:14
I've found a solution: <depends>org.intellij.groovy</depends>
Community
IntelliJ IDEA Open API and Plugin Development
EditorTextField highlighting and autocompletion for Groovy lang
0 votes
Created
July 04, 2016 18:21
Voted
Community
IntelliJ IDEA Users
Does File -> import | export support File Templates?
0 votes
Created
June 21, 2016 18:43
So answer is TemplateColors.TEMPLATE_VARIABLE_ATTRIBUTES EditorColors.LIVE_TEMPLATE_ATTRIBUTES have another effect:
Community
IntelliJ IDEA Open API and Plugin Development
ColorKey/getter for template variable color
0 votes
Created
June 21, 2016 14:16
How to convert TextAttributesKey to color or how apply it to EditorTextField?
Community
IntelliJ IDEA Open API and Plugin Development
ColorKey/getter for template variable color
0 votes
Created
June 21, 2016 13:00
Yeah, it works, thx.
Community
IntelliJ IDEA Open API and Plugin Development
EditorTextField getEditor return null
0 votes
Created
June 21, 2016 12:24
I'm use HighlightManager.getInstance(project).addRangeHighlight(...editor...) with DocumentListener. EditorTextField might be initialized with text, which must be highlighted, but i can't apply add...
Community
IntelliJ IDEA Open API and Plugin Development
EditorTextField getEditor return null
0 votes
Edited
January 24, 2017 10:17
U can inspect PathManager.java I'm using: new File( FileTemplatesScheme.DEFAULT.getTemplatesDir() + File.separator + "code" + File.separator + "newTemplate.extension" );
Community
IntelliJ IDEA Open API and Plugin Development
How to get IDE template path in plugin development?
-1 votes
«
First
‹
Previous