Skip to content

Commit

Permalink
New version 2.1 with enhanced comment logic.
Browse files Browse the repository at this point in the history
This includes that now comments and be folded based on section comments like (* ::Section:: *).
Beside this improved highlighter and completion logic for comments.
  • Loading branch information
halirutan committed Jun 6, 2017
1 parent 9f776ab commit 09e67d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<id>de.halirutan.mathematica</id>
<name>Mathematica Support</name>
<category>Custom Language</category>
<version>2.0.32</version>
<version>2.1</version>
<idea-version since-build="163"/>
<vendor email="[email protected]" url="http://mathematicaplugin.halirutan.de">Patrick Scheibe</vendor>
<depends>com.intellij.modules.lang</depends>
Expand Down Expand Up @@ -67,6 +67,7 @@
<i>New features and bug-fixes:</i>
<br/>
<ul>
<li>Code folding based on section comments like (* ::Section:: *)</li>
<li>SurroundWith (Ctrl+Alt+T) will now do something useful when pressed without an active selection</li>
<li>Added Ctrl+Space completion inside comments</li>
<li>Reimplemented parsing of comments and comment annotation</li>
Expand Down

0 comments on commit 09e67d4

Please sign in to comment.