Singingbush
- Total activity 25
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
-
Created how can I bind value of a JCheckBox to enabling and disabling rows in a LayoutBuilder using Kotlin. (in Configurable::createComponent)
AnsweredSo, following on from my previous question. I'm now adding some fields to do with proxy settings into my createComponent() method, like this: override fun createComponent(): JComponent = com.intell... -
Created how to have JLabel update it's text value in another thread using Kotlin. (in Configurable::createComponent)
I have a Configurable class in which my createComponent() method looks somewhat like this: override fun createComponent(): JComponent = com.intellij.ui.layout.panel { row("DB info") { cel... -
Created ui component for verifying local binary path
AnsweredIn the Intellij Dlanguage plugin we have a tool window in which users can set paths to various local binaries that we require: I was looking at the what's new page for CLion and noticed that the... -
Edited one pluginIcon.svg for any theme
Answeredtoday, prior to releasing a new version of the dub plugin I added an svg icon to src/main/resources/META-INF/pluginIcon.svg as per the documentation. As my image should be fine for the default them... -
Created how can you add items to CLion's New Project window
I'm trying to add CLion support to the D Language plugin but can't seem to add an option for creating a D project.