joergreichert / spray

Automatically exported from code.google.com/p/spray
1 stars 2 forks source link

SVG-generation folder #184

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently the SVGs will be generated in the shapes package (where the shape 
classes are). I don't like it much, becuase this blow up this package a lot. 
Wouldn't it be better to generate this files into a specific folder as 
"images/".

Original issue reported on code.google.com by fabio.filippelli on 10 Oct 2012 at 2:45

GoogleCodeExporter commented 9 years ago
Fixed at master and at Indigo branch: svgs are generated to 
[project]/shapepreviews/svg and pngs to shapepreviews/png when first hover is 
invoked in Xtext editor on shape element resp. shape reference. There you can 
now also provide a png for a Shape only available as Java implementation. This 
picture will then be shown when hovering over the JVM reference to the shape 
class.

Original comment by de.abg.r...@gmail.com on 14 Oct 2012 at 8:32