Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Bas Leijdekkers
Total activity
1072
Last activity
March 14, 2024 19:13
Member since
May 15, 2003 14:47
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
426
Activity overview
Articles (0)
Posts (41)
Comments (605)
Sort by recent activity
Recent activity
Votes
Created
February 26, 2006 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...
Community
IntelliJ IDEA Open API and Plugin Development
PsiMethod.findSuperMethods() doesn't include java.lang.Object supermethods
0 votes
Created
February 27, 2006 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...
Community
IntelliJ IDEA Open API and Plugin Development
PsiMethod.findSuperMethods() doesn't include java.lang.Object supermethods
0 votes
Created
April 20, 2006 11:14
That's because I posted that via NNTP. But I don't mind, I'm not here to collects points.Bas
Community
IntelliJ IDEA Open API and Plugin Development
HighlightManager - how to enable F3 functionality
0 votes
Created
April 17, 2006 21:49
If I understand you correctly, I would use something like this:Bas
Community
IntelliJ IDEA Open API and Plugin Development
MarkupModel - navigate highlighted elements
0 votes
Created
May 15, 2006 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
Community
IntelliJ IDEA Open API and Plugin Development
finding out the current class being edited
0 votes
Created
September 11, 2006 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Triggering 'Create Method' intention
0 votes
Created
September 13, 2006 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
Community
IntelliJ IDEA Open API and Plugin Development
is Struts Assistant opensource?
0 votes
Created
September 11, 2006 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...
Community
IntelliJ IDEA Open API and Plugin Development
Get current Project, current file in editor
0 votes
Created
November 04, 2006 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...
Community
IntelliJ IDEA Open API and Plugin Development
Single-shot intention/quickfixes
0 votes
Created
May 31, 2007 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...
Community
IntelliJ IDEA Open API and Plugin Development
Combobox with Browse-Button and Autocompletion?
0 votes
«
First
‹
Previous
Next
›
Last
»