Etienne Studer

- Total activity 236
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 82
-
Created How to apply path variables to file path stored in .iml file
helloI'm currently storing a file path as a setting in the modules file (as part of a JDOMExternalizable).Is there an API through which I can go that will a) apply any path variables that are set i... -
Created Manage others' access to the IDE project files
hello jetbrainsWhat is meant by 'Manage others' access to the IDE project files' in the documentation of IDEtalk.http://www.jetbrains.com/idea/features/newfeatures.html#collaborationThanks, etienne -
Created render link in java comment
helloUsing the OpenAPI, is it possible to render part of a Java comment as a link? For example, whenever the string IDEA is found in a comment, render it as a link to the IDEA homepage? If not, is ... -
Created [ANN] PluginUploader 1.1.1 - it's working again
helloI have finally found some time to make the +PluginUploader +plugin work with the "new" IDEA Plugin Repository.The +PluginUploader +allows plugin developers to upload new versions of their plug... -
Created Unscrambling stacktrace
hi jb developersI have two stack traces triggered by calling PsiUtil.hasErrorElementChild. Could you please tell me what is null and what assertion is not fulfilled? They happened in build 6146. I'... -
Created Keyboard short-cut: navigate between panes of a Diff View
hiIs there a keyboard short-cut that allows me to navigate from one pane in the Diff View to the other pane?Thanks, etienne -
Created [ANN] PluginErrorReportSubmitter 1.0.6 - username/email reusage
hiI have uploaded a new version 1.0.6 of the +PluginErrorReportSubmitter + which will reuse the username/email entered in the error report form. This data will be shared by all plugins that make us... -
Created [ANN] PluginUpdateNotifier 1.0.1 - checks for updates of installed plugins
HiI've written a little plugin PluginUpdateNotifier that allows you to get notified when updates are available for your installed 3rd-party plugins.The update check interval can be configured under... -
Created [ANN] SimpleIntentions 1..5.7
HiI just wanted to mention that I've recently upgraded and reviewed the SimpleIntentions plugin to run with IDEA 6. Also, the log level inspection now supports IDEA's Logger as well. A reported NPE... -
Created How to share configuration data between two independent plugins
hello How can I share configuration data between two plugins A and B that otherwise do not depend on each other. The configuration data should be accessible if one has installed A only, B only, or ...