[GH-ISSUE #198] [apps/python] Key selector is showed in autocompletion #73

Closed
opened 2026-05-06 13:15:10 +02:00 by BreizhHardware · 3 comments

Originally created by @Yaya-Cout on GitHub (Apr 3, 2022).
Original GitHub issue: https://github.com/UpsilonNumworks/Upsilon/issues/198

Originally assigned to: @Yaya-Cout on GitHub.

Describe the bug
When you type “K” with the ion module imported, the autocompletion show “Key selector” as suggestion

To Reproduce
Steps to reproduce the behaviour:

  1. Go to the Python app
  2. Create a new script
  3. Type
from ion import *
K
  1. See error.

Expected behaviour
Key selector shouldn't appear in the autocompletion

Screenshots
image

Device:

  • Devices : My calculator and the Web simulator (I think all platforms are concerned…)
  • Upsilon Version: 1.0.0-dev
  • Upsilon commit: a770ee9
Originally created by @Yaya-Cout on GitHub (Apr 3, 2022). Original GitHub issue: https://github.com/UpsilonNumworks/Upsilon/issues/198 Originally assigned to: @Yaya-Cout on GitHub. **Describe the bug** When you type “K” with the `ion` module imported, the autocompletion show “Key selector” as suggestion **To Reproduce** Steps to reproduce the behaviour: 1. Go to the Python app 2. Create a new script 3. Type ```python from ion import * K ``` 4. See error. **Expected behaviour** Key selector shouldn't appear in the autocompletion **Screenshots** ![image](https://user-images.githubusercontent.com/67095734/161438800-e97c63ee-0d7e-4d56-8393-7743419dbd5a.png) **Device:** - Devices : My calculator and the Web simulator (I think all platforms are concerned…) - Upsilon Version: 1.0.0-dev - Upsilon commit: a770ee9
BreizhHardware 2026-05-06 13:15:10 +02:00
Author
Owner

@ANTARCTUS commented on GitHub (Apr 3, 2022):

I don't think we should fix this bug, I use Upsilon very regularly, yet I persist in writing "KEY_" and waiting for autocompletion. With this "bug" it reminds me from the first letter how to write the keys, and in the end it saves me time.

Je ne pense pas que l'on devrait régler ce bug, j'utilise très régulièrement Upsilon, pourtant je persiste à écrire "KEY_" et à attendre l'autocomplétion. Avec ce "bug" cela me rappelle dès la première lettre comment écrire les touches, et au final, il me fait gagner du temps.

<!-- gh-comment-id:1086934367 --> @ANTARCTUS commented on GitHub (Apr 3, 2022): I don't think we should fix this bug, I use Upsilon very regularly, yet I persist in writing "KEY_" and waiting for autocompletion. With this "bug" it reminds me from the first letter how to write the keys, and in the end it saves me time. Je ne pense pas que l'on devrait régler ce bug, j'utilise très régulièrement Upsilon, pourtant je persiste à écrire "KEY_" et à attendre l'autocomplétion. Avec ce "bug" cela me rappelle dès la première lettre comment écrire les touches, et au final, il me fait gagner du temps.
Author
Owner

@Yaya-Cout commented on GitHub (Apr 4, 2022):

I think I will fix this bug, but I will add a submenu that will contain all the old KEY_ names to keep autocompletion.


Je pense que je vais corriger ce bug, mais que je vais ajouter un sous menu qui va contenir les anciens KEY_ pour pouvoir les avoir dans l'autocomplétion.

<!-- gh-comment-id:1087786091 --> @Yaya-Cout commented on GitHub (Apr 4, 2022): I think I will fix this bug, but I will add a submenu that will contain all the old `KEY_` names to keep autocompletion. --- Je pense que je vais corriger ce bug, mais que je vais ajouter un sous menu qui va contenir les anciens `KEY_` pour pouvoir les avoir dans l'autocomplétion.
Author
Owner

@ANTARCTUS commented on GitHub (Apr 4, 2022):

Why not.

<!-- gh-comment-id:1087839498 --> @ANTARCTUS commented on GitHub (Apr 4, 2022): Why not.
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#73
No description provided.