diff --git a/source/index.rst b/source/index.rst index 76dbc66..69da15e 100644 --- a/source/index.rst +++ b/source/index.rst @@ -27,4 +27,5 @@ Git Extensions |release| Manual windows_explorer other_tools command_line + manual_settings z_appendix diff --git a/source/manual_settings.rst b/source/manual_settings.rst new file mode 100644 index 0000000..010aa71 --- /dev/null +++ b/source/manual_settings.rst @@ -0,0 +1,29 @@ +Manual Settings +=============== + +There are settings for niche features, which cannot be set using the GUI. + +They can manually be added to the settings file ``%APPDATA%\GitExtensions\GitExtensions\GitExtensions.settings``. + +Syntax +------ + +:: + + + + SETTING_KEY + + + SETTING_VALUE + + + +Settings +-------- + +======================================= ========================= ========================================================================================================= ========= +Setting Key Values Description Reference +======================================= ========================= ========================================================================================================= ========= +Detailed.MessageEditorWordWrap True, False enables word wrap in commit message editor (side effect: "Ding" sound on inapplicable arrow keys) https://github.com/gitextensions/gitextensions/pull/12267 +======================================= ========================= ========================================================================================================= ========= diff --git a/source/settings.rst b/source/settings.rst index edd309a..6990da6 100644 --- a/source/settings.rst +++ b/source/settings.rst @@ -1430,3 +1430,8 @@ Plugins ------- Plugins provide extra functionality for Git Extensions. Please refer to :ref:`plugins`. + +Manual Settings +--------------- + +See :doc:`manual_settings`.