mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[PR #214] [MERGED] [apps/code] Fix Key selector in auto completion #319
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#319
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/214
Author: @Yaya-Cout
Created: 4/24/2022
Status: ✅ Merged
Merged: 5/7/2022
Merged by: @Yaya-Cout
Base:
upsilon-dev← Head:upsilon-dev-autocompletion-fix📝 Commits (2)
f174fbc[apps/code] Fix Key selector in auto completionb15d495[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
Kand 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.