主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
CeH9
Software engineer
活动总数
121
最后的活动
2019年08月04日 10:49
成员加入日期
2016年05月06日 11:59
关注
0 名用户
关注者数
0 名用户
投票数
16
订阅数
31
活动概览
帖子(25)
评论(49)
按最近的活动排序
最近的活动
投票数
创建于
2016年12月21日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Undo programmatically
0 票
创建于
2016年12月19日 15:01
It depends on components from import com.intellij.ui.*
社区
IntelliJ IDEA Open API and Plugin Development
Launch Scene without launching IDE
0 票
创建于
2016年10月10日 14:42
https://youtrack.jetbrains.com/issue/IDEA-122443 make this!
社区
IntelliJ IDEA Open API and Plugin Development
The most needed plugin for IDEA
0 票
创建于
2016年07月19日 18:14
I've found a solution: <depends>org.intellij.groovy</depends>
社区
IntelliJ IDEA Open API and Plugin Development
EditorTextField highlighting and autocompletion for Groovy lang
0 票
创建于
2016年07月04日 18:21
Voted
社区
IntelliJ IDEA Users
Does File -> import | export support File Templates?
0 票
创建于
2016年06月21日 18:43
So answer is TemplateColors.TEMPLATE_VARIABLE_ATTRIBUTES EditorColors.LIVE_TEMPLATE_ATTRIBUTES have another effect:
社区
IntelliJ IDEA Open API and Plugin Development
ColorKey/getter for template variable color
0 票
创建于
2016年06月21日 14:16
How to convert TextAttributesKey to color or how apply it to EditorTextField?
社区
IntelliJ IDEA Open API and Plugin Development
ColorKey/getter for template variable color
0 票
创建于
2016年06月21日 13:00
Yeah, it works, thx.
社区
IntelliJ IDEA Open API and Plugin Development
EditorTextField getEditor return null
0 票
创建于
2016年06月21日 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...
社区
IntelliJ IDEA Open API and Plugin Development
EditorTextField getEditor return null
0 票
已编辑于
2017年01月24日 10:17
U can inspect PathManager.java I'm using: new File( FileTemplatesScheme.DEFAULT.getTemplatesDir() + File.separator + "code" + File.separator + "newTemplate.extension" );
社区
IntelliJ IDEA Open API and Plugin Development
How to get IDE template path in plugin development?
-1 票
«
第一页
‹
上一页