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
December 13, 2013 21:51
Right, that's what I mean - in my plugin for 12 I initially specify the whole range for 12.x plugins, and then if there's some API changes in a 12 release (it happens from time to time, for example...
Community
IntelliJ IDEA Open API and Plugin Development
Difficulty migrating plugin to IDEA 13
0 votes
Created
November 29, 2013 20:52
Hi Gauthier,This is really interesting - thanks! I've been trying to work out what the best solution is for using Leiningen (a Clojure tool, uses Maven under the hood), some great ideas there.Cheer...
Community
IntelliJ IDEA Open API and Plugin Development
Maven dependency management with for plugin development
0 votes
Created
January 09, 2014 21:37
In addition to the stubs indicated by Yann, you might consider caching. I'm caching the symbols from an entire file in a map on the PsiFile itself using the CachedValuesManager, since many files do...
Community
IntelliJ IDEA Open API and Plugin Development
Resolving Reference over the whole PSI tree (speed optimization)
0 votes
Created
December 19, 2013 22:26
Awesome work Vojtech, that looks really good! I'm sure there are tons of edge cases to cover but the concept looks great. This is one of the few things I still use Sublime for.
Community
IntelliJ IDEA Open API and Plugin Development
Multiple carets and selections prototype
0 votes
Created
December 20, 2013 00:54
So do you disable autocompletion and so forth? What about expand selection and so on, does that work on all cursors?
Community
IntelliJ IDEA Open API and Plugin Development
Multiple carets and selections prototype
0 votes
Created
January 11, 2014 00:49
No problem. Don't forget to also add the reference from the SOLFeatureValue itself, if any. See for example com.intellij.psi.impl.source.xml.XmlDoctypeImpl#getReferences.
Community
IntelliJ IDEA Open API and Plugin Development
Problems to add PsiReferenceContributor
0 votes
Created
December 04, 2013 23:22
I think the problem is that it's not immediately obvious how to run tests - I couldn't get it going using the doc here: http://confluence.jetbrains.com/display/IntelliJIDEA/Tests+Prerequisites. It'...
Community
IntelliJ IDEA Open API and Plugin Development
How to automate testing for IDEA plugins (TravisCI specifically)
0 votes
Created
December 06, 2013 21:49
Sure, let me know if you have any issues. One thing I forgot to mention - since I add IntelliJ as a library explicitly I don't need to use an IntelliJ SDK, just a standard 1.6 Java SDK works fine (...
Community
IntelliJ IDEA Open API and Plugin Development
How to automate testing for IDEA plugins (TravisCI specifically)
0 votes
Created
January 20, 2014 11:15
Is there an OpenAPI for the Ultimate graphing components? I know the API is supposed to be pretty similar to the yFiles one, are there any examples?
Community
IntelliJ IDEA Open API and Plugin Development
Plugin with (UML) Diagrams dialog as a base
0 votes
Created
February 12, 2014 07:48
com.intellij.openapi.roots.ProjectFileIndex#getModuleForFile or com.intellij.openapi.roots.FileIndexFacade#getModuleForFile.BTW I just found that by using Go To Symbol and searching for getModuleFo...
Community
IntelliJ IDEA Open API and Plugin Development
how to get module?
0 votes
«
First
‹
Previous
Next
›
Last
»