主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Imants Cekusins
活动总数
410
最后的活动
2024年06月25日 06:27
成员加入日期
2015年07月30日 11:35
关注
0 名用户
关注者数
0 名用户
投票数
15
订阅数
108
活动概览
帖子(12)
评论(275)
按最近的活动排序
最近的活动
投票数
创建于
2016年01月10日 18:08
check if the mouse pointer stays over the textbox as you type.Gnome mouse/sloppy mode means: once mouse moves away, Gnome promptly sets focus to the window where the mouse pointer is.try to click o...
社区
IntelliJ IDEA Open API and Plugin Development
Why can't I type in the JTextField of my popup?
0 票
已编辑于
2016年05月13日 21:27
Hello Bruno, Lexer needs to be light-weight. Lexing happens very often. Trying to control it: when it runs, how much it parses - is a futile exercise. If lexer runs too slowly, refactor it so it pe...
社区
IntelliJ IDEA Open API and Plugin Development
Incremental reparsing and rehighlighting
0 票
创建于
2016年04月01日 21:30
Hello Guno, Are you implementing goto or view quick definition? is source resolved to target?
社区
IntelliJ IDEA Open API and Plugin Development
Navigating from reference using definitionsScopedSearch
0 票
创建于
2016年04月19日 08:01
Hello Vince, here is my understanding : find usages usually returns collection of all symbols resolved to this one (usage of which we look for) Symbol resolution implementation is language specific...
社区
IntelliJ IDEA Open API and Plugin Development
IntelliJ IDEA IDE “Find Usages” Algorithm
0 票
创建于
2016年03月01日 20:41
Hello Denis, did you check element structure with PSI Viewer? is it as expected?
社区
IntelliJ IDEA Open API and Plugin Development
Highlighter does not work for the first token
0 票
创建于
2016年03月02日 12:28
I don't know enough about lexer notation to help. Sorry.
社区
IntelliJ IDEA Open API and Plugin Development
Highlighter does not work for the first token
0 票
创建于
2016年03月05日 19:23
Hello Yen, is the element which is passed to processElementUsagessomewhere near the element you expect? I mean, is it a complex element which is made of parts, and a wrong part is passed?
社区
IntelliJ IDEA Open API and Plugin Development
Pass in the "right" element to Find Usage Handler
0 票
创建于
2016年03月05日 20:36
does your multiresolve return multiple results?
社区
IntelliJ IDEA Open API and Plugin Development
multiResolve() doesn't allow the user to choose a navigation target
0 票
创建于
2016年03月05日 20:50
.. and no options popup appears when you click on an element and multiple results are returned?
社区
IntelliJ IDEA Open API and Plugin Development
multiResolve() doesn't allow the user to choose a navigation target
0 票
创建于
2016年03月05日 20:52
I don't quite understand why passing correctly resolved element to find usage handler breaks find usage..
社区
IntelliJ IDEA Open API and Plugin Development
Pass in the "right" element to Find Usage Handler
0 票
«
第一页
‹
上一页
下一页
›
最后
»