| 191 | | == Indentation Guide == |
| 192 | | ''View -> Show Indentation Guide''. |
| 193 | | by enabling it you will see a vertical lines that will show you where a block starts and ends. |
| 194 | | |
| 195 | | == Right Margin == |
| 196 | | |
| 197 | | 1. Start padre. |
| 198 | | 1. Write a script or open perl module. |
| 199 | | 1. Enable Right Margin ''View -> Show Right Margin''. |
| 200 | | 1. Go to the Advanced Preferences editor via 'Tools/Preferences/Advanced'. |
| 201 | | 1. In the 'Filter' type "right_margin_column" and click on the item 'editor_right_margin_column' |
| 202 | | 1. At the bottom of the screen you will see the details of this option |
| 203 | | 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. |
| 204 | | 1. Now go back to the Advanced Preferences Editor select the editor_right_margin_column again and press "Reset" and than press "Save". |
| 205 | | 1. Now it should go back to default (value = 80), middle of the screen. |
| 206 | | |
| 207 | | || Who || SVN revision || Padre version || system || status || |
| 208 | | || fenderson || r13977 || v0.84 || Ubuntu 10.10 || success || |
| 209 | | |
| 210 | | == Current Line == |
| 211 | | |
| 212 | | '''First Option''' |
| 213 | | |
| 214 | | 1. Start padre. |
| 215 | | 1. Write a script or open perl module. |
| 216 | | 1. Enable Current Line ''View -> Show Current Line''. |
| 217 | | 1. Go to ''Tools -> Preferences''. |
| 218 | | 1. On the left side you'll have a list of options, go to "Appearance". |
| 219 | | 1. There you'll have "Editor Current Line Background Colour" and on the right you can pick the new colour you want, pick a colour(yellow is the default) than Press the "Ok" button and than Press the "Save" button. |
| 220 | | |
| 221 | | '''Second Option''' |
| 222 | | |
| 223 | | See #1150 |
| 224 | | |
| 225 | | 1. Start padre. |
| 226 | | 1. Write a script or open perl module. |
| 227 | | 1. Enable Right Margin ''View -> Show Current Line''. |
| 228 | | 1. Go to ''Tools -> Preferences''. |
| 229 | | 1. There are 3 buttons at the bottom "Save", "Advanced" and "Cancel". Press the "Advanced" button. |
| 230 | | 1. Write down on the filter's search box "editor_currentline_colour" and press it. |
| 231 | | 1. than you can change the value(= colour of the "Current Line) to "#FF0000" (Red). |
| 232 | | 1. than Press the button "Set" and after that Press the Button "Save" on the bottom. |
| 233 | | |
| 234 | | || Who || SVN revision || Padre version || system || status || |
| 235 | | || fenderson || r13977 || v0.84 || Ubuntu 10.10 || success || |