problem with search and replace

If reporting a bug with the Zeus IDE please post the details here. Please do not post questions here.
Post Reply
gwgs
Posts: 87
Joined: Tue Nov 21, 2006 6:30 pm
Location: Auckland

problem with search and replace

Post 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
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

Hi Grant,

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

Cheers Jussi
Post Reply