Changes between Version 21 and Version 22 of PadrePluginFix
- Timestamp:
- 03/22/12 15:23:30 (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PadrePluginFix
v21 v22 8 8 ---- 9 9 Uses PPI to identify and transform stuff from form A to B. 10 11 * From ticket:502, Find code between subs: 12 13 {{{#!perl 14 sub a { 15 } 16 17 die "hello world"; 18 19 sub b { 20 } 21 }}} 10 22 11 23 * From ticket:1200, Replace one or all occurrences of indirect notations such as this: … … 85 97 == TODO == 86 98 87 * Fix [ticket:829 Ticket #829] 88 * Fix [ticket:992 Ticket #992] 89 * Fix [ticket:1200 Ticker #1200] 99 * Fix ticket:829 100 * Fix ticket:992 101 * Fix ticket:1200 102 * Fix ticket:502 90 103 * Move beginner checks from Padre here: 91 104 {{{
