[PR #85] [MERGED] [apps/code] Add a setting for syntax highlighting #243

Closed
opened 2026-05-06 13:16:26 +02:00 by BreizhHardware · 0 comments

📋 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-devHead: upsilon-dev-syntax-highlighting-settings


📝 Commits (2)

  • e88137b [apps/code] Add a setting for syntax highlighting
  • 364b20c Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/UpsilonNumworks/Upsilon/pull/85 **Author:** [@Yaya-Cout](https://github.com/Yaya-Cout) **Created:** 11/23/2021 **Status:** ✅ Merged **Merged:** 11/27/2021 **Merged by:** [@Lauryy06](https://github.com/Lauryy06) **Base:** `upsilon-dev` ← **Head:** `upsilon-dev-syntax-highlighting-settings` --- ### 📝 Commits (2) - [`e88137b`](https://github.com/UpsilonNumworks/Upsilon/commit/e88137b442c1cbf408c93a7fb5eb9aedede5285e) [apps/code] Add a setting for syntax highlighting - [`364b20c`](https://github.com/UpsilonNumworks/Upsilon/commit/364b20c378eb5335abcfe5466d3c846c8029e1e5) Merge branch 'upsilon-dev' into upsilon-dev-syntax-highlighting-settings ### 📊 Changes **14 files changed** (+38 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 13:16:26 +02: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/Upsilon#243
No description provided.