[Mouse Jump] Customisable appearance - borders, margins, colours, etc - final part (#35521)

* [MouseJump] move Mouse Jump settings into separate control (#27511)

* [MouseJump] added Mouse Jump style controls to Settings UI (#27511)

* [MouseJump] added Mouse Jump style controls to Settings UI (#27511)

* [MouseJump] removing unused MouseJumpUI code (#27511)

* [MouseJump] whitespace (#27511)

* [MouseJump] fix spellcheck (#27511)

* [MouseJump] enabled "Copy to custom style" (#27511)

* [MouseJump] fixing build (internal members -> public) (#27511)

* [MouseJump] remove unused "using"s (#27511)

* [MouseJump] use custom styles in preview image (#27511)

* [MouseJump] fixing failing test (#27511)

* [MouseJump] fixing failing test (#27511)

* [MouseJump] fixing failing test (#27511)

* [MouseJump] fixing failing test (#27511)

* [MouseJump] delinting to trigger a build (#27511)

* [MouseJump] updated settings preview image ("browser" header) (#27511)

* [MouseJump] upgrade default "custom" style settings in config (#27511)

* [MouseJump] fixed a glitch in settings upgrade (#27511)

* [MouseJump] fixed spell checker (#27511)

* [MouseJump] typo in resource strings (image -> images) (#27511)

* Remove unused include
This commit is contained in:
Michael Clayton
2024-11-26 15:37:59 +00:00
committed by GitHub
parent 7c9876582c
commit 53212188b7
39 changed files with 1710 additions and 992 deletions

View File

@@ -4124,13 +4124,17 @@ Activate by holding the key for the character you want to add an accent to, then
<value>Launch Registry Preview</value>
<comment>"Registry Preview" is the name of the utility</comment>
</data>
<data name="MouseUtils_MouseJump.Header" xml:space="preserve">
<value>Mouse Jump</value>
<comment>Refers to the utility name</comment>
</data>
<data name="MouseUtils_MouseJump.Description" xml:space="preserve">
<value>Quickly move the mouse pointer long distances.</value>
<comment>"Mouse Jump" is the name of the utility. Mouse is the hardware mouse.</comment>
</data>
<data name="MouseUtils_MouseJump.Header" xml:space="preserve">
<value>Mouse Jump</value>
<comment>Refers to the utility name</comment>
<data name="MouseUtils_Enable_MouseJump.Header" xml:space="preserve">
<value>Enable Mouse Jump</value>
<comment>"Mouse Jump" is the name of the utility.</comment>
</data>
<data name="MouseUtils_MouseJump_ActivationShortcut.Description" xml:space="preserve">
<value>Customize the shortcut to turn on or off this mode</value>
@@ -4138,9 +4142,124 @@ Activate by holding the key for the character you want to add an accent to, then
<data name="MouseUtils_MouseJump_ActivationShortcut.Header" xml:space="preserve">
<value>Activation shortcut</value>
</data>
<data name="MouseUtils_Enable_MouseJump.Header" xml:space="preserve">
<value>Enable Mouse Jump</value>
<comment>"Mouse Jump" is the name of the utility.</comment>
<data name="MouseUtils_MouseJump_ThumbnailSize.Header" xml:space="preserve">
<value>Thumbnail Size</value>
</data>
<data name="MouseUtils_MouseJump_ThumbnailSize_Description_Prefix.Text" xml:space="preserve">
<value>Constrain thumbnail image size to a maximum of</value>
</data>
<data name="MouseUtils_MouseJump_ThumbnailSize_Description_Suffix.Text" xml:space="preserve">
<value>pixels</value>
</data>
<data name="MouseUtils_MouseJump_ThumbnailSize_Edit_Height.Header" xml:space="preserve">
<value>Maximum height (px)</value>
<comment>px = pixels</comment>
</data>
<data name="MouseUtils_MouseJump_ThumbnailSize_Edit_Width.Header" xml:space="preserve">
<value>Maximum width (px)</value>
<comment>px = pixels</comment>
</data>
<data name="MouseUtils_MouseJump_Appearance.Header" xml:space="preserve">
<value>Appearance</value>
</data>
<data name="MouseUtils_MouseJump_PreviewType.Header" xml:space="preserve">
<value>Preview style</value>
</data>
<data name="MouseUtils_MouseJump_PreviewType.Description" xml:space="preserve">
<value>Select a predefined style, or apply a custom one</value>
</data>
<data name="MouseUtils_MouseJump_PreviewType_Compact.Text" xml:space="preserve">
<value>Compact</value>
</data>
<data name="MouseUtils_MouseJump_PreviewType_Bezelled.Text" xml:space="preserve">
<value>Bezelled</value>
</data>
<data name="MouseUtils_MouseJump_PreviewType_Custom.Text" xml:space="preserve">
<value>Custom</value>
</data>
<data name="MouseUtils_MouseJump_CopyStyle.Content" xml:space="preserve">
<value>Copy to Custom preview style</value>
</data>
<data name="MouseUtils_MouseJump_BackgroundColor1.Header" xml:space="preserve">
<value>Background color 1</value>
</data>
<data name="MouseUtils_MouseJump_BackgroundColor1.Description" xml:space="preserve">
<value>The start color for the background gradient fill on the preview image</value>
</data>
<data name="MouseUtils_MouseJump_BackgroundColor2.Header" xml:space="preserve">
<value>Background color 2</value>
</data>
<data name="MouseUtils_MouseJump_BackgroundColor2.Description" xml:space="preserve">
<value>The end color for the background gradient fill on the preview image</value>
</data>
<data name="MouseUtils_MouseJump_BorderThickness.Header" xml:space="preserve">
<value>Border thickness</value>
</data>
<data name="MouseUtils_MouseJump_BorderThickness.Description" xml:space="preserve">
<value>The thickness (in pixels) of the border that surrounds the preview image</value>
</data>
<data name="MouseUtils_MouseJump_BorderColor.Header" xml:space="preserve">
<value>Border color</value>
</data>
<data name="MouseUtils_MouseJump_BorderColor.Description" xml:space="preserve">
<value>The color of the border that surrounds the preview image</value>
</data>
<data name="MouseUtils_MouseJump_Border3dDepth.Header" xml:space="preserve">
<value>Border 3D depth</value>
</data>
<data name="MouseUtils_MouseJump_Border3dDepth.Description" xml:space="preserve">
<value>The width (in pixels) of the 3d effect on the border that surrounds the preview image</value>
</data>
<data name="MouseUtils_MouseJump_BorderPadding.Header" xml:space="preserve">
<value>Border padding</value>
</data>
<data name="MouseUtils_MouseJump_BorderPadding.Description" xml:space="preserve">
<value>The amount of padding to draw between the border that surrounds the main preview image and the screen images</value>
</data>
<data name="MouseUtils_MouseJump_BezelThickness.Header" xml:space="preserve">
<value>Bezel thickness</value>
</data>
<data name="MouseUtils_MouseJump_BezelThickness.Description" xml:space="preserve">
<value>The thickness (in pixels) of the border that surrounds the individual screen images</value>
</data>
<data name="MouseUtils_MouseJump_BezelColor.Header" xml:space="preserve">
<value>Bezel color</value>
</data>
<data name="MouseUtils_MouseJump_BezelColor.Description" xml:space="preserve">
<value>The color of the border that surrounds the individual screen images</value>
</data>
<data name="MouseUtils_MouseJump_Bezel3dDepth.Header" xml:space="preserve">
<value>Bezel 3D depth</value>
</data>
<data name="MouseUtils_MouseJump_Bezel3dDepth.Description" xml:space="preserve">
<value>The width (in pixels) of the 3d effect on the border that surrounds individual screen images</value>
</data>
<data name="MouseUtils_MouseJump_ScreenMargin.Header" xml:space="preserve">
<value>Screen spacing</value>
</data>
<data name="MouseUtils_MouseJump_ScreenMargin.Description" xml:space="preserve">
<value>The width (in pixels) of the margin drawn between individual screen images</value>
</data>
<data name="MouseUtils_MouseJump_ScreenColor1.Header" xml:space="preserve">
<value>Screen color 1</value>
</data>
<data name="MouseUtils_MouseJump_ScreenColor1.Description" xml:space="preserve">
<value>The start color for the background gradient fill on individual screen images</value>
</data>
<data name="MouseUtils_MouseJump_ScreenColor2.Header" xml:space="preserve">
<value>Screen color 2</value>
</data>
<data name="MouseUtils_MouseJump_ScreenColor2.Description" xml:space="preserve">
<value>The end color for the background gradient fill on individual screen images</value>
</data>
<data name="MouseUtils_MouseJump_CopyToCustomStyle_MessageBox_Title" xml:space="preserve">
<value>Copy to Custom preview style</value>
</data>
<data name="MouseUtils_MouseJump_CopyToCustomStyle_MessageBox_Text" xml:space="preserve">
<value>This will replace the current settings in the Custom preview style.</value>
</data>
<data name="MouseUtils_MouseJump_CopyToCustomStyle_MessageBox_PrimaryButtonText" xml:space="preserve">
<value>Copy</value>
</data>
<data name="Hosts_Toggle_LoopbackDuplicates.Description" xml:space="preserve">
<value>127.0.0.1, ::1, ...</value>
@@ -4168,23 +4287,6 @@ Activate by holding the key for the character you want to add an accent to, then
<data name="AdvancedPaste_ShortcutWarning.Title" xml:space="preserve">
<value>Using this shortcut may prevent non-text paste actions (e.g. images, files) or built-in paste plain text actions in other applications from functioning.</value>
</data>
<data name="MouseUtils_MouseJump_ThumbnailSize.Header" xml:space="preserve">
<value>Thumbnail Size</value>
</data>
<data name="MouseUtils_MouseJump_ThumbnailSize_Description_Prefix.Text" xml:space="preserve">
<value>Constrain thumbnail image size to a maximum of</value>
</data>
<data name="MouseUtils_MouseJump_ThumbnailSize_Description_Suffix.Text" xml:space="preserve">
<value>pixels</value>
</data>
<data name="MouseUtils_MouseJump_ThumbnailSize_Edit_Height.Header" xml:space="preserve">
<value>Maximum height (px)</value>
<comment>px = pixels</comment>
</data>
<data name="MouseUtils_MouseJump_ThumbnailSize_Edit_Width.Header" xml:space="preserve">
<value>Maximum width (px)</value>
<comment>px = pixels</comment>
</data>
<data name="Oobe_Peek.Description" xml:space="preserve">
<value>A lightning fast file preview feature for Windows.</value>
<comment>{Locked="Windows"}</comment>