esteinberg / plantuml4idea

Intellij IDEA plugin for PlantUML
Apache License 2.0
618 stars 111 forks source link

remove * + restore not working properly #407

Closed alexps99 closed 8 months ago

alexps99 commented 8 months ago

I m using IntelliJ IDEA 2023.2.2 (Community Edition), Build #IC-232.9921.47, built on September 12, 2023, Runtime version: 17.0.8+7-b1000.22 amd64 With PlantUML Integration 7.3.0-IJ2023.2

Tried doing this remove * with restore X with my own files and saw that didnt work. Then tried to use the web example and it seems that it doesnt work as it was supposed to do. In the documentation says this should work and instead i m getting an empty preview: (the small white square) imagen

And as see the problem is with "remove *", because using remove with tags works: imagen

Please, repair this so i dont need to mark all my classes/entities/components with a tag

krasa commented 8 months ago

Seems like plantuml issue --> https://github.com/plantuml/plantuml/issues

alexps99 commented 8 months ago

Yes, tested some more outside the pluggin and the the bugs i encountered persisted.
I should have thought to test outside programs before posting. Sorry to bother you.