Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Scott McKinney
Follow
New posts
New posts and comments
Total activity
46
Last activity
July 28, 2020 06:21
Member since
April 20, 2018 15:31
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
14
Activity overview
Posts (10)
Comments (21)
Sort by recent activity
Recent activity
Votes
Created
July 28, 2020 06:21
zolotov Because my JSP plugin is a subproject of my IDE plugin, I assume runIde is an inherited task, right? Otherwise, I'm not sure how to prevent runIde from applying to the JSP plugin without re...
Community
IntelliJ IDEA Open API and Plugin Development
How to configure a compileServer.plugin (BuilderService) using the Gradle IntelliJ plugin?
0 votes
Created
July 26, 2020 20:24
Excellent. This looks promising. My JPS plugin is a subproject of my primary IJ pluging, so project.tasks.remove(project.tasks.runIde) alone is gold to me. Thanks.
Community
IntelliJ IDEA Open API and Plugin Development
How to configure a compileServer.plugin (BuilderService) using the Gradle IntelliJ plugin?
0 votes
Created
July 04, 2019 19:49
Another option would be to always allow your plugin to run within an EAP release. For instance: enabled = ApplicationManager.getApplication().isEAP() || isLicensed(); For the time being I also ena...
Community
Marketplace Paid Plugins
License Check with IDEA 2019.2 beta returns null - no license, no popup to evaluate plugin
1 vote
Created
July 04, 2019 01:04
Oh geez. I should've found that. But it is a bit inconsistent that SDK and Level are next to each other in Project, but in Modules they are on separate screens! Thanks.
Community
IntelliJ IDEA EAP Users
Raw string literals not working with IntelliJ IDEA 2019.2 EAP (Ultimate Edition) Build #IU-192.5281.24
0 votes
Created
July 03, 2019 17:47
I don't see a place to set the "Language Level" in "Modules", only "Module SDK". As I said the Project SDK is setup correctly: And here is the Module setup: Where can I set the language leve...
Community
IntelliJ IDEA EAP Users
Raw string literals not working with IntelliJ IDEA 2019.2 EAP (Ultimate Edition) Build #IU-192.5281.24
0 votes
Created
June 25, 2019 15:15
Thanks Yann
Community
IntelliJ IDEA Open API and Plugin Development
Language injection using a template language?
0 votes
Edited
May 27, 2019 08:44
Hi Nikolay, thanks for your reply. As a plugin author I'm more concerned about my plugin working in the environment of the user's choosing. Therefore, knowing the particulars of IntelliJ's usage ...
General
Troubleshooting
Selecting the JDK version the IDE will run under
0 votes
Created
May 26, 2019 22:13
As an IJ plugin provider I would like to support whichever JBR the user configures, but Java 11 makes this difficult esp. with respect to the module system (JPMS). For instance, the JPMS can be us...
General
Troubleshooting
Selecting the JDK version the IDE will run under
0 votes
Edited
March 26, 2019 00:35
I switched to 0.4.4 and I get the following error: FAILURE: Build failed with an exception.* What went wrong:Execution failed for task ':runIde'.> No such property: artifactName for class: org.je...
Community
IntelliJ IDEA Open API and Plugin Development
Cannot download JetBrains Java Runtime jbrex8u202b1483.24_osx_x64
0 votes
Created
February 16, 2019 04:15
Same here. I'm using LATEST-EAP-SNAPSHOT, started getting this today
Community
IntelliJ IDEA Open API and Plugin Development
Cannot download JetBrains Java Runtime jbrex8u202b1483.24_osx_x64
0 votes
1
2
3
›
»