mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 15:15:51 +03:00
[PR #1226] [MERGED] Add ability to set background color for Free Text in the Editor #1334
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#1334
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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/1226← Head:background-color-on-text📝 Commits (1)
5ea74d4Add 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.
I didn't know what is the process for translations so I just ran them through Google Translator. For
es-ARandpt-PTI just used Spanish and Portuguese respectively.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.