problem with keywords pattern matching
Posted: Wed Aug 20, 2008 2:29 am
2 things:
1. Here's the scenario:
I have a pattern set up on one of the keyword patterns of aptd0???
I have some text:
if I type aptd0 or APTD0 at the beginning of any word in that example, Zeus will lock up with 100% cpu usage at the moment that 0 is pressed. The 0 doesn't show on the screen see result as below
Only way out is to crash out and loose any changes made up to that point.
I tried selecting the option pattern matching has low precedence, but with is on or off it made no difference.
2. I tried changing the pattern from APTD0??? to APTD\d{3,3} or APTD0... or APTD0\d\d\d none of these patterns work, the pattern isn't found, yet as a find string it will. (trying to find APTD0??? as a pattern in a find box doesn't find anything)
I am using v4.96q on XP
Grant
1. Here's the scenario:
I have a pattern set up on one of the keyword patterns of aptd0???
I have some text:
Code: Select all
begin
somecode
end
return
Code: Select all
begin
APTDsomecode
end
return
I tried selecting the option pattern matching has low precedence, but with is on or off it made no difference.
2. I tried changing the pattern from APTD0??? to APTD\d{3,3} or APTD0... or APTD0\d\d\d none of these patterns work, the pattern isn't found, yet as a find string it will. (trying to find APTD0??? as a pattern in a find box doesn't find anything)
I am using v4.96q on XP
Grant