Andreas

Results 117 comments of Andreas

Unfortunately the pdf default font doesnt support these characters (see #261) To work around the issue please set a custom pdf export font in the options which supports all characters....

Maybe check if the FreeSans font supports the mentioned utf8 characters. You could also open the uxf file in https://www.umletino.com (e.g. by dragging the file into the diagram area) and...

Hi, please let us know which OS and Java version you are using. Maybe you have a specific keyboard layout or setting which maps the + key to anything else...

Maybe it has to do with your keyboard or keyboard settings? I cannot reproduce it using Windows10 or Linux and Umlet is just using the default Keycodes which Java provides...

Interesting, btw just + or - should be enough for zooming. You only need the Meta (on Windows Ctrl) key when using the mouse wheel for zoom

Unfortunately there is no xsd file, so the only documentation is the code e.g. https://github.com/umlet/umlet/blob/master/umlet-gwt/src/main/java/com/baselet/gwt/client/element/DiagramXmlParser.java for the GWT based XML parser (there is an equivalent class for standalone Umlet)

This would be a nice visual feature but unfortunately quite hard given the way umlet relations work (they currently don't know about each other, therefore it's hard to detect overlapping...

Every method which is annotated with `@CustomFunction` in https://github.com/umlet/umlet/blob/master/umlet-swing/src/main/java/com/baselet/element/old/custom/CustomElement.java can be used in custom elements. I guess you want `setLineThickness(2);` (unfortunately this is an int and not a float, so...

Hi If I understand it correctly, you want to work on a large diagram and optionally specify the export-outputfilename for each element. If you then trigger an export they should...

I have thought about it and I'm still not a fan of such a specific feature, but what about a more generic alternative to it? - add new batchmode parameter,...