主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Peter Gromov
活动总数
2258
最后的活动
2023年05月09日 12:44
成员加入日期
2008年07月25日 18:59
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
739
活动概览
文章(0)
帖子(3)
评论(1516)
按最近的活动排序
最近的活动
投票数
创建于
2013年12月20日 21:51
beforeContentsChange is sent before the change, so you have the access to the old state of the system. In contentsChanged, the file's content is already new, so if you query PSI on it, it'll also h...
社区
IntelliJ IDEA Open API and Plugin Development
contentsChanged vs beforeContentsChange
0 票
创建于
2014年02月24日 14:51
You should implement FileIconPatcher like JavaFileIconPatcher does
社区
IntelliJ IDEA Open API and Plugin Development
FileType Icon in Project Explorer
0 票
创建于
2014年02月24日 14:53
The easiest way is to create a class from text which has the method/field with the desired text inside, and then retrieve that member from the class using getFields()[0] or getMethods[0].
社区
IntelliJ IDEA Open API and Plugin Development
Including modifiers in factory class/field creation
0 票
创建于
2014年02月19日 09:31
It's an internal IDEA's issue. Could you please try to reproduce it on IDEA 13.1 EAP? It might be fixed there. If not, we'd appreciate very much exact steps to reproduce.
社区
IntelliJ IDEA Open API and Plugin Development
"Invalid stub element type in index.. " exception - what is the cause?
0 票
创建于
2014年02月25日 09:51
How things work is a tricky question, because there are quite a few those things, they all work slightly differently and all interoperate. In particular, if you do something in an event handler, be...
社区
IntelliJ IDEA Open API and Plugin Development
JavaPsiFacade.findClass() starts returning null after rootsChanged event
0 票
创建于
2014年02月25日 10:17
For example, com.intellij.codeInsight.completion.CompletionProgressIndicator#myQueue repaints the completion list every 300 ms when new items come in.
社区
IntelliJ IDEA Open API and Plugin Development
JavaPsiFacade.findClass() starts returning null after rootsChanged event
0 票
创建于
2014年02月24日 14:43
There are two cases. One is rare and OK: when that PsiElement is actually a PsiDirectory corresponding to a disk directory which really has no parent. Another, more frequently occurring case, is wh...
社区
IntelliJ IDEA Open API and Plugin Development
why would psielement . geparent return null?
0 票
创建于
2014年05月22日 10:58
There's CompletionConfidence API (shouldSkipAutopopup method) to control whether to show the autopopup. You can register your own extension there and enable autopopup for your string literals. By d...
社区
IntelliJ IDEA Open API and Plugin Development
Enable completion autopopup inside PsiLiteral for my LookupElements
0 票
创建于
2014年05月07日 14:55
Actually, using originalPosition won't probably always function as you imagine it to. This rulezzz thing is a dummy identifier inserted to make writing completion easier for you. See again the java...
社区
IntelliJ IDEA Open API and Plugin Development
Provide completion from my language to another
0 票
创建于
2014年05月07日 13:15
EditorFactory.getEventMulticaster().addDocumentListener() will add an IDE-wide document change listener.
社区
IntelliJ IDEA Open API and Plugin Development
Cannot capture file changes from refactorings
0 票
«
第一页
‹
上一页
下一页
›
最后
»