Changes for version 0.46

  • More source documentation on quick fixes.
  • No more insertion of text; just current line string replacement.
  • Comment error line' is more accurate.
  • Fixed a possible point of failure.
  • Respect document newline and user's indentation.
  • Comment error line quick fix is always the last one if an error occurs is on the current line
  • Finally implemented 'Surround with try { ... }' quick fix. Perl 6 exception handling with indentation.
  • use a # and a space to toggle comments to avoid '#(' parametric comments

Modules

Padre plugin for Perl6
Perl6 document outline structure info gathering in the background
Perl document syntax-checking in the background

Provides

in lib/Padre/Plugin/Perl6/Perl6Document.pm
in lib/Padre/Plugin/Perl6/Perl6PgeColorizerTask.pm
in lib/Padre/Plugin/Perl6/Perl6StdColorizerTask.pm
in lib/Padre/Plugin/Perl6/Preferences.pm
in lib/Padre/Plugin/Perl6/Util.pm