Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Peter Gromov
Total activity
2258
Last activity
May 09, 2023 12:44
Member since
July 25, 2008 18:59
Following
0 users
Followed by
1 user
Votes
0
Subscriptions
739
Activity overview
Articles (0)
Posts (3)
Comments (1516)
Sort by recent activity
Recent activity
Votes
Created
July 28, 2014 17:57
I'll make IDEA highlight unused return values of withPrefixMatcher to avoid such confusion.
Community
IntelliJ IDEA Open API and Plugin Development
Autocompletion inserting at a wrong position
0 votes
Created
August 20, 2014 11:02
If you want your custom language elements to be usages of Java methods, you should tell the IDE that this method can also be found under the name "step with smth". To do this, you need to implement...
Community
IntelliJ IDEA Open API and Plugin Development
find usages for a custom language
0 votes
Created
February 27, 2015 12:28
Could you please just take a thread dump and see what the AWT thread is waiting for, and why it's blocked? If it's not obvious, you can attach the dump here and we'll take a look at it.
Community
IntelliJ IDEA Open API and Plugin Development
dumbService.runReadActionInSmartMode() blocks the UI?
0 votes
Created
February 28, 2015 07:30
Blocking of AWT thread when waiting for a write action can only happen if some thread already has taken a read action (runReadActionInSmartMode doesn't do this while waiting). Please check that ano...
Community
IntelliJ IDEA Open API and Plugin Development
dumbService.runReadActionInSmartMode() blocks the UI?
0 votes
Created
March 01, 2015 18:26
Please note that between read actions everything can change, so you might read inconsistent data the PSI data you read in different read actions might be inconsistent. PSI can also become invalid o...
Community
IntelliJ IDEA Open API and Plugin Development
dumbService.runReadActionInSmartMode() blocks the UI?
0 votes
Created
February 20, 2015 15:24
Hi,I've tried IDEA 14.1 EAP with the following augmenter: if (type == PsiField.class) { augments.add((Psi)new LightFieldBuilder("someField", PsiType.BOOLEAN, aClass).setContainingClass(aClass));}a...
Community
IntelliJ IDEA Open API and Plugin Development
LightFieldBuilder incorrect completion
0 votes
Created
February 20, 2015 16:43
Pushed to the master
Community
IntelliJ IDEA Open API and Plugin Development
LightFieldBuilder incorrect completion
0 votes
Created
April 03, 2015 20:27
This assertion was added to prevent pretty bad things from happening. The text says it all: cloned file view provider should not be isPhysical. The fix should be easy: just pass false to the constr...
Community
IntelliJ IDEA Open API and Plugin Development
Backward-incompatible change with MultiplePsiFilesPerDocumentFileViewProvider in 14.1?
0 votes
Created
April 04, 2015 06:26
Actually, the correct name for this flag is now "eventSystemEnabled". When creating the view provider in FileViewProviderFactory, you just pass it whatever the factory passed you. When inside clone...
Community
IntelliJ IDEA Open API and Plugin Development
Backward-incompatible change with MultiplePsiFilesPerDocumentFileViewProvider in 14.1?
0 votes
Created
April 07, 2015 12:52
Is it possible for you to show the source code of your view provider class (and its factory) after the suggested changes?
Community
IntelliJ IDEA Open API and Plugin Development
Backward-incompatible change with MultiplePsiFilesPerDocumentFileViewProvider in 14.1?
0 votes
«
First
‹
Previous
Next
›
Last
»