[issue18590] 'Search' and 'Replace' dialogs don't work on quoted text in Windows

2014-12-18 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- dependencies: -Idle. Search dialog found text not highlited on Windows ___ Python tracker ___ ___ Pyth

[issue18590] 'Search' and 'Replace' dialogs don't work on quoted text in Windows

2014-12-18 Thread Terry J. Reedy
Terry J. Reedy added the comment: I should note that in msg225543 of #22179, I verified that there is a problem in Replace for highlighting found text within quotes, as well as in keywords, until the dialog is closed. On the other hand, the same text is hihglighted in identifiers, plain code,

[issue18590] 'Search' and 'Replace' dialogs don't work on quoted text in Windows

2014-10-02 Thread Terry J. Reedy
Terry J. Reedy added the comment: The patch for #17511 did not solve the issue; I proposed a revision in #22179. A patch for that may fix this also. -- dependencies: +Idle. Search dialog found text not highlited on Windows ___ Python tracker

[issue18590] 'Search' and 'Replace' dialogs don't work on quoted text in Windows

2014-06-01 Thread Terry J. Reedy
Terry J. Reedy added the comment: I closed #18590 as a duplicate of this. -- nosy: +terry.reedy ___ Python tracker ___ ___ Python-bugs

[issue18590] 'Search' and 'Replace' dialogs don't work on quoted text in Windows

2013-07-29 Thread R. David Murray
R. David Murray added the comment: Yes, we make the issue have a dependency on the issue it is using. I have done that for this one. -- dependencies: +Idle find function closes after each find operation nosy: +r.david.murray resolution: works for me -> stage: -> patch review versions

[issue18590] 'Search' and 'Replace' dialogs don't work on quoted text in Windows

2013-07-29 Thread Sarah
Changes by Sarah : -- resolution: -> works for me Added file: http://bugs.python.org/file31078/ReplaceDialogPatch.patch ___ Python tracker ___ __

[issue18590] 'Search' and 'Replace' dialogs don't work on quoted text in Windows

2013-07-29 Thread Sarah
New submission from Sarah: In Windows, the 'find' and 'replace' dialogs do not work properly on text that has been commented out using quotation marks. More specifically, the dialog *finds* the text in question, however, it does not *highlight* it. Without the highlighting, a user can't see wh