Etienne Studer
- 活动总数 236
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 82
-
创建于 Where is ApplicationComponent state stored in?
helloA trivial question, but into which file is the state of an ApplicationComponent that implements JDOMExternalizable persisted to? I searched without success...etienne -
创建于 Showing 'Project Strucuture' dialog programmatically
HelloIs it possible to programmatically launch the 'Project Structure' dialog or any other dialog that is accessible from the 'Settings' dialog? If so, how can it be achieved?Thanks in advance for ... -
创建于 [ANN] SimpleActions 1.1.4
HelloI have recently updated the SimpleActions plugin to run with IDEA 6. Also, there is a new action to hide all bottom tool windows (ShiftAltF12). The plugin is now bundled with the PluginErrorRe... -
创建于 [ANN] PluginErrorReportSubmitter 1.0.3 - plugin error notification by email
Hi Plugin DevelopersI've written an implementation of the ErrorReportSubmitter extension point that allows your plugin users to submit exception reports which will then be forwarded to you by email... -
创建于 ClassNotFoundException in 5383
Hi DmitryToday, I wanted to create some forms with the UI designer but had to abort very soon due to the exception below.Etiennecom.intellij.uiDesigner.HSpacerjava.lang.ClassNotFoundException: com.... -
创建于 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...