IDE: markup for user defined word-lists, fix disabling certain matches by key

git-svn-id: trunk@40096 -
This commit is contained in:
martin 2013-01-31 12:46:43 +00:00
parent 4779a87e62
commit c788e63327

View File

@ -748,7 +748,7 @@ var
( (t.SearchTerm = s) or
( (not t.MatchCase) and (LowerCase(t.SearchTerm)= LowerCase(s)) ) ) and
( (t.MatchWordBounds = soNoBounds) or
( (t.MatchWordBounds = soBoundsAtEnd) and b1 ) or
( (t.MatchWordBounds = soBoundsAtStart) and b1 ) or
( (t.MatchWordBounds = soBoundsAtEnd) and b2 ) or
( (t.MatchWordBounds = soBothBounds) and b1 and b2 )
)