Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Alexander Lobas
Total activity
66
Last activity
February 13, 2019 16:24
Member since
May 15, 2012 10:33
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
24
Activity overview
Articles (0)
Posts (0)
Comments (42)
Sort by recent activity
Recent activity
Votes
Created
February 13, 2019 16:24
BVollmerhaus, Please create issue in YouTrack with all corner cases.
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 13, 2019 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;
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 13, 2019 13:47
---------------JAVA------------------------- package dddd;import org.jetbrains.annotations.NotNull;import javax.swing.*;public class TestForm { @NotNull private final String name; private ...
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 12, 2019 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...
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 11, 2019 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 ...
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
January 17, 2019 13:05
Hi, user that use API Notifications.Bus.notify don't define balloon location, sorry.
Community
IntelliJ IDEA Open API and Plugin Development
How to show event log error balloon on the left rather than right?
0 votes
Created
October 22, 2018 10:18
Hello, sorry but all layouts (BALLOON, CIRCULAR, HIERARCHIC_GROUP, ORGANIC, ORTHOGONAL, DIRECTED_ORTHOGONAL, TREE) is hardcoded and not changed.
Community
IntelliJ IDEA Open API and Plugin Development
Custom Layouter for the Diagram API
0 votes
Created
August 01, 2018 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...
Community
IntelliJ IDEA Users
IDEA Ultimate 2018.2 - Import Settings with LiveTemplate fails
0 votes
Created
July 09, 2018 18:19
`Support for diagrams` is ultimate plugin.
Community
IntelliJ IDEA Open API and Plugin Development
Graph framework in intelliJ
0 votes
Created
July 02, 2018 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
Community
IntelliJ IDEA Open API and Plugin Development
Graph framework in intelliJ
0 votes
Next
›
Last
»