| 295 | | #1109 |
| 296 | | |
| 297 | | 1. In Tools/Preferences/Files and Colors |
| 298 | | Select File Type: Perl 5 |
| 299 | | Select Highlighter: Scintilla |
| 300 | | 1. Using File/Open open the file t/files/no_strict.pl |
| 301 | | 1. The status bar at the bottom should now show: |
| 302 | | the name of the file | Scintilla | Perl 5 | (and some more) |
| 303 | | 1. In Tools/Preferences/Files and Colors |
| 304 | | Select File Type: Perl 5 |
| 305 | | Select Highlighter: PPI Experimental |
| 306 | | 1. Viewing the already open no_strict.pl file the status bar at the bottom should now show: |
| 307 | | the name of the file | PPI Experimental | Perl 5 | (and some more) |
| 308 | | The coloring of the code has changed. |
| 309 | | 1. In Tools/Preferences/Files and Colors |
| 310 | | Select File Type: Perl 5 |
| 311 | | Select Highlighter: PPI Standard |
| 312 | | 1. Viewing the already open no_strict.pl file the status bar at the bottom should now show: |
| 313 | | the name of the file | PPI Standard | Perl 5 | (and some more) |
| 314 | | |
| 315 | | || Who || Padre version || system || status || |
| 316 | | || szabgab || r13895 || Ubuntu 10.10 || OK || |
| 317 | | |
| 318 | | TODO: add screenshots with default highlighting of the various syntax highlighers |
| 319 | | |
| 320 | | TODO: other programming languages |
| | 295 | [wiki:Features/SyntaxHighlighting] |