[issue23616] Python IDLE (2.-3.)
New submission from Davide Okami: Keeping pressed the undo shortcut during a cycle until returning to the cycle declaration, IDLE will react deleting the declaration [1] or overlaying it on the result/s [2] ([2] intermittently and un-effectively on cycle execution). -- components: IDLE files: Schermata 2015-03-09 alle 06.53.21.png messages: 237594 nosy: Davide Okami priority: normal severity: normal status: open title: Python IDLE (2.-3.) type: behavior versions: Python 2.7, Python 3.2, Python 3.3, Python 3.4, Python 3.5, Python 3.6 Added file: http://bugs.python.org/file38400/Schermata 2015-03-09 alle 06.53.21.png ___ Python tracker <http://bugs.python.org/issue23616> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue23616] Conflict between generic cycle and undo shortcut.
Davide Okami added the comment: Keeping pressed the undo shortcut during a cycle until returning to the cycle declaration, IDLE will react deleting the declaration [1] or overlaying it on the result/s [2] ([2] intermittently and un-effectively on cycle execution). -- title: Python IDLE (2.-3.) -> Conflict between generic cycle and undo shortcut. Added file: http://bugs.python.org/file38401/Schermata 2015-03-09 alle 06.53.21.png ___ Python tracker <http://bugs.python.org/issue23616> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue23616] Conflict between generic cycle and undo shortcut.
Changes by Davide Okami : Removed file: http://bugs.python.org/file38401/Schermata 2015-03-09 alle 06.53.21.png ___ Python tracker <http://bugs.python.org/issue23616> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue23616] Idle: conflict between loop execution and undo shortcut.
Davide Okami added the comment: Sorry for my bad technical acknowledgment, i will try to be more understandable. Declaring a while loop statement, and launching the loop pressing enter, it is possible to delete loop results and return to the while declaration statement deleting it [1] or it's possibile to make it disappear from the line in which it was declared [2] [[2] making it appear on the loop result (overlaying it)] without breaking the loop execution [1][2]. Both are possible keeping pressed the shortcut command+z (⌘+z) after that loop runs (keeping it pressed until the loop statement is reached and deleted [1], or keeping it pressed for a little less time than before, to manifest the second behavior). The bug afflicts Python IDLE for OS X (i tried with a clean installation of Python 3.4.3 and i tried it also on Windows without results) in versions 2.7.8, 3.4.x (as i tried). -- title: Idle: conflict between generic cycle and undo shortcut. -> Idle: conflict between loop execution and undo shortcut. versions: +Python 3.2, Python 3.3 -Python 3.5 ___ Python tracker <http://bugs.python.org/issue23616> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com