-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
31 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#Change Log | ||
# Change Log | ||
|
||
## Todo | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters