Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Christian Schulze
Total activity
41
Last activity
May 04, 2018 09:23
Member since
March 23, 2018 15:12
Following
0 users
Followed by
0 users
Votes
4
Subscriptions
10
Activity overview
Posts (13)
Comments (14)
Sort by recent activity
Recent activity
Votes
Created
April 09, 2018 09:49
Thank you, thats perfect.
Community
IntelliJ IDEA Open API and Plugin Development
Intellij Icons
0 votes
Created
April 09, 2018 08:19
Ah MigLayout is perfect, I used this years before.
Community
IntelliJ IDEA Open API and Plugin Development
ToolWindow Layout best practice?
0 votes
Created
April 06, 2018 07:59
Thank you, but do have a little hint which Layout I have to use to make somenthing similar to the Version Control Tool Window? That would save me some time. :)
Community
IntelliJ IDEA Open API and Plugin Development
ToolWindow Layout best practice?
0 votes
Created
April 05, 2018 08:08
Ok I solved this myself. If the Condition returns false in the value() Method I get a null if I try to get the ToolWindow with getToolWindow(ID). First I thought the value method in the Condition i...
Community
IntelliJ IDEA Open API and Plugin Development
How to create a panel (something like the Inspection Results)
0 votes
Edited
April 05, 2018 07:51
Thanks for the reply, but the Method ToolWindowManager.getInstance(...).getToolWindow(ID).show() requires a Runnable. But first the ID from the plugin.xml is not avaible, I get a null for the getTo...
Community
IntelliJ IDEA Open API and Plugin Development
How to create a panel (something like the Inspection Results)
0 votes
Created
April 04, 2018 09:35
Thank you. Seems like the second string argument is path to which settings I want to go. Is their a list avaiable for this paths?
Community
IntelliJ IDEA Open API and Plugin Development
Is it possible to open the settings menu of the IDE programaticly and jump to a specific Point?
0 votes
Created
April 04, 2018 09:01
Thank you, that is a good start. But how can I control the ToolWindow from my Action. I want to hide the ToolWindow first and when a click the Button of my Plugin the ToolWindow should be displayed...
Community
IntelliJ IDEA Open API and Plugin Development
How to create a panel (something like the Inspection Results)
0 votes
Created
March 26, 2018 11:24
Hello, this was helpfull but with: FileTemplate defaultTemplate = FileTemplateManager.getInstance(project).getDefaultTemplate(FileTemplateManager.FILE_HEADER_TEMPLATE_NAME); you get a null for myTe...
Community
IntelliJ IDEA Open API and Plugin Development
How can I access the IDEA Settings?
0 votes
Created
March 26, 2018 10:58
Hello Anna, no I need to find it first. I have the PsiJavaFile. Chris
Community
IntelliJ IDEA Open API and Plugin Development
How can I edit the comment of a Class in a PsiJavaFile?
0 votes
Created
March 26, 2018 09:17
Ok, this was a realy dumb question. You have to set the GlobalSeachScope to projectScope and thats it. :)
Community
IntelliJ IDEA Open API and Plugin Development
How to get all Java-Files from a Project without the java files from the dependencies
0 votes
«
First
‹
Previous