Etienne Studer
- Total activity 236
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 82
-
Created [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 ... -
Created 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 -
Created 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... -
Created 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... -
Created 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... -
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...