]> git.ipfire.org Git - thirdparty/git.git/commit
gitk: add text wrapping preferences
authorChristoph Sommer <sommer@cms-labs.org>
Thu, 5 Dec 2024 19:33:44 +0000 (20:33 +0100)
committerJohannes Sixt <j6t@kdbg.org>
Mon, 9 Dec 2024 19:58:02 +0000 (20:58 +0100)
commit904b36b815ff174ad6abc37b8aa5b8b0f4cedc32
treea9cb2939feede2df8416448fb307a3e2463fecb8
parentb2490ae42f00f6a40b8fd83d2b2069eb15ef84e2
gitk: add text wrapping preferences

Add a new preference "wrapdefault" which allows enabling char/word wrap.
Impacts all text in the ctext widget for which no other preference exists.

Also make the (existing) preference "wrapcomment" configurable graphically.
Its setting impacts only the "comment" part of the ctext widget.

Signed-off-by: Christoph Sommer <sommer@cms-labs.org>
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
gitk