Changes between Version 45 and Version 46 of PreReleaseChecklist
- Timestamp:
- 03/03/11 15:40:35 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PreReleaseChecklist
v45 v46 167 167 1. Write a script or open perl module. 168 168 1. Enable Right Margin ''View -> Show Right Margin''. 169 1. Go to ''Tools -> Preferences''.170 1. There are 3 buttons at the bottom "Save", "Advanced" and "Cancel". Press the "Advanced" button.171 1. Write down on the filter's search box "right_margin_column" and press it.172 1. The default is "80" change the value to "150" than press "Set" and than press "Save". you will see that the right margin has moved to the right.173 1. Now go back to the right_margin_column '''(has we done in 4-6)''' and now Press "Reset" and than press "Save".169 1. Go to the Advanced Preferences editor via 'Tools/Preferences/Advanced'. 170 1. In the 'Filter' type "right_margin_column" and click on the item 'editor_right_margin_column' 171 1. At the bottom of the screen you will see the details of this option 172 1. The default is "80" change the value to "150" than press "Set" and than press "Save". you will see that the right margin mark has moved to the right. 173 1. Now go back to the Advanced Preferences Editor select the editor_right_margin_column again and press "Reset" and than press "Save". 174 174 1. Now it should go back to default (value = 80), middle of the screen. 175 175 … … 187 187 '''Second Option''' 188 188 189 * CHECK THE TICKET ABOUT THAT OPTION FIRST! #1150 189 See #1150 190 190 191 1. Start padre. 191 192 1. Write a script or open perl module. … … 196 197 1. than you can change the value(= colour of the "Current Line) to "#FF0000" (Red). 197 198 1. than Press the button "Set" and after that Press the Button "Save" on the bottom. 198 * DO NOT FORGET TO CHECK THE TICKET ABOUT THAT OPTION #1150199 199 200 200 == Syntax highlighting == … … 205 205 Select File Type: Perl 5 206 206 Select Highlighter: Scintilla 207 208 2. Using File/Open open the file t/files/no_strict.pl 209 3. The status bar at the bottom should now show: 207 1. Using File/Open open the file t/files/no_strict.pl 208 1. The status bar at the bottom should now show: 210 209 the name of the file | Scintilla | Perl 5 | (and some more) 211 4. In Tools/Preferences/Files and Colors210 1. In Tools/Preferences/Files and Colors 212 211 Select File Type: Perl 5 213 212 Select Highlighter: PPI Experimental 214 5. Viewing the already open no_strict.pl file the status bar at the bottom should now show:213 1. Viewing the already open no_strict.pl file the status bar at the bottom should now show: 215 214 the name of the file | PPI Experimental | Perl 5 | (and some more) 216 215 The coloring of the code has changed. 217 218 6. In Tools/Preferences/Files and Colors 216 1. In Tools/Preferences/Files and Colors 219 217 Select File Type: Perl 5 220 218 Select Highlighter: PPI Standard 221 7. Viewing the already open no_strict.pl file the status bar at the bottom should now show:219 1. Viewing the already open no_strict.pl file the status bar at the bottom should now show: 222 220 the name of the file | PPI Standard | Perl 5 | (and some more) 223 221
