Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Singingbush
Total activity
25
Last activity
September 30, 2021 12:41
Member since
February 15, 2018 21:54
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
9
Activity overview
Posts (5)
Comments (11)
Sort by recent activity
Recent activity
Votes
Created
September 30, 2021 12:41
This approach is now obsolete. I've been working on a status bar widget recently. As of Intellij 2020.1, you now need to add your own implementation of ServerStatusBarWidgetFactory and add it in pl...
Community
IntelliJ IDEA Open API and Plugin Development
Basic question for placing a plugin in the status bar
1 vote
Created
February 24, 2019 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...
Community
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 votes
Created
February 24, 2019 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...
Community
IntelliJ IDEA Plugin Users
not support JavaFX
0 votes
Created
February 03, 2019 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...
Community
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 votes
Created
January 27, 2019 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...
Community
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 votes
Created
January 27, 2019 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", "...
Community
IntelliJ IDEA Plugin Users
how to have JLabel update it's text value in another thread using Kotlin. (in Configurable::createComponent)
0 votes
Created
January 20, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
ui component for verifying local binary path
0 votes
Created
January 15, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
ui component for verifying local binary path
0 votes
Created
March 02, 2018 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...
Community
IntelliJ IDEA Open API and Plugin Development
Problems generating searchableOptions.xml
0 votes
Created
February 24, 2018 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...
Community
IntelliJ IDEA Open API and Plugin Development
Intellij Tree with custom files
0 votes
Next
›
Last
»