mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[PR #85] [MERGED] [apps/code] Add a setting for syntax highlighting #243
Labels
No labels
bug
duplicate
easy
enhancement
enhancement
fixed
fixed
good first issue
hard
invalid
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Upsilon#243
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/UpsilonNumworks/Upsilon/pull/85
Author: @Yaya-Cout
Created: 11/23/2021
Status: ✅ Merged
Merged: 11/27/2021
Merged by: @Lauryy06
Base:
upsilon-dev← Head:upsilon-dev-syntax-highlighting-settings📝 Commits (2)
e88137b[apps/code] Add a setting for syntax highlighting364b20cMerge branch 'upsilon-dev' into upsilon-dev-syntax-highlighting-settings📊 Changes
14 files changed (+38 additions, -5 deletions)
View changed files
📝
apps/code/python_text_area.cpp(+8 -1)📝
apps/global_preferences.h(+4 -0)📝
apps/settings/base.de.i18n(+1 -0)📝
apps/settings/base.en.i18n(+1 -0)📝
apps/settings/base.es.i18n(+1 -0)📝
apps/settings/base.fr.i18n(+1 -0)📝
apps/settings/base.hu.i18n(+1 -0)📝
apps/settings/base.it.i18n(+1 -0)📝
apps/settings/base.nl.i18n(+1 -0)📝
apps/settings/base.pt.i18n(+1 -0)📝
apps/settings/main_controller.cpp(+1 -1)📝
apps/settings/main_controller.h(+1 -1)📝
apps/settings/sub_menu/code_options_controller.cpp(+14 -1)📝
apps/settings/sub_menu/code_options_controller.h(+2 -1)📄 Description
This pull request adds a setting to disable syntax highlighting in the Python category of the settings app.
If you want, I can merge with your repo, but I didn't do this because of a bug in your repo.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.