Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Richard Berlin
Total activity
32
Last activity
October 07, 2021 00:45
Member since
November 20, 2016 16:11
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
6
Activity overview
Posts (5)
Comments (20)
Sort by recent activity
Recent activity
Votes
Created
July 23, 2019 18:10
I have confirmed that all build.gradle files specify the 'java' plugin, the correct <depends> is in the plugin.xml files, and the plugin version is gradle-intellij-plugin:0.4.9 Is there an example ...
Community
IntelliJ IDEA Open API and Plugin Development
Upgrade to IJ2019.2 - unsatisfied dependencies
0 votes
Created
July 23, 2019 03:25
Classpath is an interesting thought. This is not working from IntelliJ *or* from gradle (command line). (We use the Intellij gradle plugin for development.) So where would I alter the value of clas...
Community
IntelliJ IDEA Open API and Plugin Development
Upgrade to IJ2019.2 - unsatisfied dependencies
0 votes
Created
July 22, 2019 22:02
Thanks, Eric. I have now specified the java plugin in both spots (I didn't know about doing it in plugins.xml, only in build.gradle). It seems I am able to compile against things in the java plugin...
Community
IntelliJ IDEA Open API and Plugin Development
Upgrade to IJ2019.2 - unsatisfied dependencies
0 votes
Created
April 13, 2017 11:19
I see what you're saying -- rather than extending only from the core Psi interfaces, some things are extended from the Java Psi classes. The old message I found was from 2011, so they probably comm...
Community
IntelliJ IDEA Open API and Plugin Development
Ability to disable Java intention when editing an incompatible language
0 votes
Created
March 06, 2017 16:18
Thanks, Peter. It seems to have run successfully, now that I have forced it to run headless. But I will go look at what that method does, and if I get into trouble hopefully I'll remember it. I a...
Community
IntelliJ IDEA Open API and Plugin Development
ImageNotReadyException in Command Line tool
0 votes
Created
March 06, 2017 15:37
It looks to me as though running "headless" might solve the problem for me...it's doing much better now that I forced it to headless with -Djava.awt.headless=true I see that IntelliJ automatically ...
Community
IntelliJ IDEA Open API and Plugin Development
ImageNotReadyException in Command Line tool
0 votes
Created
March 06, 2017 15:08
Here you go, Anna. I think something may be going wrong fairly early, because I get an IntelliJ window coming up, whereas inspect suppresses that when it runs. Sometimes it's hard to succeed just ...
Community
IntelliJ IDEA Open API and Plugin Development
ImageNotReadyException in Command Line tool
0 votes
Created
November 28, 2016 18:51
Gosu routinely calls Java. I believe Java can only call Gosu reflectively.
Community
IntelliJ IDEA Open API and Plugin Development
Custom BuildTargetScope - Has anyone successfully created a new module target?
0 votes
Created
November 25, 2016 17:37
Some of our projects contain many small/medium modules, with a mix of java-only, gosu-only and java-plus-gosu. Some are single-module. The situation that I am trying to address right now is a singl...
Community
IntelliJ IDEA Open API and Plugin Development
Custom BuildTargetScope - Has anyone successfully created a new module target?
0 votes
Created
November 23, 2016 17:31
The language we are compiling is Gosu (gosu-lang.org). These are extremely large projects which contain both java and gosu. We are trying to separate the targets in order to make each target smal...
Community
IntelliJ IDEA Open API and Plugin Development
Custom BuildTargetScope - Has anyone successfully created a new module target?
0 votes
«
First
‹
Previous