Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Colin Fleming
Total activity
1477
Last activity
August 28, 2024 19:36
Member since
January 04, 2005 19:45
Following
0 users
Followed by
1 user
Votes
0
Subscriptions
484
Activity overview
Posts (205)
Comments (788)
Sort by recent activity
Recent activity
Votes
Created
June 23, 2011 09:56
Hehe, I never would have guessed what that did!Are there rules about the lifecycle of doing this? Could I register a parser and a lexer in a ProjectComponent based on project configuration, for exa...
Community
IntelliJ IDEA Open API and Plugin Development
Support of multiple IntelliJ IDEA versions
0 votes
Created
February 16, 2012 10:06
This is interesting - I see this thrown a lot during symbol resolution, as well. I can see it mostly when debugging. Although it seems to retry, I'm not sure why this process should be being canceled?
Community
IntelliJ IDEA Open API and Plugin Development
PsiBuilder.advance & ProcessCanceledException
0 votes
Created
February 09, 2012 14:05
Actually, another approach I was thinking of taking with this was to use a stub index. I'm assuming the stub indexes are one-many? So I could create an index from namespace name to symbol, and add ...
Community
IntelliJ IDEA Open API and Plugin Development
Caching PsiElements?
0 votes
Created
May 05, 2012 15:56
There are good and healthy communities and there are other kinds. The kinds dominated by knowledge horders. The kinds where the level of unresponsiveness is deafening. The kinds filled with passive...
Community
IntelliJ IDEA Open API and Plugin Development
What APIs would I use
0 votes
Created
May 26, 2012 00:24
In case anyone is interested, I managed to fix this by calling PsiManager.dropResolveCaches() followed by DaemonCodeAnalyzer.restart(file) after doing the import in the console. This mostly works, ...
Community
IntelliJ IDEA Open API and Plugin Development
Refresh auto-import popup
0 votes
Created
May 05, 2012 16:50
Thanks for the suggestions Jon, I'll take a look when I get a chance.
Community
IntelliJ IDEA Open API and Plugin Development
AssertionError in language console
0 votes
Created
April 18, 2013 06:02
Hi Dmitry, there's some good documentation here http://confluence.jetbrains.com/display/IDEADEV/Indexing+and+PSI+Stubs+in+IntelliJ+IDEA, have you seen that?
Community
IntelliJ IDEA Open API and Plugin Development
inject in indexing process
0 votes
Created
April 12, 2013 03:12
Thanks for the great explanation, Eugene. However I can't see that Confluence page you linked to, it's not visible to external people, I guess. Could you make it accessible?
Community
IntelliJ IDEA Open API and Plugin Development
Activate DummySourceGeneratingCompiler in test plugin for test purposes
0 votes
Created
April 12, 2013 14:20
Well, I guess I can generate a class that implements PersistentStateComponent dynamically, and then use that to register a service and retrieve it later with ServiceManager.getService(). How would ...
Community
IntelliJ IDEA Open API and Plugin Development
Register PersistentStateComponents dynamically?
0 votes
Created
April 12, 2013 14:25
Hmm, I just saw your edit about performance. When are classes for a particular plugin loaded, then? When they're requested from the IoC container? Does this apply to all classes in the <extensions>...
Community
IntelliJ IDEA Open API and Plugin Development
Register PersistentStateComponents dynamically?
0 votes
«
First
‹
Previous
Next
›
Last
»