|
2 | 2 | <id>de.halirutan.mathematica</id> |
3 | 3 | <name>Mathematica Support</name> |
4 | 4 | <category>Custom Language</category> |
5 | | - <version>2.0.7</version> |
6 | | - <idea-version since-build="135.1230"/> |
| 5 | + <version>2.0.8</version> |
| 6 | + <idea-version since-build="163.7743.44"/> |
7 | 7 | <vendor email="patrick@halirutan.de" url="http://mathematicaplugin.halirutan.de">Patrick Scheibe</vendor> |
8 | 8 | <depends>com.intellij.modules.lang</depends> |
9 | 9 | <description><![CDATA[ |
|
17 | 17 | <br/> |
18 | 18 |
|
19 | 19 | This plugin turns your IntelliJ IDEA into a powerful coding environment for Mathematica. For more information |
20 | | - check out the <a href="http://mathematicaplugin.halirutan.de">official website</a>. |
| 20 | + check out the <a href="http://mathematicaplugin.halirutan.de">official website</a>. I have started to create user-friendly |
| 21 | + documentation of various features on the <a href="https://github.com/halirutan/Mathematica-IntelliJ-Plugin/wiki">Wiki pages of GitHub</a>. |
21 | 22 | If you want to discuss specific topics, then ping me |
22 | 23 | (<a href="http://mathematica.stackexchange.com/users/187/halirutan?tab=profile">halirutan</a>) in the dedicated |
23 | 24 | <a href="http://chat.stackexchange.com/rooms/8636/intellijidea-plugin-for-mathematica">chat room on stackexchange</a>. |
|
33 | 34 | <li>Quick documentation lookup for all built-in symbols and operators</li> |
34 | 35 | <li>Structured View for package definitions</li> |
35 | 36 | <li>Correct display of Mathematica's <a href="https://reference.wolfram.com/language/guide/ListingOfNamedCharacters.html">named characters</a> |
36 | | - <li>Inspection of missing commas and semicolons |
| 37 | + <li>Inspections for version mismatch of symbols, possible errors through multiplicaton at linebreak, and missing commas and semicolons |
37 | 38 | <li>Autocompletion suggestions sorted by importance</li> |
38 | 39 | <li>Highlighting and smart inserting of braces, brackets and parenthesis</li> |
39 | 40 | </ul> |
|
0 commit comments