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