主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Alexander Lobas
活动总数
66
最后的活动
2019年02月13日 16:24
成员加入日期
2012年05月15日 10:33
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
24
活动概览
文章(0)
帖子(0)
评论(42)
按最近的活动排序
最近的活动
投票数
创建于
2019年02月13日 16:24
BVollmerhaus, Please create issue in YouTrack with all corner cases.
社区
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日 13:49
Hm, lombok.NonNull Lombok generate code like: if (FOO == null) { ....} else {....} and this broken our form byte code generator.... Please use import org.jetbrains.annotations.NotNull;
社区
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日 13:47
---------------JAVA------------------------- package dddd;import org.jetbrains.annotations.NotNull;import javax.swing.*;public class TestForm { @NotNull private final String name; private ...
社区
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日 13:31
Hello, In your bytecode I don't see $$$setupUI$$$() and other special methods. What type of projects do you use? Idea plugin project? How do you compile a project? After turn to "Binary class files...
社区
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月11日 16:18
Please sets "Binary class files" and: -show full java code and .form file -insert to `createUIComponents()` new Throwable().printStackTrace(); and show full stack trace -for .class file run `javap ...
社区
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年01月17日 13:05
Hi, user that use API Notifications.Bus.notify don't define balloon location, sorry.
社区
IntelliJ IDEA Open API and Plugin Development
How to show event log error balloon on the left rather than right?
0 票
创建于
2018年10月22日 10:18
Hello, sorry but all layouts (BALLOON, CIRCULAR, HIERARCHIC_GROUP, ORGANIC, ORTHOGONAL, DIRECTED_ORTHOGONAL, TREE) is hardcoded and not changed.
社区
IntelliJ IDEA Open API and Plugin Development
Custom Layouter for the Diagram API
0 票
创建于
2018年08月01日 16:37
`Sync plugin` don't see manually copy config files to jba_config folder. If you use `Import Settings` for get templates from IDE1 and want export it to sync plugin in IDE2 -you need disable sync on...
社区
IntelliJ IDEA Users
IDEA Ultimate 2018.2 - Import Settings with LiveTemplate fails
0 票
创建于
2018年07月09日 18:19
`Support for diagrams` is ultimate plugin.
社区
IntelliJ IDEA Open API and Plugin Development
Graph framework in intelliJ
0 票
创建于
2018年07月02日 08:21
Hello, in IJ for diagram we use https://www.yworks.com/products/yfiles More info: https://intellij-support.jetbrains.com/hc/en-us/community/posts/206761005-Graph-Api-Diagram-API-questions
社区
IntelliJ IDEA Open API and Plugin Development
Graph framework in intelliJ
0 票
下一页
›
最后
»