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

Console (Terminal) throws NotImplementedError for Home/End keys #1499

Closed
spyder-bot opened this issue Feb 17, 2015 · 4 comments
Closed

Console (Terminal) throws NotImplementedError for Home/End keys #1499

spyder-bot opened this issue Feb 17, 2015 · 4 comments

Comments

@spyder-bot
Copy link
Collaborator

From novi...@gmail.com on 2013-07-29T03:00:28Z

Spyder Version: 2.3.0dev3 (2909+: r438976af794c )
Python Version: 2.7.2
Qt Version: 4.7.3, PyQt4 (API v2) 4.8.5 on Windows

What steps will reproduce the problem?

  1. Open a console (terminal)
    1. Enter some text
    2. Press the Home (or End) key What is the expected output? What do you see instead? Instead to moving to the start(/end) of the line the error shown below is thrown in the internal console.

Traceback (most recent call last):
File "C:\dev\code\spyderlib\spyderlib\widgets\shell.py", line 302, in keyPressEvent
self.postprocess_keyevent(event)
File "C:\dev\code\spyderlib\spyderlib\widgets\shell.py", line 383, in postprocess_keyevent
self._key_home(shift, ctrl)
File "C:\dev\code\spyderlib\spyderlib\widgets\shell.py", line 472, in _key_home
raise NotImplementedError
NotImplementedError

Original issue: http://code.google.com/p/spyderlib/issues/detail?id=1499

@spyder-bot
Copy link
Collaborator Author

From ccordoba12 on 2013-08-09T19:12:36Z

By terminal you mean a Python one or system (i.e. cmd.exe) one?

@spyder-bot
Copy link
Collaborator Author

From pierre.raybaut on 2013-08-10T12:35:40Z

This issue was updated by revision 4d55e76b7975 .

Status: Fixed

@spyder-bot
Copy link
Collaborator Author

From pierre.raybaut on 2013-08-10T12:35:40Z

This issue was closed by revision 667dc9997285 .

@spyder-bot
Copy link
Collaborator Author

From ccordoba12 on 2013-08-10T13:06:40Z

Labels: MS-v2.2.2

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

No branches or pull requests

1 participant