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
February 10, 2017 07:00
You'll need either to create a global handler for EditorEscape action (see e.g. how com.intellij.codeInsight.hint.EscapeHandler is implemented and registered), or create your own AnAction class and...
Community
IntelliJ IDEA Open API and Plugin Development
EditorTextField: getting control keystrokes like Esc, etc
0 votes
Created
February 08, 2017 16:40
Sorry it didn't work for you. Until now similar problems were known to be resolved by font reinstall.
Community
IntelliJ IDEA Users
Source Code Pro when it's alredy installed
0 votes
Created
February 08, 2017 12:03
First of all the decision to enter a second quote (leading to the broken code) in the IntelliJ platform code is taken when the document contents is like this: String str = 'foo.bar'; i.e. after the...
Community
IntelliJ IDEA Open API and Plugin Development
Problem with HighlighterIterator passed to QuoteHandler
0 votes
Created
February 08, 2017 08:50
Did you check font presence in console after deletion, like I suggested? Those 'greek' letters are a symptom of a known issue when such a duplicate installed font is present? What's the output of t...
Community
IntelliJ IDEA Users
Source Code Pro when it's alredy installed
0 votes
Created
February 07, 2017 14:19
What about this code in your language: String str = 'foo.bar'; Is it highlighted properly? Is the whole string literal parsed as a single token by your lexer? If yes, then it looks like you shouldn...
Community
IntelliJ IDEA Open API and Plugin Development
Problem with HighlighterIterator passed to QuoteHandler
0 votes
Created
February 07, 2017 09:19
I mean that sometimes there are 'hidden' font files remaining from previous installations that can 'confuse' JDK, and lead to various issues in IDEA.
Community
IntelliJ IDEA Users
Source Code Pro when it's alredy installed
0 votes
Created
February 07, 2017 08:27
Try to reinstall the font again - first delete it from Fonts folder in explorer, then check in console that C:\Windows\Fonts (or corresponding folder on your machine) doesn't contain any related fi...
Community
IntelliJ IDEA Users
Source Code Pro when it's alredy installed
0 votes
Created
February 07, 2017 08:22
HighlighterIterator's behaviour shouldn't depend on which offset it's being constructed for - it always returns same tokens (usually provided by lexer). Initial iterator's offset just determines it...
Community
IntelliJ IDEA Open API and Plugin Development
Problem with HighlighterIterator passed to QuoteHandler
0 votes
Created
January 23, 2017 07:28
It's not a plugin, this functionality is provided by IDEA itself (starting from version 2016.3).
Community
IntelliJ IDEA Plugin Users
Seeking Plugin Name
0 votes
Created
January 09, 2017 07:43
Default 'undo' action is a global action, it's not TextField-bound. If you assign any shortcut to a component or it's ancestor in component hierarchy, it will have precedence over global shortcut.
Community
IntelliJ IDEA Open API and Plugin Development
Dialog shortcuts: RootPane vs Child(TextField)
0 votes
«
First
‹
Previous
Next
›
Last
»