[gnome-builder/wip/gtk4-port] libide/gui: cleanup preferences layout



commit d57b7c0abb51e1f7fd32a5258fcbc1b00b3cdad9
Author: Christian Hergert <chergert redhat com>
Date:   Thu Apr 7 16:16:23 2022 -0700

    libide/gui: cleanup preferences layout

 src/libide/gui/ide-preferences-builtin.c | 34 ++++++++++++++++----------------
 1 file changed, 17 insertions(+), 17 deletions(-)
---
diff --git a/src/libide/gui/ide-preferences-builtin.c b/src/libide/gui/ide-preferences-builtin.c
index 2161a54c6..7ae19dbb1 100644
--- a/src/libide/gui/ide-preferences-builtin.c
+++ b/src/libide/gui/ide-preferences-builtin.c
@@ -665,7 +665,7 @@ static const IdePreferencePageEntry pages[] = {
 };
 
 static const IdePreferenceGroupEntry groups[] = {
-  { "appearance", "style",          0, N_("Appearance") },
+  { "appearance", "style",                  0, N_("Appearance") },
 
   { "insight",    "general",                0, NULL },
   { "insight",    "completion",            10, N_("Completion") },
@@ -675,27 +675,27 @@ static const IdePreferenceGroupEntry groups[] = {
 #endif
   { "insight",    "diagnostics-providers", 40, N_("Diagnostics") },
 
-  { "plugins",    "vcs",            0, N_("Version Control") },
-  { "plugins",    "sdks",          10, N_("SDKs") },
-  { "plugins",    "lsps",          20, N_("Language Servers") },
-  { "plugins",    "devices",       30, N_("Devices & Simulators") },
-  { "plugins",    "diagnostics",   40, N_("Diagnostics") },
-  { "plugins",    "buildsystems",  50, N_("Build Systems") },
-  { "plugins",    "compilers",     60, N_("Compilers") },
-  { "plugins",    "debuggers",     70, N_("Debuggers") },
-  { "plugins",    "templates",     80, N_("Templates") },
-  { "plugins",    "editing",       90, N_("Editing & Formatting") },
-  { "plugins",    "other",        500, N_("Additional") },
+  { "plugins",    "vcs",                    0, N_("Version Control") },
+  { "plugins",    "sdks",                  10, N_("SDKs") },
+  { "plugins",    "lsps",                  20, N_("Language Servers") },
+  { "plugins",    "devices",               30, N_("Devices & Simulators") },
+  { "plugins",    "diagnostics",           40, N_("Diagnostics") },
+  { "plugins",    "buildsystems",          50, N_("Build Systems") },
+  { "plugins",    "compilers",             60, N_("Compilers") },
+  { "plugins",    "debuggers",             70, N_("Debuggers") },
+  { "plugins",    "templates",             80, N_("Templates") },
+  { "plugins",    "editing",               90, N_("Editing & Formatting") },
+  { "plugins",    "other",                500, N_("Additional") },
 
-  { "keyboard",   "keybindings",    0, N_("Keyboard Shortcuts") },
+  { "keyboard",   "keybindings",            0, N_("Keyboard Shortcuts") },
 
-  { "projects",   "workspace",      0, N_("Workspace") },
+  { "projects",   "workspace",              0, N_("Workspace") },
 
-  { "debug",      "breakpoints",    0, N_("Breakpoints") },
+  { "debug",      "breakpoints",            0, N_("Breakpoints") },
 
-  { "build",      "general",        0, N_("General") },
+  { "build",      "general",                0, N_("General") },
 
-  { "network",    "downloads",      0, N_("Downloads") },
+  { "network",    "downloads",              0, N_("Downloads") },
 };
 
 static const IdePreferenceItemEntry items[] = {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]