mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-07 21:37:11 +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
|
if AnOnlyWeakerOrEqual and (WeakerByBounds = wParam) then // Entry can not be weaker
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if not ( ([WeakerByEnabled, WeakerByBounds, WeakerByCase] - [wEqual] = [wEntry]) or
|
if ( ([WeakerByEnabled, WeakerByBounds, WeakerByCase] - [wEqual] = [wEntry]) or
|
||||||
([WeakerByEnabled, WeakerByBounds, WeakerByCase] - [wEqual] = [wParam])
|
([WeakerByEnabled, WeakerByBounds, WeakerByCase] - [wEqual] = [wParam])
|
||||||
)
|
)
|
||||||
then
|
then
|
||||||
exit;
|
exit;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user