Message 149697 - Python tracker
Message149697
| Author | roger.serwy |
|---|---|
| Recipients | marco, roger.serwy, terry.reedy |
| Date | 2011-12-17.19:25:43 |
| SpamBayes Score | 3.0873734e-06 |
| Marked as misclassified | No |
| Message-id | <1324149944.93.0.444322069185.issue13586@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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. The attached patch (against 3.3a0) adds this functionality to Replace Dialog and also removes some non-functional (arguably broken) code. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-12-17 19:25:45 | roger.serwy | set | recipients: + roger.serwy, terry.reedy, marco |
| 2011-12-17 19:25:44 | roger.serwy | set | messageid: <1324149944.93.0.444322069185.issue13586@psf.upfronthosting.co.za> |
| 2011-12-17 19:25:44 | roger.serwy | link | issue13586 messages |
| 2011-12-17 19:25:44 | roger.serwy | create | |