Etienne Studer
- Total activity 236
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 82
-
Created MarkupModel - navigate highlighted elements
HiI use the MarkupModel to highlight some (Psi) elements. Everything works fine so far, but now I'm stuck on a) how to remove the highlighting once the user preses ESC and b) moving to the next hig... -
Created [ANN] SimpleIntentions 1.3.4
HiOver the last few weeks, I extended the SimpleIntentions plugin a bit, mainly...- intention to add missing @param Javadoc- intention to copy method Javadoc from first super method- improved highl... -
Created Force PsiElement reparsing
HiIs there an OpenAPI way to force IDEA to reparse a PsiElement, e.g. a PsiMethod? My search efforts to answer this question have been unsuccessful.The reason I'm asking is that after adding a PsiD... -
Created Sandbox IDEA in DEBUG mode
HiWhen I launch the sandbox IDEA from within the PluginDevKit and have the option 'Show idea.log' enabled, it does not seem to show logging messages below the INFO level. Is there a way to have the... -
Created Custom todo filter
I'm trying to setup a TODO filter to match something likeint x = 4; // todo (es) finishI tried "everything" but cannot make it work. I'm not sure why something like \btodo\b.es.\b.*does not work.Th... -
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...