[PR #125] [MERGED] [apps/code] Add a setting for cursor saving #272

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

📋 Pull Request Information

Original PR: https://github.com/UpsilonNumworks/Upsilon/pull/125
Author: @Yaya-Cout
Created: 1/14/2022
Status: Merged
Merged: 1/14/2022
Merged by: @Lauryy06

Base: upsilon-devHead: upsilon-dev-cursor-saving-setting


📝 Commits (1)

  • 18e7c8f [apps/code] Add a setting for cursor saving

📊 Changes

14 files changed (+38 additions, -8 deletions)

View changed files

📝 apps/code/editor_controller.cpp (+6 -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 (+16 -4)
📝 apps/settings/sub_menu/code_options_controller.h (+2 -1)

📄 Description

This pull request adds a setting to disable cursor saving in the Python category of the settings app.
The cursor continues to be saved, but it is not restored.


🔄 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/125 **Author:** [@Yaya-Cout](https://github.com/Yaya-Cout) **Created:** 1/14/2022 **Status:** ✅ Merged **Merged:** 1/14/2022 **Merged by:** [@Lauryy06](https://github.com/Lauryy06) **Base:** `upsilon-dev` ← **Head:** `upsilon-dev-cursor-saving-setting` --- ### 📝 Commits (1) - [`18e7c8f`](https://github.com/UpsilonNumworks/Upsilon/commit/18e7c8f5818cc9c0ed5fff10a3d3321f4b00e429) [apps/code] Add a setting for cursor saving ### 📊 Changes **14 files changed** (+38 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `apps/code/editor_controller.cpp` (+6 -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` (+16 -4) 📝 `apps/settings/sub_menu/code_options_controller.h` (+2 -1) </details> ### 📄 Description This pull request adds a setting to disable cursor saving in the Python category of the settings app. The cursor continues to be saved, but it is not restored. --- <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:34 +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#272
No description provided.