Page 1 of 1

problem with search and replace

Posted: Wed Jun 11, 2008 11:41 pm
by gwgs
find: l
replace: self.l
replace all=infinite loop (see result)


sample code

l=1

result:
self.self.self.self.self.self.self.self......self.self.self.l

search position is not moving to end of replaced block before finding next occurrence.

find: self.l
replace: l
replace all

sample code:
self.l=self.l-1

result:
l=self.l-1

second occurrence not found at all, until you move cursor to before txt to be replaced.


Grant

Posted: Thu Jun 12, 2008 12:14 am
by jussij
Hi Grant,

Thanks for posting this bug report. This bug will be fixed in the next Zeus patch release ;)

Cheers Jussi