Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Markus Neubauer
Total activity
109
Last activity
January 16, 2016 14:06
Member since
June 18, 2013 08:24
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
33
Activity overview
Posts (20)
Comments (56)
Sort by recent activity
Recent activity
Votes
Created
July 01, 2015 08:16
Instead of a service you could also use a project component, but I don't know if this is better than your approach.
Community
IntelliJ IDEA Open API and Plugin Development
Get Reference to Component in ToolWindow
0 votes
Created
June 30, 2015 07:25
U could make a static field in the ToolWindowFactory class and create a getter for it.
Community
IntelliJ IDEA Open API and Plugin Development
Get Reference to Component in ToolWindow
0 votes
Created
June 23, 2015 07:49
What I wanted to do is to run a JUnit Test programmatically and to print the test output in a console.I achieved this by creating a runconfiguration programmatically with the testclasses in it.The ...
Community
IntelliJ IDEA Open API and Plugin Development
How to make a simple console output
0 votes
Created
June 19, 2015 10:43
Maybe this approach help you a bit more :)https://devnet.jetbrains.com/message/5284831#5284831Markus
Community
IntelliJ IDEA Open API and Plugin Development
How to make a simple console output
0 votes
Created
January 14, 2015 11:32
I created the issue https://youtrack.jetbrains.com/issue/IDEA-135209Thank you
Community
IntelliJ IDEA Open API and Plugin Development
LineMarkerProvider multiple gutter icons
0 votes
Created
January 14, 2015 08:58
Please help me the code I posted doesn't work, because I still get the duplicate gutter icons.
Community
IntelliJ IDEA Open API and Plugin Development
LineMarkerProvider multiple gutter icons
0 votes
Created
December 19, 2014 14:50
Sorry but I don't understand what you mean.Is the problem the element in this call: gutterIconBuilder.createLineMarkerInfo(element)?My current implementation is this:protected void collectNavigatio...
Community
IntelliJ IDEA Open API and Plugin Development
LineMarkerProvider multiple gutter icons
0 votes
Created
December 18, 2014 14:45
This should be correct, right?create(AllIcons.Ide.HectorSyntax).setTargets(psiClass.getNameIdentifier()).setTooltipText("Navigate to link");result.add(gutterIconBuilder.createLineMarkerInfo(element...
Community
IntelliJ IDEA Open API and Plugin Development
LineMarkerProvider multiple gutter icons
0 votes
Created
December 18, 2014 14:27
I tried to attach it to a PsiClass and to a list of PsiMethods depending on a comment in the marked line
Community
IntelliJ IDEA Open API and Plugin Development
LineMarkerProvider multiple gutter icons
0 votes
Created
December 18, 2014 14:18
Yes I do.Is it wrong?
Community
IntelliJ IDEA Open API and Plugin Development
LineMarkerProvider multiple gutter icons
0 votes
Next
›
Last
»