Skip to content

Commit 3861878

Browse files
committed
Pushed version
1 parent 56f3ee5 commit 3861878

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

resources/META-INF/plugin.xml

Lines changed: 3 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.24</version>
26+
<version>2.0.3</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,8 @@
6767
<i>New features and bug-fixes:</i>
6868
<br/>
6969
<ul>
70+
<li>Added Ctrl+Space completion inside comments</li>
71+
<li>Reimplemented parsing of comments and comment annotation</li>
7072
<li>Fixed null exception (<a href="https://halirutan.myjetbrains.com/youtrack/issue/MMAP-88">MMAP-91</a>)</li>
7173
<li>Added guard to fix exception (<a href="https://halirutan.myjetbrains.com/youtrack/issue/MMAP-88">MMAP-88</a>)</li>
7274
</ul>

0 commit comments

Comments
 (0)