[pywin32-bugs] [ pywin32-Bugs-949887 ] Highlighted text not deleted when typing a period.
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2008-06-18 22:15:22
|
Bugs item #949887, was opened at 2004-05-07 09:03 Message generated for change (Comment added) made by rupole You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=949887&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: pythonwin Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: bob gailer (ramrom) Assigned to: Nobody/Anonymous (nobody) Summary: Highlighted text not deleted when typing a period. Initial Comment: In the interactive window or a script edit window enter a+b Then select the + (highlight it) and type a period. The result is a+.b rather than a.b ---------------------------------------------------------------------- >Comment By: Roger Upole (rupole) Date: 2008-06-18 17:15 Message: Logged In: YES user_id=771074 Originator: NO This has been fixed in view.py r1.27. ---------------------------------------------------------------------- Comment By: Tony Meyer (anadelonbrin) Date: 2004-05-08 21:18 Message: Logged In: YES user_id=552329 I must admit this bugs me, too, and I run into it reasonably often. (I guess it doesn't bother me enough to open a bug report, but does bother me enough to add to one :) If there isn't some reason for this behaviour, then I'm definately +1 on changing it. I'm guessing that it's a reasonably simple change, but if not, I could try and work up a patch... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=949887&group_id=78018 |