Changes between Version 1 and Version 2 of Features/PerlTidy
- Timestamp:
- 03/14/11 08:35:43 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Features/PerlTidy
v1 v2 9 9 == Test == 10 10 11 1. Create a new document and paste in the following: 12 {{{ 13 if ( $x eq $y ) { print 1; 14 } 15 }}} 16 1. Click on '''Tools/Perl Tidy/Tidy the Active Document''' 17 1. The output window at the bottom is opened and the following is printed: 18 {{{ Perl::Tidy running with default or user configuration }}} 19 1. The content now looks like this: 20 {{{ 21 if ( $x eq $y ) { print 1; 22 } 23 }}} 24 25 1. TODO: saved file, redo change, 11 26 12 27 == TODO ==
