Robert Beeger
- 活动总数 524
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 202
-
Robert Beeger 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, [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 创建了一个帖子, [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 创建了一个帖子, [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 创建了一个帖子, [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 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, [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 创建了一个帖子, 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...