主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Yann Cebron
活动总数
8231
最后的活动
2025年04月23日 09:06
成员加入日期
2003年04月16日 11:50
关注
0 名用户
关注者数
2 名用户
投票数
21
订阅数
3314
活动概览
帖子(120)
评论(4776)
按最近的活动排序
最近的活动
投票数
创建于
2011年11月21日 19:16
just a blind guess, but maybe setSelectedValue() works instead?
社区
IntelliJ IDEA Open API and Plugin Development
setSelectedIndex of JBlist in PopupChooserBuilder
0 票
创建于
2012年01月23日 10:39
You might want to consider IDEA's builtin messaging infrastructure: http://confluence.jetbrains.net/display/IDEADEV/IntelliJ+IDEA+Messaging+infrastructure
社区
IntelliJ IDEA Open API and Plugin Development
How do multiple tool windows communicate with each other?
0 票
创建于
2012年04月09日 09:44
Make sure to add dependencies to IDEA plugins to your IDEA JDK, not as "normal" library dependencies of your plugin module
社区
IntelliJ IDEA Open API and Plugin Development
I dev a plugin that imported same class of properties, but it throw ClassCastException
0 票
创建于
2012年03月13日 07:33
There's http://confluence.jetbrains.net/display/IDEADEV/Developing+VCS+Integration+Plugins+for+IntelliJ+IDEA which is a bit old.Use one of the open-source VCS plugins as sample:https://github.com/J...
社区
IntelliJ IDEA Open API and Plugin Development
Changes to VCS API between IDEA 10.x and 11
0 票
创建于
2012年05月14日 14:34
This should still work, please try re-creating your IDEA SDK from scratch.
社区
IntelliJ IDEA Open API and Plugin Development
Registering a plugin: .FileBasedIndex has unsatisfied dependency
0 票
创建于
2012年04月26日 20:40
Obtaining PsiClass via Java classname: com.intellij.psi.JavaPsiFacade#findClass()Opening editor for PSI: com.intellij.util.OpenSourceUtil#navigate()JavaDoc is embedded in OpenAPI and not published ...
社区
IntelliJ IDEA Open API and Plugin Development
How can I open a java class programatically
0 票
创建于
2012年04月25日 20:14
I didn't try it, but com.intellij.openapi.application.PathManager#getPluginsPath should be a start
社区
IntelliJ IDEA Open API and Plugin Development
How to get a plugins root directory?
0 票
创建于
2012年04月23日 08:37
Hello Michael, do find out all affected/nearest tags you can follow instructions from here: http://stackoverflow.com/questions/1474115/find-tag-information-for-a-given-commit Yann
社区
IntelliJ IDEA Open API and Plugin Development
Incompatible OpenApi/Plugin (Git4Idea) Changes, Multiple Plugin Versions?
0 票
创建于
2012年05月18日 12:52
Actually these attributes will be autocompleted in plugin.xml (via DevKit plugin). Probably http://confluence.jetbrains.net/display/IDEADEV/IntelliJ+IDEA+Plugin+Structure is the best starting point.
社区
IntelliJ IDEA Open API and Plugin Development
How can I define the order of my ClassPostProcessingCompiler
0 票
创建于
2012年05月14日 08:16
Please make sure your IDEA SDK is setup properly, all JARs have to be added to it but not your plugin module.http://www.jetbrains.org/display/IJOS/Writing+Plug-ins
社区
IntelliJ IDEA Open API and Plugin Development
Registering a plugin: .FileBasedIndex has unsatisfied dependency
0 票
«
第一页
‹
上一页
下一页
›
最后
»