Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
krasa committed Jan 10, 2021
1 parent d1c05c6 commit 557812d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<idea-plugin version="2">
<name>PlantUML integration</name>
<version>3.00</version>
<version>3.0.1</version>
<vendor url="https://github.com/esteinberg/plantuml4idea/">Eugene Steinberg</vendor>
<!-- IJ 12+ -->
<idea-version since-build="202"/>
Expand All @@ -12,6 +12,7 @@
<p>3.00</p>
<ul>
<li>Option to use an external PlantUML jar</li>
<li>PlantUml library upgrade to v1.2020.26</li>
<li>Option to name diagram files based on their title instead of page number (enabled by default)</li>
<li>Moved settings under "Languages and Frameworks".</li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public Class<?> findClass(String name) throws ClassNotFoundException {
if (!shownIncompatibleNotification) {
shownIncompatibleNotification = true;
SwingUtilities.invokeLater(() -> {
Notifications.Bus.notify(NOTIFICATION.createNotification("Incompatible PlantUml Version!", MessageType.ERROR));
Notifications.Bus.notify(NOTIFICATION.createNotification("Incompatible PlantUML Version!", MessageType.ERROR));
});
}
throw new IncompatiblePlantUmlVersionException(
Expand Down

0 comments on commit 557812d

Please sign in to comment.