mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 04:09:20 +02:00
IDE: add markup for user defined word-lists, fix for finding duplicates
git-svn-id: trunk@40038 -
This commit is contained in:
parent
b33abc827c
commit
f372bd48a2
@ -510,7 +510,8 @@ begin
|
||||
continue;
|
||||
|
||||
if ( ([WeakerByEnabled, WeakerByBounds, WeakerByCase] - [wEqual] = [wEntry]) or
|
||||
([WeakerByEnabled, WeakerByBounds, WeakerByCase] - [wEqual] = [wParam])
|
||||
([WeakerByEnabled, WeakerByBounds, WeakerByCase] - [wEqual] = [wParam]) or
|
||||
([WeakerByEnabled, WeakerByBounds, WeakerByCase] = [wEqual])
|
||||
)
|
||||
then
|
||||
exit;
|
||||
|
Loading…
Reference in New Issue
Block a user