主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
BVollmerhaus
活动总数
21
最后的活动
2019年04月21日 15:05
成员加入日期
2018年08月03日 10:30
关注
0 名用户
关注者数
0 名用户
投票数
3
订阅数
3
活动概览
帖子(3)
评论(12)
按最近的活动排序
最近的活动
投票数
创建于
2019年02月20日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Rearrange and format annotations
0 票
已编辑于
2019年02月20日 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)...
社区
IntelliJ IDEA Open API and Plugin Development
Rearrange and format annotations
0 票
已编辑于
2019年02月20日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Rearrange and format annotations
0 票
已编辑于
2019年02月20日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Rearrange and format annotations
0 票
已编辑于
2019年04月21日 15:05
Will do, but it may take quite a while until I get around to it.
社区
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 票
已编辑于
2019年02月14日 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,...
社区
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 票
已编辑于
2019年02月13日 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 ...
社区
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 票
已编辑于
2019年02月14日 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...
社区
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 票
已编辑于
2019年02月13日 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...
社区
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 票
已编辑于
2019年02月12日 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...
社区
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 票
下一页
›
最后
»