-
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
1 changed file
with
3 additions
and
12 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,17 +1,8 @@ | ||
<html> | ||
<i>New features and bug-fixes:</i> | ||
<i>New features and bug-fixes in version 3:</i> | ||
<br/> | ||
<ul> | ||
<li>Fixed issue that prevents creating a new project in IDEA 2017.2</li> | ||
<li>Include system information on reporting errors with empty user message</li> | ||
<li>A better error reporter that creates issues on GitHub automatically</li> | ||
<li>Spell check for symbols, comments and strings</li> | ||
<li>Code folding based on section comments like (* ::Section:: *)</li> | ||
<li>SurroundWith (Ctrl+Alt+T) will now do something useful when pressed without an active selection</li> | ||
<li>Added Ctrl+Space completion inside comments</li> | ||
<li>Reimplemented parsing of comments and comment annotation</li> | ||
<li>Fixed null exception (<a href="https://halirutan.myjetbrains.com/youtrack/issue/MMAP-88">MMAP-91</a>)</li> | ||
<li>Added guard to fix exception (<a href="https://halirutan.myjetbrains.com/youtrack/issue/MMAP-88">MMAP-88</a>) | ||
</li> | ||
<li>Project wide completion</li> | ||
<li>Support for Mathematica source libraries</li> | ||
</ul> | ||
</html> |