Changes between Version 5 and Version 6 of Features/VisualEditorEffects
- Timestamp:
- 03/24/11 13:10:51 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Features/VisualEditorEffects
v5 v6 8 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 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. 10 * When the Code Folding is enabled we see the folding marks on the left margin. If the mouse is over that margin and we right-click on the mouse we get two new menu options: 11 * '''Fold All''' 12 * '''Unfold All''' 13 * They will fold and unfold everything respectively. 10 14 * Current Line 11 15 * This is the yellow highlighting on row number 24, currently at the top of the window. It's color can be configured. … … 81 85 82 86 == TODO == 87 88 * In order to make working with the keyboard faster we might want to enable the Fold All/Unfold All options on the right-click regardless of the mouse position. 89 * For the same reason we could also add a fold/unfold current line to the right-click menu. 90 * In addition IMHO all the folding related actions should have menu options.
