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
July 28, 2008 14:14
Here is some code that can highlight PsiElements in the current editor like Hightlight Usages in File does (in the proper colors and working Find Next and Find Previous). elementCollection) { ...
Community
IntelliJ IDEA Open API and Plugin Development
Simple plugin idea, looking for some OpenApi pointers
0 votes
Created
January 10, 2005 10:12
Ah sorry, didn't quite understand which reference you had there. Ok, when you have the reference to "coll", you then want the reference to the "doSomethingElse" method in this case. I would do it l...
Community
IntelliJ IDEA Open API and Plugin Development
Type refactoring
0 votes
Created
January 11, 2005 13:05
Hi Tom,I guess I can answer one more time:-)Thomas Singer (MoTJ) wrote:How to place an action in the Refactor menu? The easiest option is to specify your action in plugin.xml: ]]>Yo...
Community
IntelliJ IDEA Open API and Plugin Development
Type refactoring
0 votes
Created
May 15, 2009 14:23
The elements return by calling getElement() on the references can be cast to PsiReferenceExpression (if they are references from java code). On PsiReferenceExpression there are the methods isQuali...
Community
IntelliJ IDEA Open API and Plugin Development
Distinguish reference usages
0 votes
Created
January 28, 2009 15:51
Weird, I still do not see it inside the plugin manager.Bas
Community
IntelliJ IDEA Open API and Plugin Development
plugin not visible from idea
0 votes
Created
January 29, 2009 09:07
mf@fuhrer.com wrote:Most probably the plugin repository is comparing build numbers withstring comparison (which was the case in IDEA too). Time for a Jira request?Yes it is:IDEA-21672Bas
Community
IntelliJ IDEA Open API and Plugin Development
plugin not visible from idea
0 votes
Created
February 28, 2010 17:34
Perhaps I was not clear, but this was a javax.swing.Action implementation. java.awt.event.ActionEvent does not have a getData() method, does it? Bas
Community
IntelliJ IDEA Open API and Plugin Development
Retrieving a Project object from inside an actionPerformed()
0 votes
Created
September 10, 2006 15:08
Whoops, you discovered the problem yourself already.
Community
IntelliJ IDEA Open API and Plugin Development
Using codeStyleManager.shortenClassReferences for single field only
0 votes
Created
September 10, 2006 13:33
In Inspection Gadgets shortenClassReferences is used all the time for PsiStatements, PsiExpressions and other PsiElements, so it should work for PsiFields too. importList.findOnDemandInportStatemen...
Community
IntelliJ IDEA Open API and Plugin Development
Using codeStyleManager.shortenClassReferences for single field only
0 votes
Created
February 18, 2014 10:23
You could try to add a java.awt.event.WindowFocusListener to the projects JFrame. Here's how to get the JFrame:com.intellij.openapi.wm.WindowManager.getInstance().getFrame(project)You will probably...
Community
IntelliJ IDEA Open API and Plugin Development
Get last focused project window
0 votes
«
First
‹
Previous