26 | | * various editor enchancements (vertical block marking/moving/copy/paste) |
27 | | * navigate across source code through ctags/etags TAGS file |
28 | | * new option 'Persistent selection' |
29 | | * Del/Backspace - delete selected block if 'Persistent selection' switch off |
30 | | * shift block right with TAB key by TAB size or TAB symbol, shift block left with COMPLETE key if 'Persistent selection' switch off |
31 | | * optional show line number |
32 | | * various syntax files updates |
33 | | * optional highlighting of tabs and trailing spaces |
34 | | * add some hot-keys |
| 26 | * Various editor enhancements (mark/move/copy/paste vertical blocks); |
| 27 | * Multiple syntax file updates; |
| 28 | * Source code navigation through ctags/etags TAGS files; |
| 29 | * New option: 'Persistent selection'; |
| 30 | * Delete/Backspace deletes selected block if 'Persistent selection' is off; |
| 31 | * Ability to shift blocks to the right with Tab key and to the left with Complete key if 'Persistent selection' is off; |
| 32 | * Show line numbers (optional); |
| 33 | * Highlighting of tabs and trailing spaces (optional); |
| 34 | * Added some hotkeys. |