Etienne Studer

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