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