Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Dmitry Batrak
Total activity
599
Last activity
June 06, 2023 09:14
Member since
December 19, 2013 17:00
Following
0 users
Followed by
1 user
Votes
0
Subscriptions
246
Activity overview
Articles (0)
Posts (0)
Comments (353)
Sort by recent activity
Recent activity
Votes
Created
August 22, 2016 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Restoring Non-Text Editors after a restart, What am I missing ?
0 votes
Created
August 22, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
animated gutter and actiongroup icons
0 votes
Created
August 19, 2016 08:22
You can register you MyTypeHandler in plugin.xml as an extension for extension point 'com.intellij.editorTypedHandler'.
Community
IntelliJ IDEA Open API and Plugin Development
What is the elegant way to register TypedActionHandler?
0 votes
Created
August 17, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
Excessive Unfolding
0 votes
Created
August 15, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
Excessive Unfolding
0 votes
Created
July 20, 2016 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 ...
Community
IntelliJ IDEA EAP Users
Ligature support - not all fonts supported
0 votes
Created
July 20, 2016 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)?
Community
IntelliJ IDEA EAP Users
Ligature support - not all fonts supported
0 votes
Created
July 15, 2016 12:14
You can create an action and register component-specific shortcuts for it - see AnAction.registerCustomShortcutSet().
Community
IntelliJ IDEA Open API and Plugin Development
Trap keys in EditorTextField
0 votes
Created
July 15, 2016 09:46
This bug will be fixed in one of the nearest updates for 2016.2.
Community
IntelliJ IDEA Open API and Plugin Development
Intellij 2016.2 tootips problems
0 votes
Created
June 28, 2016 07:23
You can use WindowManager.getStatusBar(project)StatusBar.addWidget(widget) Check existing implemenations of StatusBarWidget in IDEA CE sources for examples.
Community
IntelliJ IDEA Open API and Plugin Development
Extension(s) point for IDEA status line
0 votes
«
First
‹
Previous
Next
›
Last
»