Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
BVollmerhaus
Total activity
21
Last activity
April 21, 2019 15:05
Member since
August 03, 2018 10:30
Following
0 users
Followed by
0 users
Votes
3
Subscriptions
3
Activity overview
Posts (3)
Comments (12)
Sort by recent activity
Recent activity
Votes
Edited
February 20, 2019 11:07
Unfortunately running "Code Cleanup" does not appear to execute my inspection's quick fix. When directly selecting any code highlighted by the inspection and invoking the quick fix popup, my fix is...
Community
IntelliJ IDEA Open API and Plugin Development
Rearrange and format annotations
0 votes
Edited
February 20, 2019 10:40
Thanks, I have implemented it as a LocalQuickFix that can be triggered from a corresponding AbstractBaseJavaLocalInspectionTool. This works fine and due to the latter implementing CleanupLocalInspe...
Community
IntelliJ IDEA Open API and Plugin Development
Rearrange and format annotations
0 votes
Edited
April 21, 2019 15:05
Will do, but it may take quite a while until I get around to it.
Community
IntelliJ IDEA Open API and Plugin Development
Custom Create in form - Fields don't get initialized when "Generate GUI into" is set to "Binary class files"
0 votes
Edited
February 14, 2019 08:00
Thanks both of you for debugging this with me; I'll use @NotNull in this particular component for now. However, I seem to have found another issue with this. When initializing an attribute in-line,...
Community
IntelliJ IDEA Open API and Plugin Development
Custom Create in form - Fields don't get initialized when "Generate GUI into" is set to "Binary class files"
0 votes
Edited
February 13, 2019 12:45
> Which one? There are at least four of them in case of building the plugin. Good to know, I just checked in build/classes/java/main/com/mycompany/plugin/modules/mymodule/settings. I can only find ...
Community
IntelliJ IDEA Open API and Plugin Development
Custom Create in form - Fields don't get initialized when "Generate GUI into" is set to "Binary class files"
0 votes
Edited
February 14, 2019 08:00
> Btw, how are you checking that $$$setupUI$$$ is not there? What's the class file you check? I'm checking the class file of MyComponent using both IntelliJ's decompiler and `javap` as suggested be...
Community
IntelliJ IDEA Open API and Plugin Development
Custom Create in form - Fields don't get initialized when "Generate GUI into" is set to "Binary class files"
0 votes
Edited
February 13, 2019 07:45
Hi, the project is a standard Gradle project using the gradle-intellij-plugin. Here's my gradle.build: buildscript { repositories { mavenCentral() }}plugins { id 'org.jetbrains.inte...
Community
IntelliJ IDEA Open API and Plugin Development
Custom Create in form - Fields don't get initialized when "Generate GUI into" is set to "Binary class files"
0 votes
Edited
February 12, 2019 08:32
Here's the full code of the components involved (set to "Binary class files"). MyComponent.java: package com.mycompany.plugin.modules.mymodule.settings;import javax.swing.JButton;import javax.swing...
Community
IntelliJ IDEA Open API and Plugin Development
Custom Create in form - Fields don't get initialized when "Generate GUI into" is set to "Binary class files"
0 votes
Created
August 06, 2018 13:00
Great, thanks! This question can be marked as solved then.
Community
IntelliJ IDEA Open API and Plugin Development
Listen for Git push events from IntelliJ plugin
0 votes
Edited
August 06, 2018 09:00
Thanks a lot. Just to be sure my code doesn't break any other possible Git integrations, is this the correct way to only use GitPushProcessCustomization#executeAfterPush() without re-implementing a...
Community
IntelliJ IDEA Open API and Plugin Development
Listen for Git push events from IntelliJ plugin
0 votes
«
First
‹
Previous