Skip to content

Commit 3ccbfc5

Browse files
committed
Pushed version
1 parent fedaeb5 commit 3ccbfc5

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
out/
44
target/
55
Mathematica-IntelliJ-Plugin.zip
6+
/$LOG_DIR$/

resources/META-INF/plugin.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<id>de.halirutan.mathematica</id>
2424
<name>Mathematica Support</name>
2525
<category>Custom Language</category>
26-
<version>2.0.30</version>
26+
<version>2.0.31</version>
2727
<idea-version since-build="163"/>
2828
<vendor email="patrick@halirutan.de" url="http://mathematicaplugin.halirutan.de">Patrick Scheibe</vendor>
2929
<depends>com.intellij.modules.lang</depends>
@@ -67,6 +67,7 @@
6767
<i>New features and bug-fixes:</i>
6868
<br/>
6969
<ul>
70+
<li>SurroundWith (Ctrl+Alt+T) will now do something useful when pressed without an active selection</li>
7071
<li>Added Ctrl+Space completion inside comments</li>
7172
<li>Reimplemented parsing of comments and comment annotation</li>
7273
<li>Fixed null exception (<a href="https://halirutan.myjetbrains.com/youtrack/issue/MMAP-88">MMAP-91</a>)</li>

0 commit comments

Comments
 (0)