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
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
Created
February 20, 2019 15:45
I have now implemented a PostFormatProcessor which uses a custom JavaRecursiveElementWalkingVisitor to visit all PsiModifierListOwners and sort their annotations. This works just like I need it, th...
Community
IntelliJ IDEA Open API and Plugin Development
Rearrange and format annotations
0 votes
Edited
February 20, 2019 14:09
That was indeed missing, the inspection's quick fix is now run as part of the "Code Cleanup" action. However I'd like to run the fix as part of only the standard "Reformat Code" action (Ctrl+Alt+L)...
Community
IntelliJ IDEA Open API and Plugin Development
Rearrange and format annotations
0 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
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 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 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 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
Next
›
Last
»