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