主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Bas Leijdekkers
活动总数
1072
最后的活动
2024年03月14日 19:13
成员加入日期
2003年05月15日 14:47
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
426
活动概览
文章(0)
帖子(41)
评论(605)
按最近的活动排序
最近的活动
投票数
创建于
2006年02月26日 13:40
Hey Dave,I realized something was wrong with my test case when I remembered findSuperMethods() is used all over the place in InspectionGadgets and there are no problems with those inspections. It l...
社区
IntelliJ IDEA Open API and Plugin Development
PsiMethod.findSuperMethods() doesn't include java.lang.Object supermethods
0 票
创建于
2006年02月27日 15:01
As far as I understand it, the psi internally uses a jdk to parse against. This may be another jdk than the one its running on (to be able to parse jdk 1.1 code for example). This jdk needs to be s...
社区
IntelliJ IDEA Open API and Plugin Development
PsiMethod.findSuperMethods() doesn't include java.lang.Object supermethods
0 票
创建于
2006年04月20日 11:14
That's because I posted that via NNTP. But I don't mind, I'm not here to collects points.Bas
社区
IntelliJ IDEA Open API and Plugin Development
HighlightManager - how to enable F3 functionality
0 票
创建于
2006年04月17日 21:49
If I understand you correctly, I would use something like this:Bas
社区
IntelliJ IDEA Open API and Plugin Development
MarkupModel - navigate highlighted elements
0 票
创建于
2006年05月15日 13:03
If you need this when the user invokes some action, you can get the information from the AnActionEvent class. Something like this:Bas
社区
IntelliJ IDEA Open API and Plugin Development
finding out the current class being edited
0 票
创建于
2006年09月11日 12:48
Hi Taras,Inspection quick fixes are allowed user inaction too, but this is of course not very useful in batch mode. However several refactorings are called by some InspectionGadgets quick fixes in ...
社区
IntelliJ IDEA Open API and Plugin Development
Triggering 'Create Method' intention
0 票
创建于
2006年09月13日 05:46
You can find the sources of Struts Assistant in the plugin DevKit, which you will need for developing a plugin anyway. http://www.jetbrains.com/idea/plugins/plugin_developers.htmlBas
社区
IntelliJ IDEA Open API and Plugin Development
is Struts Assistant opensource?
0 票
创建于
2006年09月11日 21:42
I can only give some very general advice: Many things are controlled by "managers", Ctrl+N "*Manager" can be useful sometimes Many times typing the desired method name in CtrlAltShift+N can find th...
社区
IntelliJ IDEA Open API and Plugin Development
Get current Project, current file in editor
0 票
创建于
2006年11月04日 10:10
Now I have never used it, but would it not be possible to use the language API for this purpose?com.intellij.lang.Language.findInstance(JavaLanguage)You might be able to create an external annotato...
社区
IntelliJ IDEA Open API and Plugin Development
Single-shot intention/quickfixes
0 票
创建于
2007年05月31日 13:29
That is not part of the openapi, but I sneakily use it in my Lineage plugin anyway. You need to include idea.jar into your "IntelliJ IDEA SDK", to use it. Here is the relevant code snippet:The Argu...
社区
IntelliJ IDEA Open API and Plugin Development
Combobox with Browse-Button and Autocompletion?
0 票
«
第一页
‹
上一页
下一页
›
最后
»