Brandon Atkinson
- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 5
-
-
-
Brandon Atkinson created a post, AnsweredProper way (or example code) on how to hightlight a line(s) of text in an editor window
I have the need to highlight and provide a tooltip for code open in an Editor pane. I am successfully opening the file I need to highlight in an editor tab and have the following data: Start line ... -
Brandon Atkinson created a post, AnsweredJBCefBrowser, how to properly set HTML string
In my plugin I have HTML I need to display to my user, which I have as just a String of HTML. I'm trying to use the JBCefBrowser with the following code: JBCefBrowser myBrowser = new JBCefBrowser()... -
-
Brandon Atkinson created a post, AnsweredPlugin Project Settings, SettingsState is always null
My plugin has the need for Application and Project level settings. I have the App settings working based on this example: https://github.com/JetBrains/intellij-sdk-docs/tree/main/code_samples/setti... -
-
Brandon Atkinson created a post, AnsweredPlugin Settings are getting saved, but not retrieved
I followed this tutorial on settings: https://plugins.jetbrains.com/docs/intellij/settings-tutorial.html#the-appsettingsconfigurable-class I copied the code examples verbatim. When I run the plugin... -
-
Brandon Atkinson created a post, AnsweredCannot add nodes to a JTree inside my ToolWindow
Very new to developing on the Intellij Platform, and just trying to add a simple JTree to a ToolWindow. However, I cannot get the node binding to work. I'm sure I'm missing something easy, hoping s...