Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Colin Fleming
Follow
New posts
New posts and comments
Total activity
1428
Last activity
February 23, 2021 06:13
Member since
January 04, 2005 19:45
Following
0 users
Followed by
1 user
Votes
0
Subscriptions
470
Activity overview
Posts (198)
Comments (760)
Sort by recent activity
Recent activity
Votes
Created
February 02, 2021 00:08
Thanks Olga! I guess this means that it's not something I can implement myself?
Community
IntelliJ IDEA Open API and Plugin Development
Extending Code With Me?
0 votes
Created
November 25, 2020 08:32
In the coverage view I think users would expect to see namespace coverage (namespaces are also shown in the project view and would probably have coverage against them), and possibly function covera...
Community
IntelliJ IDEA Open API and Plugin Development
Coverage integration for unusual JVM language
0 votes
Created
November 25, 2020 07:48
The main thing I wanted to achieve with that was to be able to provide coverage info for Clojure and Java from the same run configuration, since Clojure projects are often polyglot JVM projects. If...
Community
IntelliJ IDEA Open API and Plugin Development
Coverage integration for unusual JVM language
0 votes
Created
November 24, 2020 22:36
Thanks for the prompt response, Anna. I gave this a try - I created a ClojureCoverageEngine inheriting from JavaCoverageEngine, and a ClojureCoverageViewExension inheriting from JavaCoverageViewExt...
Community
IntelliJ IDEA Open API and Plugin Development
Coverage integration for unusual JVM language
0 votes
Created
October 13, 2020 09:19
This is great stuff Yann, thanks for such a detailed answer. I've filed it away in case I ever need to do this. I have one question - as far as I am aware, it's a basic restriction that index infor...
Community
IntelliJ IDEA Open API and Plugin Development
support for #include "file.ext" directive
0 votes
Created
July 31, 2020 08:58
But that would not survive the IDE being restarted, correct? Or is that persisted in the VFS somewhere?
Community
IntelliJ IDEA Open API and Plugin Development
Marking certain files as special?
0 votes
Created
April 27, 2020 22:40
I've been using the branch-per-platform method with combined version numbers (like 1.9.1-2020.1) for a couple of years now, it works great and IMO is the only workable solution for a largish plugin...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin updates for legacy versions.
1 vote
Created
April 13, 2020 22:03
This is being tracked in https://github.com/cursive-ide/cursive/issues/2350.
Community
IntelliJ IDEA Plugin Users
Error Running Leiningen
0 votes
Created
March 02, 2020 21:29
Yes, it can, as long as it includes tools.jar (which the bundled one does). I ask because in my plugin I actually create an SDK automatically from the bundled JB runtime if the user has no SDK conf...
Community
IntelliJ IDEA Open API and Plugin Development
How do I get default/pre-installed Java SDK for setting as the project SDK programatically?
1 vote
Created
March 02, 2020 09:05
Related to this question, am I right in thinking that recent versions of IntelliJ automatically set up an SDK for projects to use from the bundled JRE?
Community
IntelliJ IDEA Open API and Plugin Development
How do I get default/pre-installed Java SDK for setting as the project SDK programatically?
0 votes
1
2
3
4
5
6
›
»