mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[PR #120] [MERGED] Fix cursor storage #271
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#271
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/120
Author: @Yaya-Cout
Created: 1/10/2022
Status: ✅ Merged
Merged: 1/10/2022
Merged by: @Lauryy06
Base:
upsilon-dev← Head:upsilon-dev-fix-cursor📝 Commits (3)
9e5ffb6Add cursor saving1c3b402Fix code typingabb3d9aFix tests📊 Changes
9 files changed (+19 additions, -20 deletions)
View changed files
📝
apps/code/python_text_area.h(+1 -1)📝
apps/code/script.cpp(+4 -5)📝
apps/code/script.h(+6 -6)📝
apps/code/script_store.cpp(+1 -1)📝
apps/code/script_store.h(+2 -2)📝
apps/code/script_template.cpp(+1 -1)📝
apps/code/test/variable_box_controller.cpp(+1 -1)📝
ion/include/ion/storage.h(+2 -2)📝
poincare/include/poincare/evaluation.h(+1 -1)📄 Description
This fix the cursor storage when the file have more than 256 characters : the cursor was saved on one byte and this is too little for more than 256 characters. This pull request fixes this.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.