Skip to content

Commit 09e67d4

Browse files
committed
New version 2.1 with enhanced comment logic.
This includes that now comments and be folded based on section comments like (* ::Section:: *). Beside this improved highlighter and completion logic for comments.
1 parent 9f776ab commit 09e67d4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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.32</version>
26+
<version>2.1</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>Code folding based on section comments like (* ::Section:: *)</li>
7071
<li>SurroundWith (Ctrl+Alt+T) will now do something useful when pressed without an active selection</li>
7172
<li>Added Ctrl+Space completion inside comments</li>
7273
<li>Reimplemented parsing of comments and comment annotation</li>

0 commit comments

Comments
 (0)