mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[PR #125] [MERGED] [apps/code] Add a setting for cursor saving #272
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#272
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/125
Author: @Yaya-Cout
Created: 1/14/2022
Status: ✅ Merged
Merged: 1/14/2022
Merged by: @Lauryy06
Base:
upsilon-dev← Head: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.