主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2017年02月10日 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...
社区
IntelliJ IDEA Open API and Plugin Development
EditorTextField: getting control keystrokes like Esc, etc
0 票
创建于
2017年02月08日 16:40
Sorry it didn't work for you. Until now similar problems were known to be resolved by font reinstall.
社区
IntelliJ IDEA Users
Source Code Pro when it's alredy installed
0 票
创建于
2017年02月08日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Problem with HighlighterIterator passed to QuoteHandler
0 票
创建于
2017年02月08日 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...
社区
IntelliJ IDEA Users
Source Code Pro when it's alredy installed
0 票
创建于
2017年02月07日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Problem with HighlighterIterator passed to QuoteHandler
0 票
创建于
2017年02月07日 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.
社区
IntelliJ IDEA Users
Source Code Pro when it's alredy installed
0 票
创建于
2017年02月07日 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...
社区
IntelliJ IDEA Users
Source Code Pro when it's alredy installed
0 票
创建于
2017年02月07日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Problem with HighlighterIterator passed to QuoteHandler
0 票
创建于
2017年01月23日 07:28
It's not a plugin, this functionality is provided by IDEA itself (starting from version 2016.3).
社区
IntelliJ IDEA Plugin Users
Seeking Plugin Name
0 票
创建于
2017年01月09日 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.
社区
IntelliJ IDEA Open API and Plugin Development
Dialog shortcuts: RootPane vs Child(TextField)
0 票
«
第一页
‹
上一页
下一页
›
最后
»