Skip to content

Commit b6fcf5f

Browse files
committed
Pushed version
1 parent 712899e commit b6fcf5f

1 file changed

Lines changed: 4 additions & 13 deletions

File tree

resources/META-INF/plugin.xml

Lines changed: 4 additions & 13 deletions
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.18</version>
26+
<version>2.0.2</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,22 +67,13 @@
6767
<i>New features and bug-fixes:</i>
6868
<br/>
6969
<ul>
70+
<li>Improvement of syntax highlighting for full names of symbols inside scoping constructs (<a href="https://github.com/halirutan/Mathematica-IntelliJ-Plugin/issues/52">GH-52</a>)</li>
71+
<li>Recognize function names in usage messages (<a href="https://github.com/halirutan/Mathematica-IntelliJ-Plugin/issues/58">GH-58</a>)</li>
72+
<li>Improved highlighting settings colors (<a href="https://github.com/halirutan/Mathematica-IntelliJ-Plugin/issues/47">GH-47</a>)</li>
7073
<li>Fixed smart-completion of Options that stopped working (<a href="https://github.com/halirutan/Mathematica-IntelliJ-Plugin/issues/30">GH-30</a>)</li>
7174
<li>Fixed some localization constructs and added unicode of the Eth symbol (<a href="https://github.com/halirutan/Mathematica-IntelliJ-Plugin/issues/26">GH-26</a> and <a href="https://github.com/halirutan/Mathematica-IntelliJ-Plugin/issues/27">GH-27</a>)</li>
7275
<li>Made indentation for Association brackets like the indentation for lists <a href="https://github.com/halirutan/Mathematica-IntelliJ-Plugin/issues/20">(GH-20)</a></li>
7376
<li>Fixed the renaming engine so that renamed variables can now have context back-ticks</li>
74-
<li>Fixed bug where an inspection used much CPU <a href="https://github.com/halirutan/Mathematica-IntelliJ-Plugin/issues/19">(GH-19)</a></li>
75-
<li>Included <-> as operator <a href="https://github.com/halirutan/Mathematica-IntelliJ-Plugin/issues/17">(GH-17)</a></li>
76-
<li>Fixed null pointer exception. <a href="http://halirutan.myjetbrains.com/youtrack/issue/MMAP-75">(MMAP-75)</a></li>
77-
<li>Fixed exception when you press Enter near the end of a file and you have folded many regions.</li>
78-
<li>Fixed issue that introduced an empty line when Enter is pressed in a function call</li>
79-
<li>Implemented a feature for expand/shrink selection so that all arguments of a function or list can be selected without the braces</li>
80-
<li>Completely re-implemented the behavior of the Enter key. This should now insert correct indents on the next line, when Enter is pressed</li>
81-
<li>Implemented code folding for Module, Block, With <a href="http://halirutan.myjetbrains.com/youtrack/issue/MMAP-69">(MMAP-69)</a></li>
82-
<li>Implemented correct display for named characters like <code>\[Gamma]</code></li>
83-
<li>Improved "Fix all missing semicolon feature" to work correctly on large files <a href="http://halirutan.myjetbrains.com/youtrack/issue/MMAP-68">(MMAP-68)</a></li>
84-
<li>Added Live Template for creating options (opt) <a href="http://halirutan.myjetbrains.com/youtrack/issue/MMAP-71">(MMAP-71)</a></li>
85-
<li>Small improvements in the file templates</li>
8677
</ul>
8778
]]>
8879
</change-notes>

0 commit comments

Comments
 (0)