Etienne Studer
- Total activity 236
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 82
-
Created AssignableFrom check on PsiClassType, given a FQ class name String
HiIf I have a reference to a PsiClassType instance, what is the most economic way to check whether the class behind that PsiClassType instance is of a certain type x. All I have is x as a FQ class ... -
Created Grabbing Javadoc from library class
HiI have a reference to a PsiMethod which is part of a library. For example, java.util.List.size(). Calling PsiMethod.getDocComment() for it returns null.How can I grab the PsiMethod's correspondin... -
Created Logger #
Please forgive me if this is too stupid a question, but why do the logger names used by IDEA always start with a hash?For example, private static final Logger LOG = Logger.getInstance("#com.intelli... -
Created Nice Articel, Alexey!
Hi AlexeyCongratulations to a great introductory article on how to get started with writing plugins. I enjoyed reading it a lot and the way you point out how IDEA supports the plugin developers wit... -
Created plugin.dtd out of date?
HiThe plugin.xml files that that ship with the IDEA plugins contain the resource-bundle tag:<resource-bundle xmlns="">org.jetbrains.idea.devkit.DevKitBundle</resource-bundle>I cannot find this elem... -
Created Find super of PsiMethod
HiIf I have a PsiMethod, how can I get to the PsiMethod that it overrides (in case it does)?For example, if I have the PsiMethod that represents how can I get a reference to the PsiMethod that rep... -
Created Repeating exception in CodeStyleManagerImpl
The exception below, I get almost everyday :( It typically happens after pressing Ctrl-Alt-L, although not always.--Etiennehttp://www.intellij.net/tracker/idea/viewSCR?publicId=59847java.lang.Throw... -
Created Intention Power Pack Exception
HiIPP chokes on when trying to execute the quick fix 'convert to decimal'.http://www.intellij.net/tracker/idea/viewSCR?publicId=59783--Etienne -
Created [ANN] PluginUploader plugin
HiI've uploaded a little plugin called 'Plugin Uploader' that allows to upload new versions of an existing plugin from within IDEA and without having to go through the web site.Maybe helpful to oth... -
Created Get/Set Debug break points
HiIs there an OpenAPI to set and get debug break points? I hope there is ;)Thanks in advance for any hints.--Etienne