主页
IDEs Support (IntelliJ Platform) | JetBrains
提交请求
社区
登录
Markus Neubauer
活动总数
109
最后的活动
2016年01月16日 14:06
成员加入日期
2013年06月18日 08:24
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
33
活动概览
帖子(20)
评论(56)
按最近的活动排序
最近的活动
投票数
创建于
2015年07月01日 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.
社区
IntelliJ IDEA Open API and Plugin Development
Get Reference to Component in ToolWindow
0 票
创建于
2015年06月30日 07:25
U could make a static field in the ToolWindowFactory class and create a getter for it.
社区
IntelliJ IDEA Open API and Plugin Development
Get Reference to Component in ToolWindow
0 票
创建于
2015年06月23日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
How to make a simple console output
0 票
创建于
2015年06月19日 10:43
Maybe this approach help you a bit more :)https://devnet.jetbrains.com/message/5284831#5284831Markus
社区
IntelliJ IDEA Open API and Plugin Development
How to make a simple console output
0 票
创建于
2015年01月14日 11:32
I created the issue https://youtrack.jetbrains.com/issue/IDEA-135209Thank you
社区
IntelliJ IDEA Open API and Plugin Development
LineMarkerProvider multiple gutter icons
0 票
创建于
2015年01月14日 08:58
Please help me the code I posted doesn't work, because I still get the duplicate gutter icons.
社区
IntelliJ IDEA Open API and Plugin Development
LineMarkerProvider multiple gutter icons
0 票
创建于
2014年12月19日 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...
社区
IntelliJ IDEA Open API and Plugin Development
LineMarkerProvider multiple gutter icons
0 票
创建于
2014年12月18日 14:45
This should be correct, right?create(AllIcons.Ide.HectorSyntax).setTargets(psiClass.getNameIdentifier()).setTooltipText("Navigate to link");result.add(gutterIconBuilder.createLineMarkerInfo(element...
社区
IntelliJ IDEA Open API and Plugin Development
LineMarkerProvider multiple gutter icons
0 票
创建于
2014年12月18日 14:27
I tried to attach it to a PsiClass and to a list of PsiMethods depending on a comment in the marked line
社区
IntelliJ IDEA Open API and Plugin Development
LineMarkerProvider multiple gutter icons
0 票
创建于
2014年12月18日 14:18
Yes I do.Is it wrong?
社区
IntelliJ IDEA Open API and Plugin Development
LineMarkerProvider multiple gutter icons
0 票
下一页
›
最后
»