Richard Berlin
- Total activity 32
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 6
-
Created What replaces the functionality of com.intellij.psi.impl.JavaCodeBlockModificationListener ?
AnsweredThis looks like it was eliminated in 2019--the base class is deprecated in 2019.2 and gone in 2019.3 It's hard for me to track what (if anything) replaced this functionality, because the deprecatio... -
Edited Help understanding the behavior of RecursionManager.CalculationStack.maybeMemoize
AnsweredHi. The behavior of maybeMemoize has changed for me between 2019.1 and 2019.2 and I see that it has been rewritten. The problem I am having is that it is now memoizing values in a situation where i... -
Created Upgrade to IJ2019.2 - unsatisfied dependencies
AnsweredI'm compiling my existing plugin against a new version of IntelliJ (2019.2 EA) and I can't run tests because of unsatisfied dependencies. Can someone suggest how to debug this? Have the rules chan... -
Created ImageNotReadyException in Command Line tool
I'm trying to create my own command-line IntelliJ tool, using InspectionApplication as a model. (Briefly: I want to run the error highlighters on my whole project and collect the results.) I can't... -
Edited Custom BuildTargetScope - Has anyone successfully created a new module target?
It seems as though it should be possible to create your own extension to JVMModuleBuildTarget. (I am trying to do this in order to support another JVM-based language as a separate target.) But when...