[Idle-dev] [ idlefork-Bugs-842102 ] replace (Ctrl-h) doesn't
highlight text
SourceForge.net
noreply at sourceforge.net
Thu Nov 20 06:45:53 EST 2003
Bugs item #842102, was opened at 2003-11-14 13:37
Message generated for change (Comment added) made by drhok
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109579&aid=842102&group_id=9579
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Heiko Selber (drhok)
Assigned to: Nobody/Anonymous (nobody)
Summary: replace (Ctrl-h) doesn't highlight text
Initial Comment:
The search-and-replace function in IDLE 1.0 doesn't
always highlight the current selection.
So you can only guess which particular occurrence of
the search string is about to be replaced.
I think it depends on whether the selected text follows
a certain string.
----------------------------------------------------------------------
>Comment By: Heiko Selber (drhok)
Date: 2003-11-20 11:45
Message:
Logged In: YES
user_id=865975
I looked a bit closer:
Text in strings (i.e. green text) is not highlighted.
**** BEGIN Example ****
#try to change "myfunc"
def myfunc():
"myfunc takes no parameters"
**** END Example ****
It works in the comment and in def, but not in the string (I
use Python-2.3.2-1 on WinXP).
----------------------------------------------------------------------
Comment By: Kurt B. Kaiser (kbk)
Date: 2003-11-17 04:01
Message:
Logged In: YES
user_id=149084
Please give an example!
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109579&aid=842102&group_id=9579
More information about the IDLE-dev
mailing list