|
23 | 23 | <id>de.halirutan.mathematica</id> |
24 | 24 | <name>Mathematica Support</name> |
25 | 25 | <category>Custom Language</category> |
26 | | - <version>2.0.18</version> |
| 26 | + <version>2.0.2</version> |
27 | 27 | <idea-version since-build="163"/> |
28 | 28 | <vendor email="patrick@halirutan.de" url="http://mathematicaplugin.halirutan.de">Patrick Scheibe</vendor> |
29 | 29 | <depends>com.intellij.modules.lang</depends> |
|
67 | 67 | <i>New features and bug-fixes:</i> |
68 | 68 | <br/> |
69 | 69 | <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> |
70 | 73 | <li>Fixed smart-completion of Options that stopped working (<a href="https://github.com/halirutan/Mathematica-IntelliJ-Plugin/issues/30">GH-30</a>)</li> |
71 | 74 | <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> |
72 | 75 | <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> |
73 | 76 | <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> |
86 | 77 | </ul> |
87 | 78 | ]]> |
88 | 79 | </change-notes> |
|
0 commit comments