So, I hacked up the last bits of Bioclipse code. However, the CDK version in the net.bioclipse.cdk is still CDK 1.0, and Niels' requires CDK trunk/. So I copied in the cdk.jar and cdk-jchempaint.jar from trunk/ into the net.bioclipse.cdk.progz plugin, only to find out that that gives binary problems: the plugin would still depend on net.bioclipse.cdk.ui which depends on the CDK 1.0 plugin...

To get something going, I removed the dependency on CDKResource. So, the screenshot above is a bit artificial: it shows a static picture and the View does not react on ISelectionEvent's. But that is a Bioclipse/CDK issue, and not caused by Niels' code. Additionally, it does not handle mouse events or so. For that, I need to make it an SWT Editor first.