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
August 26, 2013 00:56
For those who are interested, the solution for the first two options seems to be to implement QueryExecutor and publish the implementations at the definitionsSearch and classInheritorsSearch extens...
Community
IntelliJ IDEA Open API and Plugin Development
Declaring language elements for Java interop
0 votes
Created
August 25, 2013 08:36
Hi Gilbert,This is something I've been considering recently, as far as I know there are currently no paid plugins and no support for them in IntelliJ. However, I'm not sure how much support you wou...
Community
IntelliJ IDEA Open API and Plugin Development
Charging for an IntelliJ plugin
0 votes
Created
September 27, 2013 03:38
I feel your pain - sometimes developing plugins is an exercise in frustration. I have a few unanswered questions floating around here which have cost me a massive amount of time and hair-pulling to...
Community
IntelliJ IDEA Open API and Plugin Development
Suggestions for tracking down a null pointer exception?
0 votes
Created
October 16, 2013 09:33
Great, thanks Dmitry.
Community
IntelliJ IDEA Open API and Plugin Development
Please add all doc to the plugin page
0 votes
Created
October 16, 2013 01:05
You should be able to use the JavaPsiFacade to do what you want. Try:PsiPackage pack = JavaPsiFacade.getInstance(project).findPackage(qualifiedName);If you want the root package you can use findPac...
Community
IntelliJ IDEA Open API and Plugin Development
What is the best way to get the project packages?
0 votes
Created
September 30, 2013 03:12
I'd love to be able to do this as well, unfortunately my understanding is that it's impossible. Actually, it's impossible to do what I wanted to do, you might be luckier. The problem is that you ne...
Community
IntelliJ IDEA Open API and Plugin Development
Loading Inspections - Getting the Classloader Right
0 votes
Created
October 29, 2013 09:39
No problem, glad it helped!I'm not sure what you mean by "where spacing is added when you press enter in the middle of existing text" - how is that different from the original problem?
Community
IntelliJ IDEA Open API and Plugin Development
API for indenting
0 votes
Created
October 29, 2013 10:31
Hmm, in that case I'm not sure, sorry - it's a while since I looked at that code.
Community
IntelliJ IDEA Open API and Plugin Development
API for indenting
0 votes
Created
October 28, 2013 21:56
Hi Taras,The API is DocumentationProvider.getQuickNavigateInfo(), I think.Cheers,Colin
Community
IntelliJ IDEA Open API and Plugin Development
Customizing Ctrl-Hover popup for references
0 votes
Created
December 05, 2013 11:20
Hi Eugene,I normally see this when I'm running the IDE in debug mode, i.e. when I've run a sandbox copy of IntelliJ with my plugin installed. I do this by invoking com.intellij.idea.Main as describ...
Community
IntelliJ IDEA Open API and Plugin Development
Problem with debug run configuration
0 votes
«
First
‹
Previous
Next
›
Last
»