Robert Beeger
- Total activity 524
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 202
-
Robert Beeger created a post, Osmorc 1.1.0 aka OSGi Support is now available for the community edition
The subject says it all. You can get it like all other plugins from the plugin manager. There's also a preview of a new user's guide. Visit http://osmorc.org/2009/11/osmorc-110-and-a-new-users-gui.... -
Robert Beeger created a post, Preview of the user's guide for the OSGi support released
As some people may not be aware that the OSGi support in IDEA 9 is provided by a plugin called Osmorc, I post this information here instead of in the plugins forum: A preview of the new user's guid... -
Robert Beeger created a post, [ANN] Osmorc for IDEA 8 Release 0.14.0
Yesterday we released version 0.14.0 for IDEA 8. This release contains nearly all of the features and bugfixes we've done for the bundled IDEA 9 version we've been developing since early May.Here's... -
Robert Beeger created a post, [ANN] Osmorc 0.12.0
This release fixes some bugs (see this version in Jira) and brings the following notable changes and features: Added autocompletion for known manifest header names. Equinox 3.4 source bundles are n... -
Robert Beeger created a post, [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 ... -
Robert Beeger created a post, [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... -
Robert Beeger created a post, 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.... -
Robert Beeger created a post, 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... -
Robert Beeger created a post, [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 ... -
Robert Beeger created a post, 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...