Skip to content

Commit

Permalink
Update htmls
Browse files Browse the repository at this point in the history
  • Loading branch information
ice1000 committed Jan 18, 2019
1 parent f916d5d commit 627d843
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 22 deletions.
11 changes: 7 additions & 4 deletions change-notes.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
0.3.7<br/>
<ul>
<li>StubIndex all simple TypeDeclaration and completion support</li>
<li>StubIndex all simple TypeDeclaration and completion support (#88)</li>
<li>Fix global unicode input action</li>
<li>Extract change-notes.html and description.html to reduce plugin size</li>
<li>Fix project-already-disposed bug (#286)</li>
<li>Handle exception caused by unknown version (#298)</li>
<li>Use lazy block when parsing</li>
<li>ExpressionType action Ctrl+Shift+P (experimental)</li>
<li>Better indent when pressing ENTER</li>
<li>List Julia packages at External Libraries</li>
<li>ExpressionType action by Ctrl+Shift+P (experimental)</li>
<li>Automatic indentation when pressing ENTER (#21)</li>
<li>List Julia packages under External Libraries</li>
<li>Support TODO in comments</li>
<li>Fix CLion compatibility issue (#305)</li>
<li>Fix parser bug (#300)</li>
<li>Lots of internal refactoring</li>
</ul>
0.3.6<br/>
<ul>
Expand Down
27 changes: 9 additions & 18 deletions description.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,33 +17,24 @@
<li>SDK and module management</li>
<li>A GUI package manager</li>
<li>Documentation view</li>
<li>Syntax highlight</li>
<li>Language injection</li>
<li>Syntax highlight (including version number parsing)</li>
<li>Language injection, automatic regular expression injection and doc string markdown injection (works only when either Markdown or MarkdownNavigator is installed)</li>
<li>Run configuration and code execution</li>
<li>Live templates</li>
<li>File templates</li>
<li>Completions</li>
<li>Jump to definition</li>
<li>Find usages</li>
<li>Renaming</li>
<li>Doc string generation</li>
<li>Try Evaluate</li>
<li>Bread crumbs</li>
<li>Regular expression injection</li>
<li>DocString markdown injection (works only when either Markdown or MarkdownNavigator is installed)</li>
<li>Completions, live templates</li>
<li>Jump to definition, find usages, parameter name hints</li>
<li>Rename refactoring, doc string generation</li>
<li>Bread crumbs, structure view, Try Evaluate</li>
<li>Special input for LaTeX style unicode character</li>
<li>Structure view</li>
<li>DocumentFormat.jl integration</li>
<li>DocumentFormat.jl integration (deprecated)</li>
<li>Error reporter</li>
<li>Version number parsing</li>
<li>Parameter hint</li>
<li>In-IDE REPL</li>
<li>Sci-Mode</li>
<li>In-IDE REPL, experimental debugger and Sci-Mode</li>
</ul>

What you'll see in the future:<br/>
<ul>
<li>Formatter</li>
<li>Better debugger</li>
</ul>

Please don't downvote our plugin for not having one of the features above, because we're just working on it.<br/>
Expand Down

0 comments on commit 627d843

Please sign in to comment.