Skip to content

Commit

Permalink
3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
krasa committed Jan 21, 2021
1 parent 00e4adf commit dac39fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions resources/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.5.0</version>
<version>3.5.1</version>
<vendor url="https://github.com/esteinberg/plantuml4idea/">Eugene Steinberg</vendor>
<!-- IJ 12+ -->
<idea-version since-build="193"/>
Expand All @@ -11,7 +11,8 @@
<![CDATA[
<p>3.5</p>
<ul>
<li>Added: Grazie grammar check</li>
<li>Added: Grazie grammar check - must be enabled in File | Settings | Editor | Proofreading | Grammar</li>
<li>Fixed code navigation for non-ascii words</li>
</ul>
<p>3.4</p>
<ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<text value="Experimental - Go to Declaration/Usages, Rename..."/>
<text value="Grammar (Go to Declaration/Usages, Rename...)"/>
</properties>
</component>
<component id="d8ade" class="javax.swing.JCheckBox" binding="plantUMLErrorAnnotationExperimentalCheckBox" default-binding="true">
Expand Down

0 comments on commit dac39fc

Please sign in to comment.