mirror of https://gitlab.com/basile.b/dexed.git
improvement, blanks & symbols disable current identifier HL
This commit is contained in:
parent
e36e4c39a0
commit
664d406e9e
|
@ -434,7 +434,6 @@ end;
|
|||
|
||||
procedure TSynD2Syn.setCurrIdent(const aValue: string);
|
||||
begin
|
||||
if aValue = '' then exit;
|
||||
if fCurrIdent = aValue then Exit;
|
||||
fCurrIdent := aValue;
|
||||
doChanged;
|
||||
|
|
|
@ -100,8 +100,6 @@ end;
|
|||
|
||||
procedure TSynTxtSyn.setCurrIdent(const aValue: string);
|
||||
begin
|
||||
if aValue = '' then
|
||||
exit;
|
||||
if fCurrIdent = aValue then
|
||||
Exit;
|
||||
fCurrIdent := aValue;
|
||||
|
|
Loading…
Reference in New Issue