Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Werther Vervloet
Total activity
21
Last activity
July 19, 2016 20:50
Member since
June 22, 2016 15:16
Following
1 user
Followed by
0 users
Votes
0
Subscriptions
3
Activity overview
Posts (3)
Comments (15)
Sort by recent activity
Recent activity
Votes
Created
July 19, 2016 20:50
Hi Peter, I found out what it was. When Idea starts from "Run" it was using Java 8 to load and my plugin was compiled in that version. But when I was clicking in the Idea icon, it was running with ...
Community
IntelliJ IDEA Open API and Plugin Development
Gui form to read and write xml file
0 votes
Created
July 11, 2016 02:31
Serge, the problem was the version of the jdk that I compiled the plugin versus the jdk Idea uses in my machine. I compiled the plugin with version 8 and my idea loads with versio 7. This post help...
Community
IntelliJ IDEA Open API and Plugin Development
New plugin works on debug but not when install from zip
0 votes
Created
July 07, 2016 11:42
Peter, that is right. I try to update the contents on every change and it became slow and unpredictable. Now I create a Update button near the code and another trigger to save the contents when the...
Community
IntelliJ IDEA Open API and Plugin Development
Gui form to read and write xml file
0 votes
Created
June 28, 2016 22:58
Peter and Dmitry thanks again for your help. My plugin is almost working now ;). Can you help in one more thing? Now I put the code inside the editor and everything is working fine. I have now to w...
Community
IntelliJ IDEA Open API and Plugin Development
Gui form to read and write xml file
0 votes
Created
June 27, 2016 21:16
It´s getting better ;) Now when I create the editor this way: Editor editor=EditorFactory.getInstance().createEditor(f1.getViewProvider().getDocument(),getProject(),language1.getAssociatedFileType(...
Community
IntelliJ IDEA Open API and Plugin Development
Gui form to read and write xml file
0 votes
Created
June 27, 2016 21:09
That´s exactly what I was thinking, but unfortunately that´s not what is happening in my plugin. I don't hava even the colors of the text properly. How can I check if I am setting the language corr...
Community
IntelliJ IDEA Open API and Plugin Development
Gui form to read and write xml file
0 votes
Created
June 27, 2016 20:38
I think the error was based on this bug: http://stackoverflow.com/questions/9639017/intellij-gui-creator-jpanel-gives-runtime-null-pointer-exception-upon-adding-an But now I can create the element....
Community
IntelliJ IDEA Open API and Plugin Development
Gui form to read and write xml file
0 votes
Created
June 27, 2016 20:05
This is the full error stack: [ 14582] ERROR - tor.impl.FileEditorManagerImpl - null java.lang.NullPointerException at au.com.defacto.example.ui.FormEditorWindow.createUIComponents(FormEditorWindow...
Community
IntelliJ IDEA Open API and Plugin Development
Gui form to read and write xml file
0 votes
Created
June 27, 2016 19:56
OK Peter, I think almost there... I create this code inside createUIComponents(): Language language = Language.findLanguageByID("JAVA");PsiFile f=PsiFileFactory.getInstance(getProject()).createFile...
Community
IntelliJ IDEA Open API and Plugin Development
Gui form to read and write xml file
0 votes
Created
June 27, 2016 19:36
Hum, I understand, but can I have a JPanel inside another Jpanel or the editor has to be in the full form?
Community
IntelliJ IDEA Open API and Plugin Development
Gui form to read and write xml file
0 votes
Next
›
Last
»