主页
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月15日 14:52
FileBasedIndex.getInstance().getContainingFiles( FileTypeIndex.NAME, JavaFileType.INSTANCE, GlobalSearchScope.allScope(project))
社区
IntelliJ IDEA Open API and Plugin Development
Getting all .java files within a project
0 票
创建于
2016年01月15日 19:18
Hello Dmitry,let's say we'd like to build cache of Psi elements.if getting a collection of all virtual files is not good, what is the recommended way of accessing all Psi elements in a project?is t...
社区
IntelliJ IDEA Open API and Plugin Development
Getting all .java files within a project
0 票
创建于
2016年01月15日 19:58
Thank you very much! I was not aware of FileBasedIndexCheers Dmitry
社区
IntelliJ IDEA Open API and Plugin Development
Getting all .java files within a project
0 票
创建于
2016年01月09日 08:44
in Project Structure: add abc.jar to a library (either local or global) then add this library to the module Dependencies.;)
社区
IntelliJ IDEA Open API and Plugin Development
How to add .jar file in libs folder of android studio using plugin
0 票
创建于
2016年01月09日 12:08
eh sorry I misunderstoodI don't know how to add it programmatically.
社区
IntelliJ IDEA Open API and Plugin Development
How to add .jar file in libs folder of android studio using plugin
0 票
创建于
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 票
«
第一页
‹
上一页
下一页
›
最后
»