Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Oleg V. Khashchanskiy
Total activity
21
Last activity
January 16, 2016 13:13
Member since
June 18, 2014 01:19
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
7
Activity overview
Posts (5)
Comments (9)
Sort by recent activity
Recent activity
Votes
Created
April 03, 2015 04:34
why not query your index after requestRebuild in your action?
Community
IntelliJ IDEA Open API and Plugin Development
How to rebuild index on demand?
0 votes
Created
February 05, 2015 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.
Community
IntelliJ IDEA Open API and Plugin Development
"PSI and index do not match" after switching to another git branch
0 votes
Created
February 05, 2015 01:53
More info. While debugging, I can see that in the following codepublic StubTree calcStubTree() { FileElement fileElement = calcTreeElement(); synchronized (myStubFromTreeLock) { SoftReference<...
Community
IntelliJ IDEA Open API and Plugin Development
"PSI and index do not match" after switching to another git branch
0 votes
Created
February 05, 2015 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...
Community
IntelliJ IDEA Open API and Plugin Development
"PSI and index do not match" after switching to another git branch
0 votes
Created
February 05, 2015 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...
Community
IntelliJ IDEA Open API and Plugin Development
"PSI and index do not match" after switching to another git branch
0 votes
Created
January 28, 2015 20:39
Thanks alot. This is what I was looking for.
Community
IntelliJ IDEA Open API and Plugin Development
Getting the last opened Editor
0 votes
Created
January 28, 2015 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.
Community
IntelliJ IDEA Open API and Plugin Development
Getting the last opened Editor
0 votes
Created
January 13, 2015 19:47
registerPostStartupActivity seems to be the right choice
Community
IntelliJ IDEA Open API and Plugin Development
How to access psi and stub indices to initialize a project component
0 votes
Created
June 19, 2014 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...
Community
IntelliJ IDEA Open API and Plugin Development
Table (grid) editor with autocomplete, intentions etc.
0 votes