主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Yann Cebron
活动总数
8233
最后的活动
2025年04月23日 09:06
成员加入日期
2003年04月16日 11:50
关注
0 名用户
关注者数
2 名用户
投票数
21
订阅数
3315
活动概览
文章(0)
帖子(120)
评论(4777)
按最近的活动排序
最近的活动
投票数
创建于
2014年06月30日 16:27
Please use JDK 6 as underlying SDK for the IntelliJ Platform SDK as many/most users on Mac still use it to run IntelliJ IDEA.
社区
IntelliJ IDEA Open API and Plugin Development
Java versioning issues when deploying my plugin
0 票
创建于
2015年10月26日 16:54
What exactly do you want to achieve? Change the OpenAPI to suit your plugin's needs?
社区
IntelliJ IDEA Open API and Plugin Development
Modified openApi (-classes) as plugin. possible?
0 票
创建于
2015年10月28日 09:29
Try using extension point com.intellij.ide.projectView.ProjectViewNodeDecorator
社区
IntelliJ IDEA Open API and Plugin Development
Modified openApi (-classes) as plugin. possible?
0 票
创建于
2015年10月28日 15:59
AFAIK you can't override the painting itself, still you can provide custom color via com.intellij.openapi.fileEditor.impl.EditorTabColorProvider
社区
IntelliJ IDEA Open API and Plugin Development
Modified openApi (-classes) as plugin. possible?
0 票
创建于
2015年10月26日 09:04
see com.intellij.openapi.wm.ex.ToolWindowEx#setAdditionalGearActions and com.intellij.openapi.wm.ex.ToolWindowEx#setTitleActions
社区
IntelliJ IDEA Open API and Plugin Development
Add option to toolwindow title
0 票
创建于
2015年11月14日 09:06
Please check com.intellij.ide.structureView.StructureViewBuilderProvider
社区
IntelliJ IDEA Open API and Plugin Development
non psi-based structured view
0 票
创建于
2015年11月14日 09:11
You can use com.intellij.testFramework.UtilKt#registerServiceInstance, do not forget to store original service instance in setUp and restore it in tearDown.
社区
IntelliJ IDEA Open API and Plugin Development
Replace serviceImplementation in IdeaTestCase
0 票
创建于
2015年10月26日 09:07
You can use com.intellij.icons.AllIcons class to access "Global" icons.
社区
IntelliJ IDEA Open API and Plugin Development
How to access IDEA image resources?
0 票
创建于
2015年11月18日 07:56
Your users can set DEBUG level for manually overridden categories via menu Help->Debug Log Settings
社区
IntelliJ IDEA Open API and Plugin Development
Configuring log level in idea.log
0 票
创建于
2015年11月15日 10:30
From a quick look you shouldn't need to do this (see timerListener in CTOR), please try to debug into com.intellij.ide.impl.StructureViewWrapperImpl#checkUpdate
社区
IntelliJ IDEA Open API and Plugin Development
structure view refresh
0 票
«
第一页
‹
上一页
下一页
›
最后
»