mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 14:18:17 +02:00
IDE: markup for user defined word-lists, fix disabling certain matches by key
git-svn-id: trunk@40096 -
This commit is contained in:
parent
4779a87e62
commit
c788e63327
@ -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 )
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user