Etienne Studer
- Total activity 236
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 82
-
Created code formatting issuses
Hi JB/OlesyaDo you have any ideas when the 'blank lines removed' code formatting issue will be resolved:http://www.jetbrains.net/jira/browse/IDEA-7761Currently, reformatting an entire file is not p... -
Created [ANN] SimpleIntentions 1.5.1 - Surround log statements with log level check
I've added an inspection to the SimpleIntentions plugin that reports log4j log statements (Logger.debug() and/or Logger.info(), configurable) that are not surrounded by a log level check (Logger.is... -
Created how to read the plugin.xml file from within plugin
Hi Does enyone know how I can read the plugin.xml descriptor file from within the plugin itself? I did not find a way to make getResourceAsStream() pick up the plugin.xml file (probably not on the... -
Created finding a statement within a PsiMethod
HelloI'm within LocalInspectionTool#checkMethod(PsiMethod, InspectionManager, boolean) and would like to see if there is a statement with the 'pattern' Collection.add(String), e.g. list.add("foo") ... -
Created [ANN] SimpleActions 1.1.0 - highlight method implementations in class
The SimpleActions plugin now contains an action to highlight all methods of an interface/class that are implemented/overridden by the current class.For example, if your class Foo implements an inte... -
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...