@ntrel commented on this pull request.
Thanks for updating the docs - I made a few tweaks.
Interface
* The document list in the sidebar has a new tree view. This mode is the new default and existing installations automatically use it (PR#1813). + * Use dark-theme friendly colors for compiler messages (PR#3013). + * Add a confirmation dialog on search & replace for the whole session + (PR#3033). + * Filter entry for symbol tree (PR#3055). + * Improve user experience when creating new projects (PR#3042). + * Add option to show symbols in symbol tree without root groups (PR#3172).
```suggestion * Add option to show symbols in symbol tree without category groups (PR#3172). ```
@@ -2383,6 +2383,37 @@ Always
Always show virtual spaces beyond the end of lines
+Change History +`````````````` + +The change history features enables displaying of document changes in the markers margin or in the text.
```suggestion The *change history* feature enables changed text in a document to be shown in the markers margin or by underlining the text. ```
@@ -2383,6 +2383,37 @@ Always
Always show virtual spaces beyond the end of lines
+Change History +`````````````` + +The change history features enables displaying of document changes in the markers margin or in the text. + +Newly added, modified and removed lines or words are highlighted to easily track changes to the opened +document. The changes can be shown as vertical bars in the markers margin and/or as underlines in +the text directly. + +.. note:: + This feature may use a moderate amount of memory, especially if there are many or big changes in the document. + Also, the state of the modifications is not persisted, i.e. when closing the document or Geany, all change markers will be lost.
```suggestion Also, modification information is not kept when re-opening a document - all change markers will be lost. ```