Robert Beeger
- 活动总数 524
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 202
-
-
创建于 [ANN] Osmorc 0.7.0
This is most likely the last release for IDEA 7. The next one will be for IDEA 8.Here are the features of this release: Running of Bundles in Eclipse Equinox Running of Eclipse Equinox applications... -
创建于 Path Macros in Facet Configuration
Hi,In a facet configuration for a plugin, I can define a path to some jar. Normallly this jar is located in some subdirectory of the project or the module the facet belongs to. When working with Pe... -
创建于 ErrorReportSubmitter confirmation dialogs
I have implemented a sublclass of ErrorReportSubmitter and it is registered as an errorHandler in my plugin.xml. All works fine and the code that I've written for the error reporting is executed wi... -
创建于 [ANN] Osmorc 0.5.0
This release of Osmorc fixes several bugs (See http://jetbrains.net/jira/browse/OSMORC/fixforversion/11588 ) and adds some more documentation. -
创建于 XmlSerializerUtil creates only shallow copies
Today I discovered that XmlSerializerUtil.copyBean creates only shallow copies. It doesn't traverse collections contained in the bean that is to be copied - not even those marked by the @AbstractCo... -
创建于 [ANN] Osmorc 0.4.0
There's a new update of Osmorc available. This release adds the ability to define framework instances (a.k.a "target platform" in Eclipse).See http://osmorc.beeger.net/2008/03/040.html for the whol... -
创建于 Usage of IDEA's helpset CSSS and images in plugin helpset
Hi,I'm writing a documentation for my plugin and would like to make it look like the rest of IDEA's documentation.Is is OK to copy the CSS-files and images from IDEA's helpset and use it in the hel... -
创建于 Reloading of a project
Hi, Can anyone tell me how to trigger a reload for a project. IDEA itself does it when the language level changes. I found a ReloadProjectAction, but unfortunately I need to pass an AnActionEvent t... -
创建于 [ANN] Osmorc 0.3.0
This new release integrates Eclipse Equinox which is used to resolve bundle dependencies. So now versions, version ranges and other constraints are considered when choosing a bundle and with this a...