From cc38d42bf9cf510c93f08e3e6f1a0f966c32e25d Mon Sep 17 00:00:00 2001 From: Clint Rutkas Date: Wed, 17 Mar 2021 15:45:12 -0700 Subject: [PATCH] Adjustments for editor to make langauge more clear for how to interact with editor. (#10298) --- .../FancyZonesEditor/GridEditorWindow.xaml | 23 +++++++--- .../Properties/Resources.Designer.cs | 46 +++++++++++++++---- .../Properties/Resources.resx | 20 ++++++-- 3 files changed, 69 insertions(+), 20 deletions(-) diff --git a/src/modules/fancyzones/editor/FancyZonesEditor/GridEditorWindow.xaml b/src/modules/fancyzones/editor/FancyZonesEditor/GridEditorWindow.xaml index eba84aadcc..b816c73d6b 100644 --- a/src/modules/fancyzones/editor/FancyZonesEditor/GridEditorWindow.xaml +++ b/src/modules/fancyzones/editor/FancyZonesEditor/GridEditorWindow.xaml @@ -35,12 +35,23 @@ Margin="0,4,0,0" /> - - + + + + + + + + + + diff --git a/src/modules/fancyzones/editor/FancyZonesEditor/Properties/Resources.Designer.cs b/src/modules/fancyzones/editor/FancyZonesEditor/Properties/Resources.Designer.cs index 7e6b14a20e..4c2b446366 100644 --- a/src/modules/fancyzones/editor/FancyZonesEditor/Properties/Resources.Designer.cs +++ b/src/modules/fancyzones/editor/FancyZonesEditor/Properties/Resources.Designer.cs @@ -501,6 +501,24 @@ namespace FancyZonesEditor.Properties { } } + /// + /// Looks up a localized string similar to Click and drag across zones.. + /// + public static string MergeDescription { + get { + return ResourceManager.GetString("MergeDescription", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Merge/Delete:. + /// + public static string MergeName { + get { + return ResourceManager.GetString("MergeName", resourceCulture); + } + } + /// /// Looks up a localized string similar to Monitor. /// @@ -528,16 +546,6 @@ namespace FancyZonesEditor.Properties { } } - /// - /// Looks up a localized string similar to Hold down Shift key to change orientation of splitter. - ///To merge zones, select the zones and click "merge".. - /// - public static string Note_Custom_Table { - get { - return ResourceManager.GetString("Note_Custom_Table", resourceCulture); - } - } - /// /// Looks up a localized string similar to Number of zones. /// @@ -601,6 +609,24 @@ namespace FancyZonesEditor.Properties { } } + /// + /// Looks up a localized string similar to Hold Shift key for vertical split.. + /// + public static string SplitterDescription { + get { + return ResourceManager.GetString("SplitterDescription", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Splitter:. + /// + public static string SplitterName { + get { + return ResourceManager.GetString("SplitterName", resourceCulture); + } + } + /// /// Looks up a localized string similar to No layout. /// diff --git a/src/modules/fancyzones/editor/FancyZonesEditor/Properties/Resources.resx b/src/modules/fancyzones/editor/FancyZonesEditor/Properties/Resources.resx index 46f43279ab..9a08373776 100644 --- a/src/modules/fancyzones/editor/FancyZonesEditor/Properties/Resources.resx +++ b/src/modules/fancyzones/editor/FancyZonesEditor/Properties/Resources.resx @@ -159,10 +159,6 @@ Name - - Hold down Shift key to change orientation of splitter. -To merge zones, hold down the left mouse button, drag the mouse to the zone to merge, release the mouse button and click "Merge zones". - Save & apply @@ -334,4 +330,20 @@ To merge zones, hold down the left mouse button, drag the mouse to the zone to m Custom layout + + Click and drag across zones. + Click mouse, hold button down and drag across multiple zones in tool + + + Merge/Delete: + Title for concept behind Merging two zones together or removing an zone + + + Hold Shift key for vertical split. + A segmenter visual for splitting one item into two. This would be the vertical line. Shift key is referring to key on keyboard + + + Splitter: + Title for concept: A segmenter visual for splitting one item into two. This would be the vertical line + \ No newline at end of file