Richard Berlin
- 活动总数 32
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 6
-
创建于 What replaces the functionality of com.intellij.psi.impl.JavaCodeBlockModificationListener ?
已回答This 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... -
已编辑于 Help understanding the behavior of RecursionManager.CalculationStack.maybeMemoize
已回答Hi. 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... -
创建于 Upgrade to IJ2019.2 - unsatisfied dependencies
已回答I'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... -
创建于 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... -
已编辑于 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...