mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 15:32:35 +02:00
IDE: add markup for user defined word-lists, fix for finding duplicates
git-svn-id: trunk@40034 -
This commit is contained in:
parent
d79176d7d4
commit
ec838d6e78
@ -509,9 +509,9 @@ begin
|
||||
if AnOnlyWeakerOrEqual and (WeakerByBounds = wParam) then // Entry can not be weaker
|
||||
continue;
|
||||
|
||||
if not ( ([WeakerByEnabled, WeakerByBounds, WeakerByCase] - [wEqual] = [wEntry]) or
|
||||
([WeakerByEnabled, WeakerByBounds, WeakerByCase] - [wEqual] = [wParam])
|
||||
)
|
||||
if ( ([WeakerByEnabled, WeakerByBounds, WeakerByCase] - [wEqual] = [wEntry]) or
|
||||
([WeakerByEnabled, WeakerByBounds, WeakerByCase] - [wEqual] = [wParam])
|
||||
)
|
||||
then
|
||||
exit;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user