Skip to content

Add a first "manual setting" #160

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ Git Extensions |release| Manual
windows_explorer
other_tools
command_line
manual_settings
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not in Settings, parallel to GE/Git/Plugins?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not in Settings, parallel to GE/Git/Plugins?

Because this section describes the settings pages GUI.
I did not want to "hide" it there. But I could add another link at the bottom of settings.rst.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, buy I find it natural to look for this as a hidden page

z_appendix
29 changes: 29 additions & 0 deletions source/manual_settings.rst
Original file line number Diff line number Diff line change
@@ -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
------

::

<item>
<key>
<string>SETTING_KEY</string>
</key>
<value>
<string>SETTING_VALUE</string>
</value>
</item>

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
======================================= ========================= ========================================================================================================= =========
5 changes: 5 additions & 0 deletions source/settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1430,3 +1430,8 @@ Plugins
-------

Plugins provide extra functionality for Git Extensions. Please refer to :ref:`plugins`.

Manual Settings
---------------

See :doc:`manual_settings`.