Brandon Fergerson
- Total activity 85
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 7
- Subscriptions 21
-
Edited Questions on AsyncTreeModel and plugin verification speed
AnsweredI'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 ... -
Edited Getting PSIElement(s) from XExpression
AnsweredHow 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... -
Edited Does UAST support Kotlin?
AnsweredI 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... -
Edited 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 = ... -
Edited JCEF browser flashes from corner of IDE
AnsweredThere 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... -
Edited Inspections and "Go To Declaration" require cut/paste before detecting correct structure
AnsweredThe 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 ... -
Edited Patching VM Options Under Gradle Application Run Configuration
AnsweredWhen 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... -
Edited JCEF in IntelliJ plugins (Linux issue)
AnsweredI'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...