Closed BenceSzalai closed 1 year ago
Investigating it looks like the problem may be that:
net.sourceforge.plantuml.LineLocation
is now called:
net.sourceforge.plantuml.utils.LineLocation
Related commit is https://github.com/plantuml/plantuml/commit/ec12ff5f1e46e5ff6968a274e55bc0e7d5fb00fb
Indeed there may be other classes relocated as well, I only see the first one missing. It worth taking a look at the https://github.com/plantuml/plantuml/tree/master/src/net/sourceforge/plantuml/utils folder, to see what else has been moved there from variety of other folders in the latest version.
Thanks, the update verification will take some time. You can use this: plantuml4idea.zip
Thank you very much for the quick reaction.
Oddly the zip you linked still bundles plantuml-1.2022.13.jar
and gives error when manually pointed at plantuml-1.2023.0.jar
. Maybe the compile did not take the fix into account?
PhpStorm shows the plugin version as 5.20, but under what's new it only lists changes up till 5.19, which is also odd considering that the commit contains an updated change-notes
in plugin.xml
.
UPDATE: I can see it should really be 5.21 now. But the zip contains 5.20. Also I see it's only a typo in the changelog that 5.20 was released written as 5.19, which is doubled.
Oops, something went wrong, this was an old build. Sorry.
You can now use IDE to update.
Cool! You are awesome! Thanks!
Thank you!
Hi! Title says it. I've tried to set up using custom
.jar
, but it is not working:I am getting two errors
``` java.lang.NoClassDefFoundError: Could not initialize class org.plantuml.idea.adapter.rendering.PlantUmlRendererUtil at org.plantuml.idea.adapter.FacadeImpl.render(FacadeImpl.java:93) at org.plantuml.idea.AboutDialog.testDot(AboutDialog.java:123) at org.plantuml.idea.AboutDialog.It is potentially due to incompatibility with new PlantUML version. I've tried to update from the bundled
plantuml-1.2022.13.jar
toplantuml-1.2022.14.jar
which is working fine, but the preview fails withplantuml-1.2023.0.jar
from here.