improvement, blanks & symbols disable current identifier HL

This commit is contained in:
Basile Burg 2015-03-23 04:18:11 +01:00
parent e36e4c39a0
commit 664d406e9e
2 changed files with 0 additions and 3 deletions

View File

@ -434,7 +434,6 @@ end;
procedure TSynD2Syn.setCurrIdent(const aValue: string);
begin
if aValue = '' then exit;
if fCurrIdent = aValue then Exit;
fCurrIdent := aValue;
doChanged;

View File

@ -100,8 +100,6 @@ end;
procedure TSynTxtSyn.setCurrIdent(const aValue: string);
begin
if aValue = '' then
exit;
if fCurrIdent = aValue then
Exit;
fCurrIdent := aValue;