From 646026dca3fb22281d91b9cd56a6c3675375e3b1 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sun, 20 Oct 2019 16:43:31 +0200 Subject: [PATCH 1/1] move another two disallowed breaks --- history.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/history.php b/history.php index 59be424..5e8036a 100644 --- a/history.php +++ b/history.php @@ -20,8 +20,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 +41,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.
  • -- 2.39.2