Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shortcuts: reset console / empty namespace #3000

Closed
dacoex opened this issue Feb 22, 2016 · 4 comments · Fixed by #2997
Closed

Shortcuts: reset console / empty namespace #3000

dacoex opened this issue Feb 22, 2016 · 4 comments · Fixed by #2997

Comments

@dacoex
Copy link

dacoex commented Feb 22, 2016

Description of your problem

What steps will reproduce the problem?

  1. Use Editor or console
  2. assign some variable
  3. %reset in cosole

What is the expected output? What do you see instead?
All OK.

Please provide any additional information below
I would like to assign a key combination to automatically reset / empty namespace.
Optionally, this could also be added to the run configuration.

Versions and main components

  • Spyder Version: 3.0.0
  • Python Version: 3.5
  • Operating system: Windows 7

Dependencies

Please go to the menu entry Help > Optional Dependencies (or
Help > Dependencies), press the button Copy to clipboard
and paste the contents below:

@ccordoba12
Copy link
Member

This is going to be fixed by pull request #2997.

@ccordoba12
Copy link
Member

The shortcut is fixed (Ctrl+R), and that's not going to change. The IPython console has its own set of shortcuts that are not configurable, so we can't allow users to set the shortcut they want because it could conflict with those other shortcuts.

@dacoex
Copy link
Author

dacoex commented Feb 23, 2016

OK, nice.

@dacoex dacoex closed this as completed Feb 23, 2016
@ccordoba12 ccordoba12 reopened this Feb 23, 2016
@ccordoba12
Copy link
Member

Please don't close this issue. It'll be automatically closed once #2997 is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants