mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[GH-ISSUE #71] [code] Resize the gutter view according to line number #21
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#21
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?
Originally created by @Lauryy06 on GitHub (Oct 31, 2021).
Original GitHub issue: https://github.com/UpsilonNumworks/Upsilon/issues/71
Make the gutter view in the code app can show the line number if it is superior to 100. For the moment, it draw only the last two digits.

This is an easy issue for newcomers, the file to edit is apps/code/editor_view.cpp and you must modify the methods
minimalSizeForOptimalDisplayanddrawRect.