IDE: add markup for user defined word-lists, fix for finding duplicates

git-svn-id: trunk@40034 -
This commit is contained in:
martin 2013-01-30 00:06:20 +00:00
parent d79176d7d4
commit ec838d6e78

View File

@ -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;