Robert Beeger
- Total activity 524
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 202
-
Created [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. -
Created 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... -
Created [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... -
Created 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... -
Created 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... -
Created [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... -
Created Heavyweight IDEA testing
Hi, Since I didn't expect what I was dreaming about in an earlier post to this forum about lightweight testing to actually be possible now, I started investigating heavyweight testing.I setup a dir... -
Created Lightweight IDEA testing
Hi,After some poking around I found that with IdeaTestFixtureFactory.getFixtureFactory().createLightFixtureBuilder() I can create a testing environment where all IDEA singletons are working and my ... -
Created [ANN] Osmorc 0.2.0
Osmorc is plugin that enables development of OSGI based applications with IDEA.It's still in its infancy and as of now only a few of the features necessary for serious OSGI application development ... -
Created [ANN] Osmorc 0.1 : OSGI support for IDEA
Osmorc is a plugin that enables the development of OSGI based applications in IDEA.This first release is somehow a proof of concept that development of OSGI applications in IDEA is possible, but it...