FIXED: Case sensitive replace

Post bug reports when testing beta versions here.
Post Reply
User avatar
rjbill
Posts: 874
Joined: 13 Jun 2011 06:36

FIXED: Case sensitive replace

Post by rjbill »

:!: NOTE: ALSO did it when I asked for "whole word" --
highlighted non-whole words but skipped them for replacement


A case sensitive REPLACE light-highlighted all
NON-case sensitive instances.
("from cursor" if that matters)

CANCEL in the Replace dialog box left all of the
instances highlighted. (also after last replacement was made)
Is that the way it's supposed to work?
(seems like it shouldn't --- definitely should not)

Doing a replace of "0X" to "0x" in some code like this is
VERY IRRITATING. So you should offer the ability to
NOT have replace or find do the light-highlighted feature.

Code: Select all

0x27 0x57 0x48 0x49 0x54 0x45 0x27 0x20 0x43 0x4C 0x55 0x45 0x0D
0x20 0x20 0x50 0x45 0x47 0x53 0x20 0x4D 0x45 0x41 0x4E 0x0D
0x52 0x49 0x47 0x48 0x54 0x20 0x53 0x59 0x4D 0x42 0x4F 0x4C 0x32 0x0D
0x57 0x52 0x4F 0x4E 0x47 0x20 0x52 0x4F 0x57 0xFF

: win_lose_text

CONTINUE
UNTIL CODE
GUESSED OR
FINAL MOVE

0x43 0x4F 0x4E 0x54 0x49 0x4E 0x55 0x45 0x0D
0x55 0x4E 0x54 0x49 0x4C 0x20 0x43 0x4F 0x44 0x45 0x0D
0x47 0x55 0x45 0x53 0x53 0x45 0x44 0x20 0x4F 0x52 0x0D
0x46 0x49 0x4E 0x41 0x4C 0x20 0x4D 0x4F 0x56 0x45
0x27 0x57 0x48 0x49 0x54 0x45 0x27 0x20 0x43 0x4C 0x55 0x45 0x0D
0x20 0x20 0x50 0x45 0x47 0x53 0x20 0x4D 0x45 0x41 0x4E 0x0D
0x52 0x49 0x47 0x48 0x54 0x20 0x53 0x59 0x4D 0x42 0x4F 0x4C 0x32 0x0D
0x57 0x52 0x4F 0x4E 0x47 0x20 0x52 0x4F 0x57 0xFF

: win_lose_text

CONTINUE
UNTIL CODE
GUESSED OR
FINAL MOVE

0x43 0x4F 0x4E 0x54 0x49 0x4E 0x55 0x45 0x0D
0x55 0x4E 0x54 0x49 0x4C 0x20 0x43 0x4F 0x44 0x45 0x0D
0x47 0x55 0x45 0x53 0x53 0x45 0x44 0x20 0x4F 0x52 0x0D
0x46 0x49 0x4E 0x41 0x4C 0x20 0x4D 0x4F 0x56 0x45
RJTE version 16.15 (actual?) - 64-bit
Win 10 Pro 64-bit 8 GB RAM Intel Core i7-6700 3.40 GHz SCSI Hard Drive 1 TB

Note: The signature is dynamic, not static,
so it may not show the correct version above
that was in use at the time of the post.
User avatar
Rickard Johansson
Site Admin
Posts: 6577
Joined: 19 Jul 2006 14:29

Re: Case sensitive replace

Post by Rickard Johansson »

Added options in v10.80 (beta 2) to change colors or disable the highlighting.

Found items should be highlighted after replace, even if you hit cancel. Replace is actually "Find and replace". Cancelling replace doesn't take you out of find mode. The last found item is still selected and F3 still finds the next item...
Post Reply