主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Christian Schulze
活动总数
41
最后的活动
2018年05月04日 09:23
成员加入日期
2018年03月23日 15:12
关注
0 名用户
关注者数
0 名用户
投票数
4
订阅数
10
活动概览
帖子(13)
评论(14)
按最近的活动排序
最近的活动
投票数
创建于
2018年04月09日 09:49
Thank you, thats perfect.
社区
IntelliJ IDEA Open API and Plugin Development
Intellij Icons
0 票
创建于
2018年04月09日 08:19
Ah MigLayout is perfect, I used this years before.
社区
IntelliJ IDEA Open API and Plugin Development
ToolWindow Layout best practice?
0 票
创建于
2018年04月06日 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. :)
社区
IntelliJ IDEA Open API and Plugin Development
ToolWindow Layout best practice?
0 票
创建于
2018年04月05日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to create a panel (something like the Inspection Results)
0 票
已编辑于
2018年04月05日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to create a panel (something like the Inspection Results)
0 票
创建于
2018年04月04日 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?
社区
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 票
创建于
2018年04月04日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to create a panel (something like the Inspection Results)
0 票
创建于
2018年03月26日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How can I access the IDEA Settings?
0 票
创建于
2018年03月26日 10:58
Hello Anna, no I need to find it first. I have the PsiJavaFile. Chris
社区
IntelliJ IDEA Open API and Plugin Development
How can I edit the comment of a Class in a PsiJavaFile?
0 票
创建于
2018年03月26日 09:17
Ok, this was a realy dumb question. You have to set the GlobalSeachScope to projectScope and thats it. :)
社区
IntelliJ IDEA Open API and Plugin Development
How to get all Java-Files from a Project without the java files from the dependencies
0 票
«
第一页
‹
上一页