主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Yann Cebron
活动总数
8231
最后的活动
2025年04月23日 09:06
成员加入日期
2003年04月16日 11:50
关注
0 名用户
关注者数
2 名用户
投票数
21
订阅数
3314
活动概览
帖子(120)
评论(4776)
按最近的活动排序
最近的活动
投票数
创建于
2008年10月03日 15:23
IIRC you only need to register your class as application component
社区
IntelliJ IDEA Open API and Plugin Development
Productivity Hints?
0 票
创建于
2008年10月05日 21:01
sorry, these HTML files must be located in SRC_ROOT/tips
社区
IntelliJ IDEA Open API and Plugin Development
Productivity Hints?
0 票
创建于
2014年10月07日 09:59
You can call com.intellij.openapi.actionSystem.AnAction#actionPerformed directly to re-use existing Action. Please see https://confluence.jetbrains.com/display/IDEADEV/IntelliJ+IDEA+Action+System
社区
IntelliJ IDEA Open API and Plugin Development
How to call exist action
0 票
创建于
2014年09月30日 13:28
There's no step-by-step guide for IntelliJ Platform UI components, but a list with a high-level description http://confluence.jetbrains.com/display/IDEADEV/IntelliJ+IDEA+User+Interface+ComponentsMa...
社区
IntelliJ IDEA Open API and Plugin Development
Pls suggest good UI guide
0 票
创建于
2014年10月06日 16:10
Why do you need to use ApplicationManager.getApplication().invokeLater()?Are your plugin sources available somewhere?
社区
IntelliJ IDEA Open API and Plugin Development
Get VirtualFile of selected text editor from a non-UI thread
0 票
创建于
2014年10月06日 18:14
You'll want to use PsiReference here. They'll allow to compute resolve targets, completion etc. in a context (element-) dependent way. See https://confluence.jetbrains.com/display/IDEADEV/Developin...
社区
IntelliJ IDEA Open API and Plugin Development
Get VirtualFile of selected text editor from a non-UI thread
0 票
创建于
2014年11月04日 19:14
You'll need to package a standard Java helpset with your plugin which must be defined via <helpset> tag in plugin.xml.Default action for invoking context help via HelpTopicID is com.intellij.ide.ac...
社区
IntelliJ IDEA Open API and Plugin Development
How to implement context help in a plug-in
0 票
创建于
2014年10月22日 08:46
Yes, absolutely. See Android Studio custom submitter com.android.tools.idea.diagnostics.error.ErrorReporter for some inspiration.
社区
IntelliJ IDEA Open API and Plugin Development
How can I track plugin's exceptions?
0 票
创建于
2014年11月22日 10:12
You should use com.intellij.util.ui.UIUtil#isUnderDarcula
社区
IntelliJ IDEA Open API and Plugin Development
Is there a way to detect the current theme?
0 票
创建于
2014年11月10日 09:26
EditorBasedWidget implements com.intellij.openapi.fileEditor.FileEditorManagerListener for exactly that reason, just override fileOpened/Closed to add/remove your widget according to the filetype.
社区
IntelliJ IDEA Open API and Plugin Development
Where to register statusbar?
0 票
«
第一页
‹
上一页
下一页
›
最后
»