X-Git-Url: https://git.wh0rd.org/?p=nano-editor.git;a=blobdiff_plain;f=history.php;h=ad76071add4af5671fe4b98b8f0b1725194c6fb9;hp=59be424624bb87a92f762d3f184ffff7d18a24a3;hb=a66700bfda2470caaf9161efe6f4416baba0e859;hpb=0d3ad0db255581aae8037dfc0cbcde7316bed1db diff --git a/history.php b/history.php index 59be424..ad76071 100644 --- a/history.php +++ b/history.php @@ -1,6 +1,4 @@ - - -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.