主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Yann Cebron
活动总数
8231
最后的活动
2025年04月23日 09:06
成员加入日期
2003年04月16日 11:50
关注
0 名用户
关注者数
2 名用户
投票数
21
订阅数
3314
活动概览
帖子(120)
评论(4776)
按最近的活动排序
最近的活动
投票数
创建于
2014年04月23日 18:01
Please check out the plugin development documentation in our Wiki: http://confluence.jetbrains.com/display/IDEADEV/PluginDevelopmenthttp://confluence.jetbrains.com/display/IDEADEV/PSI+Cookbook and ...
社区
IntelliJ IDEA Open API and Plugin Development
How to get all the packages in a project
0 票
创建于
2014年04月23日 18:08
com.intellij.openapi.wm.ToolWindow#setAutoHidesee http://confluence.jetbrains.com/display/IDEADEV/Creation+of+Tool+Windows for basic tutorial about Toolwindows
社区
IntelliJ IDEA Open API and Plugin Development
How to change the Pinned mode of Maven panel
0 票
创建于
2014年07月01日 08:52
I'd suggest to branch your code for each major version and have separate projects with corresponding IntelliJ Platform SDK.
社区
IntelliJ IDEA Open API and Plugin Development
Developing for multiple intellij versions
0 票
创建于
2014年07月01日 10:54
AFAIU you could "limit" visibility of each plugin<->platform version by specifying corresponding min/max in its plugin.xml descriptor.
社区
IntelliJ IDEA Open API and Plugin Development
Developing for multiple intellij versions
0 票
创建于
2014年07月01日 17:37
You can use com.intellij.openapi.application.ApplicationInfo#getMajorVersion to query runtime version information.Of course, you could release the same plugin binary for several major versions, giv...
社区
IntelliJ IDEA Open API and Plugin Development
Developing for multiple intellij versions
0 票
创建于
2014年06月30日 19:42
https://github.com/JetBrains/Grammar-Kit/blob/master/TUTORIAL.md explains it nicely IMHO
社区
IntelliJ IDEA Open API and Plugin Development
building robust parsers
0 票
创建于
2014年06月15日 16:45
see com.intellij.ide.util.PsiElementModuleRenderer
社区
IntelliJ IDEA Open API and Plugin Development
How to find Jars for Class
0 票
创建于
2014年06月04日 07:36
LayoutViewElement is registered as root element via ViewLayoutDomFileDescription. What is "Root" for? What are you trying to achieve/extend here?
社区
IntelliJ IDEA Open API and Plugin Development
Getting ClassCastException Error when trying to access DOM
0 票
创建于
2014年05月27日 07:32
See com.intellij.codeInsight.actions.OptimizeImportsAction and com.intellij.codeInsight.actions.OptimizeImportsProcessor
社区
IntelliJ IDEA Open API and Plugin Development
Calling organize imports from IntelliJ plugin
0 票
创建于
2014年07月23日 12:59
please see http://devnet.jetbrains.com/message/5516303 for a solution
社区
IntelliJ IDEA Open API and Plugin Development
How to complete string literal expressions?
0 票
«
第一页
‹
上一页
下一页
›
最后
»