hallvard / plantuml

Embed UML diagrams in files and view them in Eclipse
http://plantuml.sourceforge.net/
212 stars 58 forks source link

PlantUML view is not updated if the editor with PlantUML comments moved to other eclipse window #20

Closed anb0s closed 7 years ago

anb0s commented 7 years ago

If the editor with PlantUML comments is attached to the main Eclipse window the PlantUML view shows and refreshes the diagram -> OK

If the editor is moved outside of the main Eclipse window (detached or attached to another window at second monitor) the the PlantUML view shows the diagram but does not refresh it anymore.

hallvard commented 7 years ago

This may be the same issue as #13, which is fixed in the latest version (from yesterday). The problem was that diagram update was triggered when an editor was made topmost within a stack, not when it was activated. Hence, if you activated an editor that was already topmost, the diagram didn't update. Could you try the latest version and see if your problem is still there?

anb0s commented 7 years ago

The new version 1.1.14.8059 works like expected. Thanks!