Andreas

Results 117 comments of Andreas

Would you mind creating an uxf with the suggested features? Here is the uxf for the previous image as a base: https://gist.github.com/afdia/a949d023fee4fbbde8ef07c777e2aef0

Hi It is an interesting idea and hopefully this would improves the Eclipse integration of Umlet (my guess is that many problems, especially visual glitches are caused due to the...

Btw: You mentioned that you only tested it on Linux GTK. I tried to build and install it on Windows 10 and it currently doesn't draw elements (but I am...

- I think the main advantage of scrollbars is that you immediately see the full size of the diagram (otherwise maybe some elements may "hide" on the top right/left" without...

I thought you meant that Move+Command reference classes from the Swing library. The DrawHandler is basically just a class which has some meta information about what to draw where and...

I like the idea, thanks for the suggestion!

In Standalone Umlet you can customize the palettes and save them (either through the menu or by chaning the uxf files within the palettes subdir) I guess an allinone.uxf palette...

As far as I know Gmail has disabled any kind of unsecure login some time ago, see https://support.google.com/accounts/thread/167037765/mozilla-thunderbird-91-10-0-update-killed-my-log-in-to-gmail-account?hl=en So it will not work anymore with Gmail (maybe we will remove...

Thanks for the report, it is probably this issue https://bugs.openjdk.org/browse/JDK-8318854 Unfortunately we cannot do anything except waiting for the backport of the fix in Java 21 (or you could try...

Hi, in vscode you can use "umlet.theme": "Dark theme" as config The web version uses your OS/Browser preferences (https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme) Standalone Umlet and Eclipse Plugin don't support dark mode currently