mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[GH-ISSUE #247] Bug graphique avec les f string dans python #99
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#99
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 @LoAzv on GitHub (Jun 1, 2022).
Original GitHub issue: https://github.com/UpsilonNumworks/Upsilon/issues/247
Describe the bug
Quand dans un script python, on tape f””, les lignes suivantes vont s’afficher à la fin de la ligne sans coloration syntaxique et on ne peut pas y accéder. Dès qu’on enlève le f, les lignes d’après disparaissent.
Ou sinon quand on écrit ça:
g=(743,65)
print(f””, g)
b=56
Et qu’on efface le = entre g et (743,65), toute la ligne s’efface et les lignes se décalent d’un cran vers le bas. C’est seulement graphique, quand on bouge le curseur sur les lignes modifiées, les lettres reviennent
si on quitte le script et qu’on revient tout est redevenu normal
Device (please complete the following information):
The device on which you're running Upsilon (computer, n0110, n0100, etc...)
n0110 et émulateur upsilon
Upsilon Version: [go to settings > about > Upsilon Version and type the version here]
1.0.1-dev
Upsilon commit: [settings > about > click one time on epsilon version]
e4718fc@Lauryy06 commented on GitHub (Jun 9, 2022):
The bug is reproducible, thanks for reporting it ! We will work on fixing it.
background.jpg#252