Singingbush
- 活动总数 26
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 9
-
创建于 how can I bind value of a JCheckBox to enabling and disabling rows in a LayoutBuilder using Kotlin. (in Configurable::createComponent)
已回答So, 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... -
创建于 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... -
创建于 ui component for verifying local binary path
已回答In 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... -
已编辑于 one pluginIcon.svg for any theme
已回答today, 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... -
创建于 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.