Etienne Studer
- 活动总数 236
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 82
-
创建于 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... -
创建于 [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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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 ... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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...