主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Collin Barber
活动总数
22
最后的活动
2023年04月28日 20:03
成员加入日期
2023年02月16日 22:12
关注
0 名用户
关注者数
0 名用户
投票数
4
订阅数
5
活动概览
帖子(4)
评论(9)
按最近的活动排序
最近的活动
投票数
创建于
2023年04月07日 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. ...
社区
PyCharm
PyCharm 2019 - Auto-Generate Getters / Setters
2 票
创建于
2023年04月28日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Markdown Preview Swing Component
0 票
创建于
2023年04月23日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Markdown Preview Swing Component
0 票
创建于
2023年04月22日 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")...
社区
IntelliJ IDEA Open API and Plugin Development
Cannot find builtin plugin 'Pythonid' for IDE
0 票
创建于
2023年04月21日 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: ...
社区
IntelliJ IDEA Open API and Plugin Development
Cannot find builtin plugin 'Pythonid' for IDE
0 票
创建于
2023年04月17日 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?
社区
IntelliJ IDEA Open API and Plugin Development
Cannot find builtin plugin 'Pythonid' for IDE
0 票
创建于
2023年02月24日 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...
社区
IntelliJ IDEA Open API and Plugin Development
DSL UI v2 Binding an Enum and Observable Pattern
0 票
创建于
2023年02月23日 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...
社区
IntelliJ IDEA Open API and Plugin Development
DSL UI v2 Binding an Enum and Observable Pattern
0 票
创建于
2023年02月17日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
EditorTextField is not edittable
0 票