The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.15

  • Add Moose keywords highlighting
  • Add YAML-based TextMate-style Moose keyword snippet completion (Thanks for El_Che and perigrin)
  • Added basic constructor/destructor support
  • Switch order of members tab to be most used first: attributes, methods, subtypes, constructor and then destructor.
  • Inspector is now bigger since it is a scrolled window.
  • Fix q{editable inspector in Program node at startup} TODO
  • Dialog is no longer cramped (width is 750 instead of 640 pixels)

Modules

Moose support for Padre
Padre Perl document with Moose highlighting
Something that can generate Moose, Mouse or MooseX::Declare code
Something that can read from and write to the object inspector
Something that can provide help about itself
Something that has attributes, subtypes and methods

Provides

in lib/Padre/Plugin/Moose/Attribute.pm
in lib/Padre/Plugin/Moose/Class.pm
in lib/Padre/Plugin/Moose/ClassMember.pm
in lib/Padre/Plugin/Moose/Constructor.pm
in lib/Padre/Plugin/Moose/Destructor.pm
in lib/Padre/Plugin/Moose/FBP/Main.pm
in lib/Padre/Plugin/Moose/Main.pm
in lib/Padre/Plugin/Moose/Method.pm
in lib/Padre/Plugin/Moose/Program.pm
in lib/Padre/Plugin/Moose/Role.pm
in lib/Padre/Plugin/Moose/Subtype.pm
in lib/Padre/Plugin/Moose/Util.pm

Examples