主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Oleg V. Khashchanskiy
活动总数
21
最后的活动
2016年01月16日 13:13
成员加入日期
2014年06月18日 01:19
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
7
活动概览
帖子(5)
评论(9)
按最近的活动排序
最近的活动
投票数
创建于
2014年06月19日 10:15
Is it possible to limit the standard editor to display/edit only a small part of the underlying documnt? And won't it be a performance overkill - having hundreds of editor instances for one file? A...
社区
IntelliJ IDEA Open API and Plugin Development
Table (grid) editor with autocomplete, intentions etc.
0 票
创建于
2015年02月05日 01:01
More info on this: The index mentioned in the previous post is accessed in the treeview selection handler. It contains names of robot testcases. I tried to create a very simple .robot file with one...
社区
IntelliJ IDEA Open API and Plugin Development
"PSI and index do not match" after switching to another git branch
0 票
创建于
2015年01月28日 17:37
Any update on this? I am in the same situation. Want to insert code in the editor but focus is in a tool window.
社区
IntelliJ IDEA Open API and Plugin Development
Getting the last opened Editor
0 票
创建于
2015年01月13日 19:47
registerPostStartupActivity seems to be the right choice
社区
IntelliJ IDEA Open API and Plugin Development
How to access psi and stub indices to initialize a project component
0 票
创建于
2015年02月05日 01:27
Forgot to mention. In the use case mentioned in previous posts index is queried with the scope narrowed down to one file:fileScope((PsiFile) psiElement)the code which access index looks like this:f...
社区
IntelliJ IDEA Open API and Plugin Development
"PSI and index do not match" after switching to another git branch
0 票
创建于
2015年02月05日 01:53
More info. While debugging, I can see that in the following codepublic StubTree calcStubTree() { FileElement fileElement = calcTreeElement(); synchronized (myStubFromTreeLock) { SoftReference<...
社区
IntelliJ IDEA Open API and Plugin Development
"PSI and index do not match" after switching to another git branch
0 票
创建于
2015年02月05日 02:08
Ok, the problem is solved. There were multiple overridden subtreeChanged methods in PSI impl withoutsuper.subtreeChanged();calls. This is why stub tree was not cleared properly.
社区
IntelliJ IDEA Open API and Plugin Development
"PSI and index do not match" after switching to another git branch
0 票
创建于
2015年01月28日 20:39
Thanks alot. This is what I was looking for.
社区
IntelliJ IDEA Open API and Plugin Development
Getting the last opened Editor
0 票
创建于
2015年04月03日 04:34
why not query your index after requestRebuild in your action?
社区
IntelliJ IDEA Open API and Plugin Development
How to rebuild index on demand?
0 票