Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
Collin Barber
Total activity
22
Last activity
April 28, 2023 20:03
Member since
February 16, 2023 22:12
Following
0 users
Followed by
0 users
Votes
4
Subscriptions
5
Activity overview
Posts (4)
Comments (9)
Sort by recent activity
Recent activity
Votes
Created
April 07, 2023 23:06
A bit of shameless self promotion: https://plugins.jetbrains.com/plugin/20946-python-getters-and-settersI stumbled upon this issue myself, and decided to spend 5+ hours automating a 5 minute task. ...
Community
PyCharm
PyCharm 2019 - Auto-Generate Getters / Setters
2 votes
Created
April 28, 2023 05:44
Thanks for the tip! Using html/css has helped me solve a bunch of problems! I am having trouble listening for button interactions in my kotlin code though. ChatGPT has given me probably 10 differen...
Community
IntelliJ IDEA Open API and Plugin Development
Markdown Preview Swing Component
0 votes
Created
April 23, 2023 20:57
Is there a way to add buttons (like the bottom 3 buttons?) Is there a way to add more icon buttons in (top right)? My first instinct is to just add JBButtons under the panel, but this solution re...
Community
IntelliJ IDEA Open API and Plugin Development
Markdown Preview Swing Component
0 votes
Created
April 22, 2023 05:59
I think I solved my own issue... // Configure Gradle IntelliJ Plugin// Read more: https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.htmlintellij { version.set("2022.1.4")...
Community
IntelliJ IDEA Open API and Plugin Development
Cannot find builtin plugin 'Pythonid' for IDE
0 votes
Created
April 21, 2023 19:15
Having a similar issue. I am suspicious that the issue is due to using the Python plugin instead of the built in support in pycharm. When I building the plugin, I get a few python related errors: ...
Community
IntelliJ IDEA Open API and Plugin Development
Cannot find builtin plugin 'Pythonid' for IDE
0 votes
Created
April 17, 2023 19:24
^ Accidently posted build.gradle.kts twice. As a followup question, how can I add multiple run plugin tasks? Like runIC (intellij community), runPC(pycharm community), etc?
Community
IntelliJ IDEA Open API and Plugin Development
Cannot find builtin plugin 'Pythonid' for IDE
0 votes
Created
February 24, 2023 19:05
plugins { id("java") id("org.jetbrains.kotlin.jvm") version "1.8.20-Beta" id("org.jetbrains.intellij") version "1.13.0"} I've made sure to use latest^, but these methods don't seem to exi...
Community
IntelliJ IDEA Open API and Plugin Development
DSL UI v2 Binding an Enum and Observable Pattern
0 votes
Created
February 23, 2023 06:43
Thanks for your advice. Swing components solved my problem. As a follow up, I am trying to find examples of the segmentedButton (specifically how they did the binding). I cannot find the code for t...
Community
IntelliJ IDEA Open API and Plugin Development
DSL UI v2 Binding an Enum and Observable Pattern
0 votes
Created
February 17, 2023 16:31
Thanks for the GUI suggestions! You're right that I should hide those templates and leave them in settings... But I haven't been able to use text editors in my popups. Is there a setting I need to ...
Community
IntelliJ IDEA Open API and Plugin Development
EditorTextField is not edittable
0 votes