1
1

docs: break down some old improvements further per version

Этот коммит содержится в:
Benno Schulenberg 2018-05-09 11:55:16 +02:00
родитель c0b15c2982
Коммит 4046dfca63

Просмотреть файл

@ -34,24 +34,25 @@ Since 2.6.0:
- The option 'wordchars' for specifying extra word characters. - The option 'wordchars' for specifying extra word characters.
- Hi-bit control characters are shown in a more readable manner. - Hi-bit control characters are shown in a more readable manner.
- The ability to use negative numbers at the Go To Line prompt. - The ability to use negative numbers at the Go To Line prompt.
Noteworthy changes since 2.2
----------------------------
- The ability to comment/uncomment lines with a single keystroke (M-3). - The ability to comment/uncomment lines with a single keystroke (M-3).
- The ability to refresh the file list in the browser (^L). - The ability to refresh the file list in the browser (^L).
- The ability to abort re-searches (^C after an M-W). - The ability to abort re-searches (^C after an M-W).
- Better feedback at startup when opening large or multiple files. - Better feedback at startup when opening large or multiple files.
Since 2.5.0:
- The option 'justifytrim' for snipping whitespace from justified lines. - The option 'justifytrim' for snipping whitespace from justified lines.
- The ability to discard a buffer (^O ^Q) when --tempfile is used. - The ability to discard a buffer (^O ^Q) when --tempfile is used.
- Replacing things in a marked region now takes place in situ, in context, - On most terminals Ctrl+Left / Ctrl+Right now work for PrevWord/NextWord.
instead of changing the view to only the marked text.
- On some terminals Ctrl+Left / Ctrl+Right now work for PrevWord/NextWord.
- When in the middle of a word, PrevWord now jumps to the start of this - When in the middle of a word, PrevWord now jumps to the start of this
word (like Pico does) instead of to the start of the preceding word. word (like Pico does) instead of to the start of the preceding word.
Since 2.4.0:
- Replacing things in a marked region now takes place in situ, in context,
instead of changing the view to only the marked text.
- Invalid byte sequences are properly displayed and not mistakenly found. - Invalid byte sequences are properly displayed and not mistakenly found.
- Resizing the window does not exit from help viewer nor file browser. - Resizing the window does not exit from help viewer nor file browser.
- Improved arrangement of the shortcuts in the two help lines.
- Several small bug fixes in the syntax highlighting. Since 2.3.0:
- System syntaxes can be improved upon with the 'extendsyntax' command. - System syntaxes can be improved upon with the 'extendsyntax' command.
- The ability to delete whole words with 'cutwordleft' and 'cutwordright'. - The ability to delete whole words with 'cutwordleft' and 'cutwordright'.
- The ability to save a file without prompting for its name ('savefile'). - The ability to save a file without prompting for its name ('savefile').