Skip to content

Commit

Permalink
Update change-notes and description
Browse files Browse the repository at this point in the history
  • Loading branch information
halirutan committed May 14, 2018
1 parent 8d72eba commit f5cbb75
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 14 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Change Log
# Change Log

## Todo

Expand Down
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ task wrapper(type: Wrapper) {
// Information about the plugin

// Plugin version number
version '3.0pre14'
version '3.0beta1'

intellij {
version = '2018.1.3'
Expand All @@ -83,3 +83,7 @@ patchPluginXml {
pluginDescription = htmlFixer('resources/META-INF/description.html')
sinceBuild = '181'
}

publishPlugin {
channels 'beta'
}
13 changes: 9 additions & 4 deletions resources/META-INF/change-notes.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
<html>
<i>New features and bug-fixes in version 3:</i>
<i>New features and bug-fixes in version 3 (check out the
<a href="https://github.com/halirutan/Mathematica-IntelliJ-Plugin/blob/develop/CHANGELOG.md">ChangeLog</a> for
more information):</i>
<br/>
<ul>
<li>Support for Mathematica source libraries</li>
<li>Project wide completion</li>
<li>Fix for a bug in IDEA 2018</li>
<li>Complete rework of the module and library system</li>
<li>Project wide auto-completion and symbol resolving</li>
<li>Goto Symbol feature</li>
<li>Extended navigation to all declarations of a functions</li>
<li>Quick documentation for package functions with usage message</li>
<li>Make asterix in multi-line comments more usable. Now, the only Jetbrains API is used and no custom hacks</li>
<li>Fix for additional, wrong completions that come from a different project</li>
<li>Fix for FullForm creator</li>
<li>FullForm creator</li>
</ul>
</html>
22 changes: 15 additions & 7 deletions resources/META-INF/description.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
user-friendly
documentation of various features on the <a href="https://github.com/halirutan/Mathematica-IntelliJ-Plugin/wiki">Wiki
pages of GitHub</a>.
If you want to discuss specific topics, then ping me
(<a href="http://mathematica.stackexchange.com/users/187/halirutan?tab=profile">halirutan</a>) in the dedicated
<a href="http://chat.stackexchange.com/rooms/8636/intellijidea-plugin-for-mathematica">chat room on stackexchange</a>.
If you want to discuss specific topics or if you have any questions,
you can join the <a href="https://gitter.im/Mathematica-IntelliJ/Lobby">Gitter chatroom</a>.

<br/>
<b>Features:</b>
<ul>
Expand All @@ -24,15 +24,23 @@
<li>Smart completion for function options, messages and comment tags</li>
<li>Coloring and resolving of Module/Block/Table/... variables</li>
<li>Renaming of variables and functions</li>
<li>Code folding support for localization constructs like Module, With, Block, ...
<li>Quick documentation lookup for all built-in symbols and operators</li>
<li>Code folding support for localization constructs like Module, With, Block, Table, and more.
<li>Quick documentation lookup for all built-in symbols, operators, and your own functions</li>
<li>Structured View for package definitions</li>
<li>Correct display of Mathematica's <a
href="https://reference.wolfram.com/language/guide/ListingOfNamedCharacters.html">named characters</a>
<li>Inspections for version mismatch of symbols, possible errors through multiplicaton at linebreak, and missing
commas and semicolons
<li>Inspections for version mismatch of symbols, possible errors through multiplicaton at linebreak, missing
commas and semicolons, and unresolved symbols
<li>Autocompletion suggestions sorted by importance</li>
<li>Highlighting and smart inserting of braces, brackets and parenthesis</li>
<li>Quick navigation between symbol usages with Navigate - Related Symbol</li>
<li>Quick navigation to the declaration of a functions</li>
<li>Import of other Mathematica packages as library for completion and highlighting of external package functions
</li>
<li>Goto Symbol for quick navigation to a function by typing its name</li>
<li>Spellcheck that already contains the dictionary of all Mathematica symbols</li>
<li>Code folding of expressions and sections</li>
<li>Live-Templates to create all frequently used constructs</li>
<li>Surround providers that can wrap an expression with another one</li>
</ul>
</html>
2 changes: 1 addition & 1 deletion resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<name>Mathematica Support</name>
<category>Custom Language</category>
<vendor url="http://mathematicaplugin.halirutan.de">Patrick Scheibe</vendor>
<idea-version since-build="182"/>
<idea-version since-build="181"/>
<depends>com.intellij.modules.lang</depends>

<extensions defaultExtensionNs="com.intellij">
Expand Down

0 comments on commit f5cbb75

Please sign in to comment.