主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
Dmitry Batrak
活动总数
599
最后的活动
2023年06月06日 09:14
成员加入日期
2013年12月19日 17:00
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
246
活动概览
文章(0)
帖子(0)
评论(353)
按最近的活动排序
最近的活动
投票数
创建于
2016年08月22日 08:18
I'm not sure what the problem is, but you can try to find it out by debugging. The code that is reopening files on IDE startup is in com.intellij.openapi.fileEditor.impl.EditorsSplitters.UIBuilder ...
社区
IntelliJ IDEA Open API and Plugin Development
Restoring Non-Text Editors after a restart, What am I missing ?
0 票
创建于
2016年08月22日 07:40
There's no support currently for animated icons in editor's gutter. You can probably try implementing it by changing highlighter's icon renderer repetitively, I'm not sure though whether a reasonab...
社区
IntelliJ IDEA Open API and Plugin Development
animated gutter and actiongroup icons
0 票
创建于
2016年08月19日 08:22
You can register you MyTypeHandler in plugin.xml as an extension for extension point 'com.intellij.editorTypedHandler'.
社区
IntelliJ IDEA Open API and Plugin Development
What is the elegant way to register TypedActionHandler?
0 票
创建于
2016年08月17日 07:40
Hi Bruno, Please check that you're not using the same FoldingGroup for all FoldingDescriptor instances generated by your folding builder. Fold regions created for such descriptors will always be co...
社区
IntelliJ IDEA Open API and Plugin Development
Excessive Unfolding
0 票
创建于
2016年08月15日 12:28
Many of the issues mentioned in the post, for which you've provided a link, are resolved in latest IDEA version, so the issues you see might be different. > When I try to unfold a single identifier...
社区
IntelliJ IDEA Open API and Plugin Development
Excessive Unfolding
0 票
创建于
2016年07月20日 09:38
We try to contribute our changes to OpenJDK, but this process can be very slow. As for your particular problem, it's probably related to the migration from ICU to Harfbuzz layout engine, which was ...
社区
IntelliJ IDEA EAP Users
Ligature support - not all fonts supported
0 票
创建于
2016年07月20日 08:59
Hello, 'liga' is expected to work fine in IDEA, just as 'calc'. Have you tried running IDEA with JetBrains Runtime (I didn't understand what JDK8 dev build you mean)?
社区
IntelliJ IDEA EAP Users
Ligature support - not all fonts supported
0 票
创建于
2016年07月15日 12:14
You can create an action and register component-specific shortcuts for it - see AnAction.registerCustomShortcutSet().
社区
IntelliJ IDEA Open API and Plugin Development
Trap keys in EditorTextField
0 票
创建于
2016年07月15日 09:46
This bug will be fixed in one of the nearest updates for 2016.2.
社区
IntelliJ IDEA Open API and Plugin Development
Intellij 2016.2 tootips problems
0 票
创建于
2016年06月28日 07:23
You can use WindowManager.getStatusBar(project)StatusBar.addWidget(widget) Check existing implemenations of StatusBarWidget in IDEA CE sources for examples.
社区
IntelliJ IDEA Open API and Plugin Development
Extension(s) point for IDEA status line
0 票
«
第一页
‹
上一页
下一页
›
最后
»