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
April 08, 2015 02:06
Thanks Konstantin, I finally got to try this, and the problem was indeed the source positions. I added an implementation of SourcePositionProvider and it all works great! This is really great funct...
Community
IntelliJ IDEA Open API and Plugin Development
Inline debugger values
0 votes
Created
April 08, 2015 08:27
Actually, after digging a little further, it looks like this should use NodeRenderer.calcLabel - I'll try that.
Community
IntelliJ IDEA Open API and Plugin Development
Inline debugger values
0 votes
Created
May 14, 2015 07:03
The Spring plugin is open source? Did I miss that? I couldn't find the source anywhere, do you have a link?
Community
IntelliJ IDEA Open API and Plugin Development
Spring beans ID list
0 votes
Created
July 05, 2015 20:04
Yes, my understanding is that the interfaces didn't change, but that it's only open source from v14 on. Hopefully the code should be sufficiently backward compatible, though.Thanks for the info!
Community
IntelliJ IDEA Open API and Plugin Development
Code coverage for custom language
0 votes
Created
August 06, 2015 08:14
You need to use an optional dependency. Here's an example from my plugin.xml:<depends optional="true" config-file="copyright.xml">com.intellij.copyright</depends>Then I have a copyright.xml with th...
Community
IntelliJ IDEA Open API and Plugin Development
Annotator for another plugin's language
0 votes
Created
August 06, 2015 13:30
It's not a namespace, that's the ID of the plugin from the plugin.xml.
Community
IntelliJ IDEA Open API and Plugin Development
Annotator for another plugin's language
0 votes
Created
August 04, 2015 14:53
Allow me to plug my YouTrack issue for exactly this problem: https://youtrack.jetbrains.com/issue/IDEA-141248
Community
IntelliJ IDEA Open API and Plugin Development
Using older methods in API that no longer exist
0 votes
Created
August 03, 2015 12:00
I think I tried to use that when I developed my previous code - the issue is I don't have a Project available. Can I pass null if I'm opening an ApplicationConfigurable?
Community
IntelliJ IDEA Open API and Plugin Development
How to open Setting dialog programmatically?
0 votes
Created
August 03, 2015 12:05
Actually, I just tried this - it seems to work, and looking in the code it looks like the default project is used if null is passed.
Community
IntelliJ IDEA Open API and Plugin Development
How to open Setting dialog programmatically?
0 votes
Created
August 03, 2015 10:45
Oh, one more question - should I develop the new actions as TextComponentEditorActions with EditorActionHandlers? What is the advantage to doing this over a normal action?
Community
IntelliJ IDEA Open API and Plugin Development
Customising Extend Selection
0 votes
«
First
‹
Previous
Next
›
Last
»