new function getLoader()
Status: Beta
Brought to you by:
ristovski
We use java3d and jogl plugins and vrml97 loader and found your extension point. We rewrote a vrml97 loader plugin to use your extension point. But to convenient use the extension point, we need a function to request the loader. Can you provide a mechanism to request the loader or consider to use our patch please?
thx
Sandro Weiser
arc solutions GmbH
sandro.weiser@arcsolutions.de
www.arcsolutions.de
Handelsregister
Amtsgericht Chemnitz HRB 19907
Geschäftsführer der ARC Solutions GmbH: Alexander Hoffmann
patch for org.java3declipse.loaders
Modified patch for org.java3declipse.loaders
Hello Sandro,
Thank you for the patch. I have modified it a bit - could you take a look?
Modifications:
- we instantiate loader in getLoader method (instead in loadFilterData).
- Set flags if flags are specified in the plugin xml.
- we instantiate loader in getLoader method (instead in loadFilterData).
nice, I also wanted to change this, don't ask why I didn't change this
- Set flags if flags are specified in the plugin xml.
I left out the flags, because we don't use them and it wasn't clear if the patch will be accepted
sorry for the delay: I'm monitoring this artifact, but I'm not every week at work, so I only have reviewed the patch at home. I will test the patch this week a work and give you more feedback!
OK. Testet at work and got no errors.
When will you commit the patch?
Sandro
Committed in revision 134.