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
August 27, 2009 06:14
This is how I would do it: final FileDocumentManager fileDocumentManager = FileDocumentManager.getInstance(); fileDocumentManager.saveDocument(fileDocumentManager.getDo...
Community
IntelliJ IDEA Open API and Plugin Development
Faulting a newly created PsiFile to disk
0 votes
Created
February 10, 2009 11:22
To allow TabSwitch updates I have removed the until-build attribute from the plugin.xml. Version 2.1.3 should now be visible from any version of IntelliJ IDEA 8. Still not visible for build greater...
Community
IntelliJ IDEA Open API and Plugin Development
plugin not visible from idea
0 votes
Created
September 10, 2006 15:07
Hi Taras,Try this:importList.findOnDemandInportStatement() finds "*"imports (e.g.import java.awt.*;)Ok. Seems a bit of strange naming? (I'd expectfindWholePackageImportStatements() or something sim...
Community
IntelliJ IDEA Open API and Plugin Development
Using codeStyleManager.shortenClassReferences for single field only
0 votes
Created
March 09, 2005 10:23
This should work:
Community
IntelliJ IDEA Open API and Plugin Development
Add action after "Copy" in editor popup menu
0 votes
Created
March 09, 2005 11:42
There used to be a file ActionManager.xml which contained all action ids, but it seems to have been removed sometime during the Pallada EAP. I have have posted multiple times with questions about t...
Community
IntelliJ IDEA Open API and Plugin Development
Add action after "Copy" in editor popup menu
0 votes
Created
August 03, 2005 11:00
Doh! That's what I meant.
Community
IntelliJ IDEA Open API and Plugin Development
PsiField is enum
0 votes
Created
October 25, 2005 08:35
As I understand it, it doesn't change the text of the reference but can bind an invalid reference to a newly created PsiElement, for example. Perhaps you missed the javadoc?:/**Changes the referenc...
Community
IntelliJ IDEA Open API and Plugin Development
What is PsiReference.bindToElement for?
0 votes
Created
February 06, 2006 20:35
Hi Stephen,While doing this I found a bug inThreadPriorityInspection (it fails to recognizeNORM_PRIORITY when that field is used withoutqualifier, i.e. imported statically).Good catch. I have a fix...
Community
IntelliJ IDEA Open API and Plugin Development
Debugging Inspection(Gadgets)
0 votes
Created
January 31, 2006 09:04
Look at the findSuperMethod methods and the findDeepestSuperMethod method in the PsiMethod interface.Bas
Community
IntelliJ IDEA Open API and Plugin Development
Find super of PsiMethod
0 votes
Created
March 30, 2006 18:59
Red code until a dummy change usually happens when the psi tree is incorrectly modified. The easiest way for these kinds of things most of the time is to create a new annotation (or any other eleme...
Community
IntelliJ IDEA Open API and Plugin Development
Is there a fast way to find elements annotated with a specific annotation?
0 votes
«
First
‹
Previous
Next
›
Last
»