mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[GH-ISSUE #109] Do not close the python toolbox when module function prefix is selected #31
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#31
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 @Syycorax on GitHub (Dec 23, 2021).
Original GitHub issue: https://github.com/UpsilonNumworks/Upsilon/issues/109
I would like the toolbox not to be closed when I select the "module function prefix" option like here with the math module so that I'm not forced to re-open the toolbox to write a function.
@Lauryy06 commented on GitHub (Dec 23, 2021):
Thanks for the issue. I think it's easy to code that the toolbox must stay open if you press something like shift button at same time, so I will probably do it.
@Lauryy06 commented on GitHub (Jan 15, 2022):
I fix it in
e575ffc7ce.