[pywin32-bugs] [ pywin32-Patches-3048851 ] ctrl-enter-debug-into-interactive-statement.patch
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2010-08-26 09:48:33
|
Patches item #3048851, was opened at 2010-08-19 20:15 Message generated for change (Comment added) made by kxroberto You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=3048851&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: kxroberto (kxroberto) Assigned to: Nobody/Anonymous (nobody) Summary: ctrl-enter-debug-into-interactive-statement.patch Initial Comment: quickly debug into things from the interactive. Ctrl+Enter = Enter with control ... ---------------------------------------------------------------------- >Comment By: kxroberto (kxroberto) Date: 2010-08-26 11:48 Message: would be also fine, main thing its available. But in the interactive I'm/will rarely using any of Ctrl-Shift, Ctrl-Enter - don't know a real use case. As it is not in the "Keyboard Bindings" doc, perhaps nobody else knows. (in Editor the use of Shift-Enter is to go back to the 1st columon - as I'am aware only now; I use Backspace as a habit) In Interactive personally I use Staterment-Debugger / Ctrl+Enter since years very often, maybe similar often as the plain Enter, as I'm often trying selected funktions out ad-hoc in debugger immediately when there are problems. So I may add this shorter binding personally in the .cfg. ---------------------------------------------------------------------- Comment By: Mark Hammond (mhammond) Date: 2010-08-26 03:50 Message: I'm a little concerned ctrl+enter may already be used by people in place of shift-enter, and that starting the debugger on that key combination may lead to unexpected surprised. How would you feel about ctrl+shift+enter? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=3048851&group_id=78018 |