Brandon Fergerson
- 活动总数 85
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 7
- 订阅数 21
-
已编辑于 Getting declared variables within Kotlin scope
已回答I'm able to get Java/Groovy variables within a given scope using PsiScopesUtil.treeWalkUp(). I'm also able to get Python variables within a given scope using ControlFlowCache.getScope().getNamedEle... -
创建于 Currently visible method(s) tracker
已回答Is there a simple way for getting the current code a developer is viewing? For example, is there a way to get a list of methods that are currently being displayed? I'm looking to trigger events whe... -
已编辑于 Questions on AsyncTreeModel and plugin verification speed
已回答I'm able to update an AsyncTreeModel using this code, but I am unable to update it without invalidating the entire tree. This results in the collapsing of everything open. How do I update the tree ... -
已编辑于 Getting PSIElement(s) from XExpression
已回答How does one get PSIElement(s) from an XExpression? When writing the conditional for a breakpoint there is highlighting and auto-complete but when listening to breakpoints via XBreakpointListener a... -
已编辑于 Does UAST support Kotlin?
已回答I thought UAST supported Kotlin but I'm trying to do something fairly simple which suggests it doesn't. I'm trying to write code that extracts the methods of source code files using UAST. I am able... -
已编辑于 JCEF heavyweight popup closes too early or always stays on top
Given the following code: //--------------- Attempt 1 ---------------val browser = JBCefBrowser()browser.loadHTML("<html><body><h1>Hello World</h1></body></html>")browser.component.preferredSize = ... -
已编辑于 JCEF browser flashes from corner of IDE
已回答There are some issues which suggest a flashing problem with JCEF but I'm not sure they are what I'm dealing with: - https://youtrack.jetbrains.com/issue/IDEA-232927 - https://youtrack.jetbrains.c... -
已编辑于 Inspections and "Go To Declaration" require cut/paste before detecting correct structure
已回答The custom language plugin I'm creating doesn't seem to pick up code changes that should refresh which inspections are triggered or find the usage of declarations created. For example, let's say I ... -
已编辑于 Patching VM Options Under Gradle Application Run Configuration
已回答When running an "Application" configuration under a Maven project the com.intellij.execution.runners.JavaProgramPatcher class can be used to modify/extend the VM options which are used during execu... -
已编辑于 JCEF in IntelliJ plugins (Linux issue)
已回答I've found a few posts with others trying to embed JCEF in IntelliJ: - https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000118404-Toolwindow-plugin-with-JCEF-is-not-repainted-whe...