From f372bd48a27c8f5409a85f76ea1fbf1869727850 Mon Sep 17 00:00:00 2001 From: martin Date: Wed, 30 Jan 2013 01:52:39 +0000 Subject: [PATCH] IDE: add markup for user defined word-lists, fix for finding duplicates git-svn-id: trunk@40038 - --- ide/sourcesyneditor.pas | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ide/sourcesyneditor.pas b/ide/sourcesyneditor.pas index 096315fd90..5da3812f7c 100644 --- a/ide/sourcesyneditor.pas +++ b/ide/sourcesyneditor.pas @@ -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;