[PR #1226] [MERGED] Add ability to set background color for Free Text in the Editor #1334

Closed
opened 2026-02-26 09:34:28 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NickeManarin/ScreenToGif/pull/1226
Author: @r1bilski
Created: 9/14/2023
Status: Merged
Merged: 9/30/2023
Merged by: @NickeManarin

Base: pr/1226Head: background-color-on-text


📝 Commits (1)

  • 5ea74d4 Add ability to set background color for Free Text in the Editor

📊 Changes

29 files changed (+56 additions, -17 deletions)

View changed files

📝 ScreenToGif.Util/Settings/UserSettings.cs (+6 -0)
📝 ScreenToGif/Resources/Localization/StringResources.ar.xaml (+1 -0)
📝 ScreenToGif/Resources/Localization/StringResources.cs.xaml (+1 -0)
📝 ScreenToGif/Resources/Localization/StringResources.da.xaml (+2 -1)
📝 ScreenToGif/Resources/Localization/StringResources.de.xaml (+2 -1)
📝 ScreenToGif/Resources/Localization/StringResources.el.xaml (+1 -0)
📝 ScreenToGif/Resources/Localization/StringResources.en.xaml (+1 -0)
📝 ScreenToGif/Resources/Localization/StringResources.es-AR.xaml (+1 -0)
📝 ScreenToGif/Resources/Localization/StringResources.fi.xaml (+2 -1)
📝 ScreenToGif/Resources/Localization/StringResources.fr.xaml (+2 -1)
📝 ScreenToGif/Resources/Localization/StringResources.he.xaml (+2 -1)
📝 ScreenToGif/Resources/Localization/StringResources.hu.xaml (+2 -1)
📝 ScreenToGif/Resources/Localization/StringResources.it.xaml (+2 -1)
📝 ScreenToGif/Resources/Localization/StringResources.ja.xaml (+2 -1)
📝 ScreenToGif/Resources/Localization/StringResources.ko.xaml (+2 -1)
📝 ScreenToGif/Resources/Localization/StringResources.nl.xaml (+1 -0)
📝 ScreenToGif/Resources/Localization/StringResources.pl.xaml (+2 -1)
📝 ScreenToGif/Resources/Localization/StringResources.pt-PT.xaml (+1 -0)
📝 ScreenToGif/Resources/Localization/StringResources.pt.xaml (+1 -0)
📝 ScreenToGif/Resources/Localization/StringResources.ru.xaml (+2 -1)

...and 9 more files

📄 Description

This closes #399

I often find the need to annotate elements on the screen, but it's difficult on backgrounds that aren't uniform.
This adds ability to control background property on FreeText textbox.

image

I didn't know what is the process for translations so I just ran them through Google Translator. For es-AR and pt-PT I just used Spanish and Portuguese respectively.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/NickeManarin/ScreenToGif/pull/1226 **Author:** [@r1bilski](https://github.com/r1bilski) **Created:** 9/14/2023 **Status:** ✅ Merged **Merged:** 9/30/2023 **Merged by:** [@NickeManarin](https://github.com/NickeManarin) **Base:** `pr/1226` ← **Head:** `background-color-on-text` --- ### 📝 Commits (1) - [`5ea74d4`](https://github.com/NickeManarin/ScreenToGif/commit/5ea74d4124462f2b91f6f41e892bc0d7fda1727c) Add ability to set background color for Free Text in the Editor ### 📊 Changes **29 files changed** (+56 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `ScreenToGif.Util/Settings/UserSettings.cs` (+6 -0) 📝 `ScreenToGif/Resources/Localization/StringResources.ar.xaml` (+1 -0) 📝 `ScreenToGif/Resources/Localization/StringResources.cs.xaml` (+1 -0) 📝 `ScreenToGif/Resources/Localization/StringResources.da.xaml` (+2 -1) 📝 `ScreenToGif/Resources/Localization/StringResources.de.xaml` (+2 -1) 📝 `ScreenToGif/Resources/Localization/StringResources.el.xaml` (+1 -0) 📝 `ScreenToGif/Resources/Localization/StringResources.en.xaml` (+1 -0) 📝 `ScreenToGif/Resources/Localization/StringResources.es-AR.xaml` (+1 -0) 📝 `ScreenToGif/Resources/Localization/StringResources.fi.xaml` (+2 -1) 📝 `ScreenToGif/Resources/Localization/StringResources.fr.xaml` (+2 -1) 📝 `ScreenToGif/Resources/Localization/StringResources.he.xaml` (+2 -1) 📝 `ScreenToGif/Resources/Localization/StringResources.hu.xaml` (+2 -1) 📝 `ScreenToGif/Resources/Localization/StringResources.it.xaml` (+2 -1) 📝 `ScreenToGif/Resources/Localization/StringResources.ja.xaml` (+2 -1) 📝 `ScreenToGif/Resources/Localization/StringResources.ko.xaml` (+2 -1) 📝 `ScreenToGif/Resources/Localization/StringResources.nl.xaml` (+1 -0) 📝 `ScreenToGif/Resources/Localization/StringResources.pl.xaml` (+2 -1) 📝 `ScreenToGif/Resources/Localization/StringResources.pt-PT.xaml` (+1 -0) 📝 `ScreenToGif/Resources/Localization/StringResources.pt.xaml` (+1 -0) 📝 `ScreenToGif/Resources/Localization/StringResources.ru.xaml` (+2 -1) _...and 9 more files_ </details> ### 📄 Description This closes #399 I often find the need to annotate elements on the screen, but it's difficult on backgrounds that aren't uniform. This adds ability to control background property on FreeText textbox. ![image](https://github.com/NickeManarin/ScreenToGif/assets/139702932/3aef8545-5d4f-49cd-a5ae-c74a6737566b) I didn't know what is the process for translations so I just ran them through Google Translator. For `es-AR` and `pt-PT` I just used Spanish and Portuguese respectively. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 09:34:28 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ScreenToGif#1334
No description provided.