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
May 06, 2013 08:39
Thanks Yann, I've seen that. But there's nothing specific to performance in there, right? I assume this is just a convenient way to trigger resolve and annotations for a bunch of files outside the ...
Community
IntelliJ IDEA Open API and Plugin Development
Profiling resolve and annotation code?
0 votes
Created
March 20, 2014 11:31
Thanks Dmitry, this is very helpful.
Community
IntelliJ IDEA Open API and Plugin Development
Request: migration guide for multiple carets in 13.1
0 votes
Created
April 15, 2014 01:37
I think the best way to do this would be to use an annotator. You can create info annotations that don't show in the editor but have tooltips, I think, although I haven't tried that. If the data yo...
Community
IntelliJ IDEA Open API and Plugin Development
DocumentationProvider and punctuation
0 votes
Created
April 11, 2014 10:25
File based indexes should always be up to date. If your annotating code accesses the index IntelliJ will detect that the index is out of date and re-index the file. However these indexes do not cre...
Community
IntelliJ IDEA Open API and Plugin Development
How to trigger GeneralHighlightingPass operations after file based indexing process?
0 votes
Created
April 11, 2014 13:08
Hmm, interesting - my understanding is that your call to getValues() should reindex the file if it's out of date. Can you print out the values at that point, so you can see when this code is being ...
Community
IntelliJ IDEA Open API and Plugin Development
How to trigger GeneralHighlightingPass operations after file based indexing process?
0 votes
Created
April 12, 2014 01:43
Hmm, I'm afraid you're reaching the limits of my knowledge about the indexing. If you're sure that the indexing is happening at the right time I would write out all the values being indexed to ensu...
Community
IntelliJ IDEA Open API and Plugin Development
How to trigger GeneralHighlightingPass operations after file based indexing process?
0 votes
Created
May 02, 2014 01:09
Hi Sébastien,I haven't had time to read all the detail you provided, sorry, but here are some suggestions you might investigate, this is my understanding of what's required for virtual classes: Psi...
Community
IntelliJ IDEA Open API and Plugin Development
Re: PsiElementFinder implementation not called to resolve types from other package
0 votes
Created
July 01, 2014 10:50
I do this as well, then I distribute them using an enterprise repo.One question I have - to release versions of my plugin that support multiple IntelliJ versions in the JetBrains plugin repository,...
Community
IntelliJ IDEA Open API and Plugin Development
Developing for multiple intellij versions
0 votes
Created
July 01, 2014 14:00
So in that case, you can have basically the same version of your plugin targeting different versions of idea? Nice, I knew about the plugin XML ranges but I hadn't considered that. I'll give this a...
Community
IntelliJ IDEA Open API and Plugin Development
Developing for multiple intellij versions
0 votes
Created
June 15, 2014 13:43
It's probably one of the file indexes, but I don't know off hand which one. However you can check the code in the Community Edition to see what it does, starting with GotoClassAction.
Community
IntelliJ IDEA Open API and Plugin Development
How to find Jars for Class
0 votes
«
First
‹
Previous
Next
›
Last
»