Etienne Studer
- 活动总数 236
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 82
-
创建于 [ANN] SimpleIntentions 1.4.0
I added a new little intention to inspect for redundant method and field modifiers. Currently, these are- final methods in final classes- public methods in public interfaces- transient fields that ... -
创建于 Moving TimePlugin to status bar?
Hi MaximNow that there is an OpenAPI for the status bar, I would find it great to see the Time component in the status bar instead of in the Main Toolbar.Just an idea...etienne -
创建于 Exception in JetStyle plugin 0.9
Error during dispatching of java.awt.event.MouseEvent[MOUSE_RELEASED,(517,56),button=1,modifiers=Button1,clickCount=1] on dialog5java.lang.NullPointerException at com.intabulas.intellij.plugin.jets... -
创建于 Exception in 'Copy as HTML'
HiUsing Demetra #5245, the following exception occurred in the 'Copy as HTML' plugin when pressing Ctrl-Shift-A:Error during dispatching of java.awt.event.MouseEvent[MOUSE_RELEASED,(46,55),button=1... -
创建于 HighlightManager - how to enable F3 functionality
Hi Using the HighlightManager as suggested by Bas, I'm now able to highlight the elements that I want to:HighlightManager#addOccurrenceHighlights(Editor, PsiElement[], TextAttributes, boolean, Arra... -
创建于 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...