Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Etienne Studer
Total activity
236
Last activity
January 17, 2016 22:03
Member since
August 28, 2004 21:27
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
82
Activity overview
Posts (65)
Comments (89)
Sort by recent activity
Recent activity
Votes
Created
April 18, 2006 23:29
Hi BasBeautiful! As always with your replies, it's exactly what I was looking for (using the MarkupModel was too low-level, I guess).Thanks very much for the quick help.etienneP.S. If I ever get to...
Community
IntelliJ IDEA Open API and Plugin Development
MarkupModel - navigate highlighted elements
0 votes
Created
June 04, 2006 06:33
Use the JavaElementVisitor#visitMethodCallExpression(PsiMethodCallExpression) callback and visit the method with a PsiRecursiveElementVisitor.PsiRecursiveElementVisitor visitor = new PsiRecursiveEl...
Community
IntelliJ IDEA Open API and Plugin Development
finding a statement within a PsiMethod
0 votes
Created
May 18, 2006 18:33
Alexey and Martin, thanks for your feedback. It helped!etienne
Community
IntelliJ IDEA Open API and Plugin Development
how to read the plugin.xml file from within plugin
0 votes
Created
November 14, 2006 22:11
Beautiful! Thanks, Sascha.etienne
Community
IntelliJ IDEA Open API and Plugin Development
Showing 'Project Strucuture' dialog programmatically
0 votes
Created
December 18, 2006 08:07
I have experienced the same problem for quite some time now, too.Deleting the plugin and downloading fresh works well.This must be an IDEA issue, I believe. Maybe a JIRA issue should be opened...Et...
Community
IntelliJ IDEA Open API and Plugin Development
Cannot download SimpleIntentions and SimpleActions from plugin Manager
0 votes
Created
January 23, 2007 18:50
Thanks for the feedback. I previously test for isValid() .etienne
Community
IntelliJ IDEA Open API and Plugin Development
Unscrambling stacktrace
0 votes
Created
February 09, 2006 17:02
Thanks Bas.
Community
IntelliJ IDEA Open API and Plugin Development
Grabbing Javadoc from library class
0 votes
Created
February 10, 2006 16:01
Yep, the JavaDoc is getting pretty good, at least the one I have come across! Typically, I now ask myself more often "where do I find that API?" rather than "what does this API do?". And the "where...
Community
IntelliJ IDEA Open API and Plugin Development
Grabbing Javadoc from library class
0 votes
Created
October 22, 2004 16:30
This might help:http://www.intellij.net/forums/thread.jsp?forum=23&thread=108779&tstart=0&trange=15--Etienne
Community
IntelliJ IDEA Open API and Plugin Development
How to set Classpath in OpenApi?
0 votes
Created
January 08, 2005 18:41
Hi MartinThanks for the hint which works fine!--Etienne
Community
IntelliJ IDEA Open API and Plugin Development
Plugin jar on classpath of JavaCommandLineState
0 votes
«
First
‹
Previous
Next
›
Last
»