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