主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Singingbush
活动总数
26
最后的活动
2025年08月17日 17:57
成员加入日期
2018年02月15日 21:54
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
9
活动概览
帖子(5)
评论(11)
按最近的活动排序
最近的活动
投票数
创建于
2019年02月24日 12:28
In case anyone else wants to access IDE proxy settings, this is what I'm doing to give the user the option of using them in my plugin: titledRow("Proxy Settings") { }row() { cell { CheckB...
社区
IntelliJ IDEA Open API and Plugin Development
how can I bind value of a JCheckBox to enabling and disabling rows in a LayoutBuilder using Kotlin. (in Configurable::createComponent)
0 票
创建于
2019年02月24日 09:59
Are you using a JDK that has javafx? If your project JDK is Oracle Java 8 it should be there but if you're using something more recent like Java 11 you'll need to add javafx as an additional depend...
社区
IntelliJ IDEA Plugin Users
not support JavaFX
0 票
创建于
2019年02月03日 16:49
Good point. The proxy settings are an example of the kind of thing I'm doing in the settings for this plugin. In the case of the proxy though, perhaps a good experience would be to keep the checkbo...
社区
IntelliJ IDEA Open API and Plugin Development
how can I bind value of a JCheckBox to enabling and disabling rows in a LayoutBuilder using Kotlin. (in Configurable::createComponent)
0 票
创建于
2019年01月27日 17:43
As before, I've got it working so will show my code: override fun createComponent(): JComponent = com.intellij.ui.layout.panel { titledRow("Proxy Settings") {} val proxyEnabled = CheckBox("en...
社区
IntelliJ IDEA Open API and Plugin Development
how can I bind value of a JCheckBox to enabling and disabling rows in a LayoutBuilder using Kotlin. (in Configurable::createComponent)
0 票
创建于
2019年01月27日 15:16
I've actually got this working now with the following: override fun createComponent(): JComponent = com.intellij.ui.layout.panel { row("DB info") { cell { browserLink("H2", "...
社区
IntelliJ IDEA Plugin Users
how to have JLabel update it's text value in another thread using Kotlin. (in Configurable::createComponent)
0 票
创建于
2019年01月20日 21:51
It's taken ages but I'm getting closer to putting together the layout in a way that's similar. Nothing functional yet, I'm just trying to get it to look correct. At first I was unsure which layout...
社区
IntelliJ IDEA Open API and Plugin Development
ui component for verifying local binary path
0 票
创建于
2019年01月15日 12:59
Thanks Vasily that helps. I expected that perhaps the components would all have been put into a single Component so that they can be reused easily. On that screenshot alone there's 4 tools that all...
社区
IntelliJ IDEA Open API and Plugin Development
ui component for verifying local binary path
0 票
创建于
2018年03月02日 18:08
Thanks Colin. I'd been trying for a while to get SearchableConfigurable working. Doing that final post 3 years ago has enabled me to do this:https://github.com/intellij-dlanguage/intellij-dlanguage...
社区
IntelliJ IDEA Open API and Plugin Development
Problems generating searchableOptions.xml
0 票
创建于
2018年02月24日 11:25
I have some code that displays a tree of project dependencies in a tool window, it may help you:https://github.com/intellij-dlanguage/intellij-dub/blob/develop/src/main/kotlin/io/github/intellij/du...
社区
IntelliJ IDEA Open API and Plugin Development
Intellij Tree with custom files
0 票
已编辑于
2018年02月18日 14:45
thanks Anton, that's got me started. Can that be used in all products? We didn't use that class for creating projects in Intellij IDEA. For that we just used a com.intellij.ide.util.projectWizard....
社区
IntelliJ IDEA Open API and Plugin Development
how can you add items to CLion's New Project window
0 票
«
第一页
‹
上一页