主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Yann Cebron
活动总数
8231
最后的活动
2025年04月23日 09:06
成员加入日期
2003年04月16日 11:50
关注
0 名用户
关注者数
2 名用户
投票数
21
订阅数
3314
活动概览
帖子(120)
评论(4776)
按最近的活动排序
最近的活动
投票数
创建于
2012年11月30日 15:25
com.intellij.openapi.fileChooser.FileSystemTreeFactory#createFileSystemTree should work for this. You can limit display to folders only via FileChooserDescriptor.
社区
IntelliJ IDEA Open API and Plugin Development
Display project tree in settings
0 票
创建于
2012年12月03日 09:05
I didn't try it myself, but com.intellij.openapi.fileChooser.FileChooserDescriptor#getRoots looks like it should work
社区
IntelliJ IDEA Open API and Plugin Development
Display project tree in settings
0 票
创建于
2012年11月29日 19:30
The best source for such functionality is probably Community Edition itself, you can download the sources as described here http://www.jetbrains.org/pages/viewpage.action?pageId=983225The FAQ secti...
社区
IntelliJ IDEA Open API and Plugin Development
PsiTree/Annotation Search - working Samples?
0 票
创建于
2012年12月20日 19:37
DialogWrapper should be used for "OK/Cancel"-style dialogs, you're not obliged to use it for your usecase ;-)You can take a look at IntelliJ's "Recent..." popup com.intellij.ide.actions.Switcher fo...
社区
IntelliJ IDEA Open API and Plugin Development
Layouts and DialogWrapper
0 票
创建于
2013年02月03日 15:12
http://youtrack.jetbrains.com/issue/IDEA-98261 has the solution
社区
IntelliJ IDEA Open API and Plugin Development
Properly Embracing Darcula In Custom Languages
0 票
创建于
2012年10月18日 09:09
Please try if http://confluence.jetbrains.net/display/IDEADEV/Inotify+Watches+Limit helps
社区
IntelliJ IDEA Open API and Plugin Development
Can't execute a plugin
0 票
创建于
2013年01月28日 09:03
Do you have a working DomElementsInspection for your DOM installed?
社区
IntelliJ IDEA Open API and Plugin Development
Fixed-number(single) SubTag elements
0 票
创建于
2013年01月23日 23:39
You can try to use com.intellij.ide.projectView.TreeStructureProvider and return modified nodes containing to present additional information via com.intellij.ide.projectView.PresentationData#addText()
社区
IntelliJ IDEA Open API and Plugin Development
Possible to enrich Project tool window content
0 票
创建于
2013年01月24日 18:32
Indeed, this is the proper way.
社区
IntelliJ IDEA Open API and Plugin Development
Possible to enrich Project tool window content
0 票
创建于
2013年03月26日 08:29
You don't need GotoDeclarationHandler at all, please disable it first to avoid any interference.In your DOM-class for "<bean>" element define attribute "id" with @NameValue, then "ref" should retur...
社区
IntelliJ IDEA Open API and Plugin Development
DOM <=> PSI
0 票
«
第一页
‹
上一页
下一页
›
最后
»