[issue13586] IDLE: Replace selected not working/consistent with find

2011-12-16 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- title: Replace selected not working/consistent with find -> IDLE: Replace selected not working/consistent with find ___ Python tracker ___ ___

[issue13586] IDLE: Replace selected not working/consistent with find

2011-12-16 Thread Marco Scataglini
Marco Scataglini added the comment: Win 7 Pro 32bit. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:/

[issue13586] IDLE: Replace selected not working/consistent with find

2011-12-17 Thread Roger Serwy
Roger Serwy added the comment: On Linux using 2.7.1 and 3.2, the Replace dialog does not contain the selected text in the Find field. The find functionality that copies the selected text was introduced in 868ff0dfabd2 on 2002-11-06. Unfortunately it wasn't added to the Replace Dialog code. T

[issue13586] IDLE: Replace selected not working/consistent with find

2011-12-17 Thread Marco Scataglini
Marco Scataglini added the comment: To check on 3.2 I installed a fresh Python 3.2.1.1 on Win7 x86 32bit and it has the same problem. So this issues is valid on 2.7.2.1 and 3.2.1.1 I --dry-run Roger patch on both 2.7 and 3.2 with no errors or warnings messages and after patching it fixes the i

[issue13586] IDLE: Replace selected not working/consistent with find

2011-12-17 Thread Terry J. Reedy
Terry J. Reedy added the comment: I am running 3.2.2 on 64-bit Win7Pro, which should not make a difference. So why did ^H work right for me yesterday and not for Marco today. Retrying with fresh IDLEs I discovered the following: selections do not initially appear in the find part of a Replace

[issue13586] IDLE: Replace selected not working/consistent with find

2011-12-17 Thread Marco Scataglini
Marco Scataglini added the comment: To follow on Terry thought, I think find dialog box should stay open when 'Find' button is pressed, since there is a 'close' button to close it. That would also be a more accepted behavior similar to all the other editors I know. And on silly UI design note

[issue13586] IDLE: Replace selected not working/consistent with find

2011-12-17 Thread Roger Serwy
Changes by Roger Serwy : Added file: http://bugs.python.org/file24016/find_keep_open.patch ___ Python tracker ___ ___ Python-bugs-list mailing

[issue13586] IDLE: Replace selected not working/consistent with find

2011-12-18 Thread Marco Scataglini
Marco Scataglini added the comment: Thank you Roger find_keep_open.patch works, but now that brings me to issue13630 that I thought was existing, and now this confirms it. -- ___ Python tracker __

[issue13586] IDLE: Replace selected not working/consistent with find

2013-06-15 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 3.3, Python 3.4 -Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mailing list