Changes between Version 3 and Version 4 of Features/VisualEditorEffects
- Timestamp:
- 03/16/11 09:47:30 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Features/VisualEditorEffects
v3 v4 4 4 5 5 * Line Numbers 6 * On the left margin you can see the line numbers 6 7 * Code Folding 8 * On the left margin, after the line number you can see squares with a - sign and vertical lines connecting some of the squares 9 * Clicking on the square will fold (hide) the code beneath it and change the sign to be a + sign. Clicking on the + sign will expand the folded code. 7 10 * Current Line 11 * This is the yellow highlighting on row number 24, currently at the top of the window. It's color can be configured. 8 12 * Right Margin 13 * This is a visual indicator to make it easier to keep the code limited to a certain width. This is the gray column on the right side of the editor. 9 14 * Newlines 15 * There are the black LF marks at the end of each row. As this screen-shot was taken of UNIX-ish file the newlines are actually LF (line feed) characters. 16 * If the file had Windows style newlines we would see two marks: CR (carriage return) and the LF (line feed). 10 17 * Whitespaces 11 18 * TABs are show as arrow (e.g. before the word original_cwd) 12 19 * Spaces are shown as little dots (e.g. after the work original_cwd) 13 20 * Indentation Guide 21 * This is the blue vertical line under the letter '''g''' of '''getters''' 14 22 15 23 [[Image(padre_visual_editor_effects.png)]] 16 24 25 Related: #61 26 17 27 == Test == 18 28 19 ''View -> Show Whitespaces'' 20 21 === Indentation Guide === 22 23 ''View -> Show Indentation Guide''. 24 by enabling it you will see a vertical lines that will show you where a block starts and ends. 29 1. Open a Perl file 30 1. Turn on/off each one of the features and observe if the visual effects are as you are expecting then go on the configuration of these elements 31 * ''View -> Show Line Numbers'' 32 * ''View -> Show Code Folding'' 33 * ''View -> Show Current Line'' 34 * ''View -> Show Newlines'' 35 * ''View -> Show Right Margin'' 36 * ''View -> Show Whitespaces'' 37 * ''View -> Show Indentation Guide'' 25 38 26 39 === Right Margin === 27 40 28 1. Start padre.29 1. Write a script or open perl module.30 41 1. Enable Right Margin ''View -> Show Right Margin''. 31 42 1. Go to the Advanced Preferences editor via 'Tools/Preferences/Advanced'.
