Opened 4 years ago
#284 new defect
A bug in String search dialog - using Replace By: - adds superfluous replace string
Reported by: | Patrik Svestka | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | default | Keywords: | |
Cc: | Also affects CVS HEAD (eXept version): | no |
Description
If you have simple method:
test | myVar | "/-> place the pointer here (at the beginning of the line) myVar := collection size. ^ myVar
If you click just below the | myVar |
and enter searchPatter:
myVar and click on the checbox near Replace By:
myNewVariable then click on button Next. You will find out that you will have superflous string "myNewVariable" at line 2.
test | myVar | myNewVariable myNewVariable:= collection size. ^ myNewVariable
Note: See
TracTickets for help on using
tickets.