X-Git-Url: https://git.wh0rd.org/?p=nano-editor.git;a=blobdiff_plain;f=history.php;h=c3b17f30c067a8b0a23e855b6f9331a482e591dc;hp=59be424624bb87a92f762d3f184ffff7d18a24a3;hb=0bf067b4f791f83229f8fb9d47d872da98cfb4e0;hpb=0d3ad0db255581aae8037dfc0cbcde7316bed1db diff --git a/history.php b/history.php index 59be424..c3b17f3 100644 --- a/history.php +++ b/history.php @@ -1,8 +1,6 @@ - + -GNU nano: History - - +
@@ -20,8 +18,8 @@ Improvements made in version 2.6:
  • Trailing whitespace can be snipped from justified paragraphs.
  • Better feedback when a file is unwritable or a directory inaccessible.
  • Bindable functions for deleting a word to the left and to the right.
  • -
  • A bindable function for saving the current file without prompting for its name.
  • -
    +
  • A bindable function for saving the current file without prompting for its name.

  • +
  • Commenting/uncommenting lines with a single keystroke (M-3).
  • Resizing the window does not exit from help viewer nor file browser.
  • On some terminals Ctrl+Left and Ctrl+Right jump to previous and next word.
  • @@ -41,8 +39,8 @@ Improvements made in version 2.4:
  • The ability to give different colors to title bar, status bar and help lines.
  • Linter support, for automatically putting the cursor on syntax errors.
  • Formatter support, for normalizing the layout of a text instead of the spelling.
  • -
  • The undo/redo system has reached a usable state and is enabled by default.
  • -
    +
  • The undo/redo system has reached a usable state and is enabled by default.

  • +
  • No longer finds "ghosts" of certain UTF-8 characters.
  • Makes the mouse usable again for clicking on shortcuts.
  • Fixes several syntax coloring issues.