Robert Beeger
- Total activity 524
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 202
-
Created [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 ... -
Created [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... -
Created 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.... -
Created 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... -
Created [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 ... -
Created 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... -
-
Created [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... -
Created 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... -
Created 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...