Robert Beeger
- 活动总数 524
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 202
-
创建于 [ANN] Osmorc 0.11.0
This end of year release has some new features for running Equinox products and applications and fixes a critical bug in the OSGi Bundles run configuration.The critical bug prevented the usage of ... -
创建于 [ANN] Osmorc 0.10.0
0.10.0 comes with the following changes and new features: OSGi bundles run configuration: bundles which are part of the framework can now be started. OSGi bundles run configuration: libraries whi... -
创建于 Testing IDEA plugins with multiple modules
Hi,For the tests of the Osmorc plugin, I often need a setup with more than one module. Unfortunately IdeaProjectTestFixture comes only with one module and it's not easy to create more module in it.... -
创建于 How does SearchableConfigurable work
Hi,I try to make the settings of a plugin searchable. I tried implementing/subclassing SearchableConfigurable, SearchableConfigurable.Parent, SearchableConfigurable.Parent.Abstract, but without any... -
创建于 [ANN] Osmorc 0.9.0
A new Osmorc release is available. Here's the changelog for this release: Added integration of Concierge OSGi OSGi bundles run configuration: bundle start levels can be set. OSGi bundles ... -
创建于 No more module services?
The method public static T getService(Module module, Class]]> serviceClass) has disappeared from the class ServiceManager in IDEA 8 OpenAPI. I copied the code from IDEA 7 API and got it working, b... -
-
创建于 [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...