Changes between Version 12 and Version 13 of PadrePluginFix
- Timestamp:
- 03/21/12 14:41:36 (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PadrePluginFix
v12 v13 47 47 == TODO == 48 48 49 * Move beginner checks from Padre here 50 * Move ::QuickFix from Padre here 49 * Move beginner checks from Padre here: 50 {{{ 51 Padre::Document::Perl::Beginner 52 }}} 53 * Move {{{::QuickFix}}} from Padre here: 54 {{{ 55 Padre::QuickFix 56 Padre::Document::Perl::QuickFix 57 Padre::Document::Perl::QuickFix::StrictWarnings 58 Padre::Document::Perl::QuickFix::IncludeModule 59 }}} 51 60 52 61 == Resources
