[PR #214] [MERGED] [apps/code] Fix Key selector in auto completion #319

Closed
opened 2026-05-06 13:16:48 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/UpsilonNumworks/Upsilon/pull/214
Author: @Yaya-Cout
Created: 4/24/2022
Status: Merged
Merged: 5/7/2022
Merged by: @Yaya-Cout

Base: upsilon-devHead: upsilon-dev-autocompletion-fix


📝 Commits (2)

  • f174fbc [apps/code] Fix Key selector in auto completion
  • b15d495 [apps/python] Use super implementation in the select sub menu function of the toolbox

📊 Changes

23 files changed (+548 additions, -45 deletions)

View changed files

📝 apps/code/catalog.de.i18n (+46 -0)
📝 apps/code/catalog.en.i18n (+46 -0)
📝 apps/code/catalog.es.i18n (+46 -0)
📝 apps/code/catalog.fr.i18n (+46 -0)
📝 apps/code/catalog.hu.i18n (+46 -0)
📝 apps/code/catalog.it.i18n (+46 -0)
📝 apps/code/catalog.nl.i18n (+46 -0)
📝 apps/code/catalog.pt.i18n (+46 -0)
📝 apps/code/catalog.universal.i18n (+46 -0)
📝 apps/code/python_toolbox.cpp (+66 -7)
📝 apps/code/python_toolbox.h (+2 -1)
📝 apps/code/test/toolbox_ion_keys_dummy.cpp (+5 -5)
📝 apps/code/toolbox.de.i18n (+3 -0)
📝 apps/code/toolbox.en.i18n (+3 -0)
📝 apps/code/toolbox.es.i18n (+3 -0)
📝 apps/code/toolbox.fr.i18n (+3 -0)
📝 apps/code/toolbox.hu.i18n (+3 -0)
📝 apps/code/toolbox.it.i18n (+3 -0)
📝 apps/code/toolbox.nl.i18n (+3 -0)
📝 apps/code/toolbox.pt.i18n (+3 -0)

...and 3 more files

📄 Description

Scenario: Go in the Python editor and type from ion import *,
then type K and see what happens.
This fix #198. This pull request also restore the old keys behaviour in a new submenu.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/UpsilonNumworks/Upsilon/pull/214 **Author:** [@Yaya-Cout](https://github.com/Yaya-Cout) **Created:** 4/24/2022 **Status:** ✅ Merged **Merged:** 5/7/2022 **Merged by:** [@Yaya-Cout](https://github.com/Yaya-Cout) **Base:** `upsilon-dev` ← **Head:** `upsilon-dev-autocompletion-fix` --- ### 📝 Commits (2) - [`f174fbc`](https://github.com/UpsilonNumworks/Upsilon/commit/f174fbc3f5fca984b5437d770ce4efff7fda4dfc) [apps/code] Fix Key selector in auto completion - [`b15d495`](https://github.com/UpsilonNumworks/Upsilon/commit/b15d49511d1a1215fa31ab92f7b97db66b17260e) [apps/python] Use super implementation in the select sub menu function of the toolbox ### 📊 Changes **23 files changed** (+548 additions, -45 deletions) <details> <summary>View changed files</summary> 📝 `apps/code/catalog.de.i18n` (+46 -0) 📝 `apps/code/catalog.en.i18n` (+46 -0) 📝 `apps/code/catalog.es.i18n` (+46 -0) 📝 `apps/code/catalog.fr.i18n` (+46 -0) 📝 `apps/code/catalog.hu.i18n` (+46 -0) 📝 `apps/code/catalog.it.i18n` (+46 -0) 📝 `apps/code/catalog.nl.i18n` (+46 -0) 📝 `apps/code/catalog.pt.i18n` (+46 -0) 📝 `apps/code/catalog.universal.i18n` (+46 -0) 📝 `apps/code/python_toolbox.cpp` (+66 -7) 📝 `apps/code/python_toolbox.h` (+2 -1) 📝 `apps/code/test/toolbox_ion_keys_dummy.cpp` (+5 -5) 📝 `apps/code/toolbox.de.i18n` (+3 -0) 📝 `apps/code/toolbox.en.i18n` (+3 -0) 📝 `apps/code/toolbox.es.i18n` (+3 -0) 📝 `apps/code/toolbox.fr.i18n` (+3 -0) 📝 `apps/code/toolbox.hu.i18n` (+3 -0) 📝 `apps/code/toolbox.it.i18n` (+3 -0) 📝 `apps/code/toolbox.nl.i18n` (+3 -0) 📝 `apps/code/toolbox.pt.i18n` (+3 -0) _...and 3 more files_ </details> ### 📄 Description Scenario: Go in the Python editor and type `from ion import *`, then type `K` and see what happens. This fix #198. This pull request also restore the old keys behaviour in a new submenu. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 13:16:48 +02:00
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#319
No description provided.