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 03, 2015 13:18
I tried implementing this to see how it works. However I ran into an issue - to implement this functionality as described, I need to be able to execute some code after the whole action is run, not ...
Community
IntelliJ IDEA Open API and Plugin Development
Customising Extend Selection
0 votes
Created
August 10, 2015 11:39
Oh nice, so the selection listener is called synchronously inside the handler? That should make things much easier, thanks.The caret merging thing is tricky. I'm wondering if I should just store an...
Community
IntelliJ IDEA Open API and Plugin Development
Customising Extend Selection
0 votes
Created
September 07, 2015 00:51
Hi Vladimir,I'm not aware of any way to do this reliably. I'd be very interested to know this too.There are some other options. You could look at https://bitbucket.org/chromiumembedded/java-cef whi...
Community
IntelliJ IDEA Open API and Plugin Development
How do you deploy a plugin that depends on javafx? IDEA bundled with JDK does not include native libraries.
0 votes
Created
September 04, 2015 01:44
Hi Vladimir,See also my related YouTrack issue: https://youtrack.jetbrains.com/issue/IDEA-136560. I must admit I still don't understand all the intricacies of this, and my plugin still doesn't supp...
Community
IntelliJ IDEA Open API and Plugin Development
Is the change to scratch files to FileType in the latest releases intentional?
0 votes
Created
September 23, 2015 21:47
Yes, you need to build the plugin for Java 6. You can't tell Mac users to run with a later JDK because they all have serious bugs which affect some (large) proportion of users. The bundled JDK is g...
Community
IntelliJ IDEA Open API and Plugin Development
Java versioning issues when deploying my plugin
0 votes
Created
September 07, 2015 00:56
Hi Imants,I believe you need an implementation of com.intellij.codeInsight.hint.ImplementationTextSelectioner.Cheers,Colin
Community
IntelliJ IDEA Open API and Plugin Development
Quick Definition
0 votes
Created
October 18, 2015 23:24
ProjectLibraryTable is what you need for this.
Community
IntelliJ IDEA Open API and Plugin Development
Accessing the Libraries of a Project
0 votes
Created
July 15, 2015 07:35
That's great, thanks very much, Scott. I'm wrapping up my current release right now and I'm going to try implementing this for the next one. I'll definitely let you know how I get on. Thanks again ...
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
Created
July 12, 2015 16:55
Actually, another thing I would like to know - I see the test runner UI has changed significantly in IntelliJ 15. Is this still driven by SMTestRunner and friends, or is there a new API?
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
Created
December 21, 2015 22:01
So it looks like with the announcement of the v16 EAP that you're moving to more of a rolling update model? Is the idea that v16.x will be released in 2016 and so forth? What are the implications f...
Community
IntelliJ IDEA Open API and Plugin Development
Release model under new subscription licensing?
0 votes
«
First
‹
Previous
Next
›
Last
»