BVollmerhaus
- 活动总数 21
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 3
-
已编辑于 Rearrange and format annotations
已回答Hi, I'd like my plugin to offer support for sorting annotations (either alphabetically or by length) and collapsing multi-line annotations with only a single parameter to a single line. This could ... -
已编辑于 Custom Create in form - Fields don't get initialized when "Generate GUI into" is set to "Binary class files"
I want to create a form using the GUI Designer that contains an EditorTextField. To initialize this text field, I need to manually instantiate it and pass it the current project. According to the d... -
创建于 Listen for Git push events from IntelliJ plugin
已回答I'm currently working on an IntelliJ plugin that, among many others, should have a feature for creating PRs after a successful push. For this, I have to react to the push event and take appropriate...