Andreas

Results 117 comments of Andreas

I guess it's a common name :) Thanks for the additional testing, so to summarize: * v11.5.1 doesn't work at all at machine 1 (macOS Sierra) * v14.3 has problems...

I've added some code which should log uncaught exceptions (I always assumed that they are logged already) Here is a snapshot build to try out: https://www.dropbox.com/s/i2sp87y48058itd/umlet-eclipse-p2-14.4.0-SNAPSHOT.zip?dl=1 It's a p2 repository,...

Good to hear that you can finally use standalone UMLet, as for helping out with the plugin please check if you see additional logging with the provided 14.4 snapshot build....

Thanks for the report, interesting that nobody has found this before

Thanks for the report. As a workaround I would suggest to use the zoom feature of the diagram (you can also use "File > Edit Current Palette" to adjust the...

Perhaps Java9 will solve the scaling issue on the Swing framework level (see https://stackoverflow.com/questions/38802885/java-9-hdpi-display-support-multi-resolution-images-name-convention-and-load) E.g. https://www.reddit.com/r/java/comments/49ip70/java_swing_is_tiny_on_hidpi_displays_what_can_be/ mentions that Java9 fixes the issues with JMeter which is also a swing application...

Thanks for the suggested workaround. According to https://bugs.openjdk.java.net/browse/JDK-8180815 the scaling problem should be fixed in java 9 (but won't be fixed in 8 ). Can anyone confirm this?

Hi Currently the only documentation is the code and the palettes. We use JavaCC to generate the syntax, you can find the relevant files at these locations. https://github.com/umlet/umlet/blob/master/umlet-elements/src/main/javacc/SequenceAllInOneParser.jj https://github.com/umlet/umlet/tree/master/umlet-elements/src/main/java/com/baselet/element/sequence_aio/facet

Hi, I cannot reproduce the issue here. As you can see it still shows white lines for me: ![umlet](https://user-images.githubusercontent.com/8770707/229258868-203d6ab4-1125-4819-88e8-04d48e221ee9.png) But I remember a report of a user which had Code...

I didn't knew that this maven plugin exists so thanks for the info! I agree that it would be the cleaner approach to generate the file during the build, but...