Skip to content

Commit

Permalink
Release 2019.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hurricup committed Jul 23, 2019
1 parent 5ae1453 commit 0ca8626
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
# https://www.jetbrains.com/intellij-repository/snapshots

name="Perl5 Support (Camelcade)"
platformVersion=192
platformBranch=.5728.74-EAP-SNAPSHOT
platformVersion=192.5728.74-EAP-SNAPSHOT
platformBranch=
platformBuild=
pycharmVersion=192.4787.5-EAP-SNAPSHOT
clionVersion=192.4787.12-EAP-SNAPSHOT
pluginVersion=192
pluginVersion=2019.2
pluginBuild=
psiViewerVersion=192-SNAPSHOT
javaVersion=1.8
Expand Down
6 changes: 6 additions & 0 deletions mojo/parts/pluginChanges.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<p>Updates</p>
<ul>
<li>Basic project model for application and plugin</li>
<li>Actions to create an application, plugin or lite app in the project</li>
<li>Better Mojolicious::Lite DSL support</li>
</ul>
15 changes: 7 additions & 8 deletions plugin/parts/pluginChanges.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,20 @@

<p>Updates:</p>
<ul>
<li>Plugin now understands Perl much better and can infer values of different operations and invocations. Therefore - resolve and
completion should be much better in many places. (Seriously, sometimes it's looks just like a magic.)
<li>Type inference:
<p>Plugin now understands Perl much better and can infer values of different operations and invocations. Therefore - resolve and
completion should be much better in many places. (Seriously, sometimes it's looks just like a magic.)
</p>
</li>
<li>Names suggester now taking inferred values into account when suggesting variable names.</li>
<li>Introduce variable action is now available for the perl code</li>
<li>Introduce variable action is now available for the Perl code</li>
<li>Documentation
<ul>
<li>Pod support has been deeply re-worked and should be much better now</li>
<li>Quick-doc on built-ins</li>
<li>Quick-doc on completion elements</li>
<li>Better completion, livetemplates, smartkeys, resolve and refactoring for POD</li>
<li>Better completion, live-templates, smart keys, resolve and refactoring for POD</li>
<li>Re-worked POD color settings</li>
</ul>
</li>
</ul>
<p>Fixes:</p>
<ul>

</ul>

0 comments on commit 0ca8626

Please sign in to comment.