From 4d1e0da1b87e7871ad0fa9e62bc924bbf52e0b5f Mon Sep 17 00:00:00 2001 From: John Cosker Date: Sun, 19 Mar 2023 18:38:11 -0400 Subject: [PATCH 1/6] add alias for gui/dig -> gui/design and add default hotkey --- data/init/dfhack.keybindings.init | 4 ++++ data/init/dfhack.tools.init | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/data/init/dfhack.keybindings.init b/data/init/dfhack.keybindings.init index 3a94aea2a..8ce0c3696 100644 --- a/data/init/dfhack.keybindings.init +++ b/data/init/dfhack.keybindings.init @@ -153,6 +153,10 @@ keybinding add Ctrl-Shift-Q@dwarfmode gui/quickfort #keybinding add Ctrl-Shift-N@dwarfmode|unit|unitlist|joblist|dungeon_monsterstatus|layer_unit_relationship|item|workshop_profile|layer_noblelist|locations|pets|layer_overall_health|textviewer|reportlist|announcelist|layer_military|layer_unit_health|customize_unit|buildinglist gui/rename #keybinding add Ctrl-Shift-T@dwarfmode|unit|unitlist|joblist|dungeon_monsterstatus|layer_unit_relationship|item|workshop_profile|layer_noblelist|locations|pets|layer_overall_health|textviewer|reportlist|announcelist|layer_military|layer_unit_health|customize_unit "gui/rename unit-profession" +# gui/design +keybinding add Ctrl-D@dwarfmode gui/design + + ##################### # adv mode bindings # diff --git a/data/init/dfhack.tools.init b/data/init/dfhack.tools.init index 50272cfa2..3b7fe7285 100644 --- a/data/init/dfhack.tools.init +++ b/data/init/dfhack.tools.init @@ -137,3 +137,9 @@ enable \ # a replacement for the "load game" screen #gui/load-screen enable + +################### +# Default Aliases # +################### + +alias gui/dig gui/design From e8b9a3acfb68fc1bdefb7dfc299e8bfd781633fe Mon Sep 17 00:00:00 2001 From: John Cosker Date: Sun, 19 Mar 2023 19:43:23 -0400 Subject: [PATCH 2/6] Add default alias for gui/dig -> gui/design --- data/init/dfhack.tools.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/init/dfhack.tools.init b/data/init/dfhack.tools.init index 3b7fe7285..0ca764e8e 100644 --- a/data/init/dfhack.tools.init +++ b/data/init/dfhack.tools.init @@ -142,4 +142,4 @@ enable \ # Default Aliases # ################### -alias gui/dig gui/design +alias add gui/dig gui/design From c9493dba7eb81c7134de9052ccd3bbf75dc1954a Mon Sep 17 00:00:00 2001 From: John Cosker Date: Sun, 19 Mar 2023 21:50:28 -0400 Subject: [PATCH 3/6] Added entry to Removed.rst --- docs/about/Removed.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/about/Removed.rst b/docs/about/Removed.rst index eea11b088..47a7c8e76 100644 --- a/docs/about/Removed.rst +++ b/docs/about/Removed.rst @@ -192,3 +192,9 @@ Replaced with a GUI version: `gui/unit-syndromes`. warn-stuck-trees ================ The corresponding DF :bug:`9252` was fixed in DF 0.44.01. + +.. gui/dig: + +gui/dig +======= +Renamed to gui/design From fa67b7c38fe5d957db3130bc129ddbb7bc7b297b Mon Sep 17 00:00:00 2001 From: John Cosker Date: Sun, 19 Mar 2023 22:58:38 -0400 Subject: [PATCH 4/6] fix underscore --- docs/about/Removed.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/about/Removed.rst b/docs/about/Removed.rst index 47a7c8e76..c427b3f8d 100644 --- a/docs/about/Removed.rst +++ b/docs/about/Removed.rst @@ -193,7 +193,7 @@ warn-stuck-trees ================ The corresponding DF :bug:`9252` was fixed in DF 0.44.01. -.. gui/dig: +.. _gui/dig: gui/dig ======= From bdd4163d982fe007281b736d48db80ea3f2251c2 Mon Sep 17 00:00:00 2001 From: Myk Date: Sun, 19 Mar 2023 20:21:06 -0700 Subject: [PATCH 5/6] Update Removed.rst --- docs/about/Removed.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/about/Removed.rst b/docs/about/Removed.rst index c427b3f8d..b7bb1fa3f 100644 --- a/docs/about/Removed.rst +++ b/docs/about/Removed.rst @@ -146,6 +146,12 @@ This script is no longer useful in current DF versions. The script required a binpatch `, which has not been available since DF 0.34.11. +.. _gui/dig: + +gui/dig +======= +Renamed to gui/design + .. _gui/hack-wish: gui/hack-wish @@ -193,8 +199,3 @@ warn-stuck-trees ================ The corresponding DF :bug:`9252` was fixed in DF 0.44.01. -.. _gui/dig: - -gui/dig -======= -Renamed to gui/design From d2f97747ded879559c93cefd7609edf48db92f92 Mon Sep 17 00:00:00 2001 From: Myk Date: Sun, 19 Mar 2023 20:22:05 -0700 Subject: [PATCH 6/6] Update Removed.rst --- docs/about/Removed.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/about/Removed.rst b/docs/about/Removed.rst index b7bb1fa3f..01669fac4 100644 --- a/docs/about/Removed.rst +++ b/docs/about/Removed.rst @@ -198,4 +198,3 @@ Replaced with a GUI version: `gui/unit-syndromes`. warn-stuck-trees ================ The corresponding DF :bug:`9252` was fixed in DF 0.44.01. -