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);
|
procedure TSynD2Syn.setCurrIdent(const aValue: string);
|
||||||
begin
|
begin
|
||||||
if aValue = '' then exit;
|
|
||||||
if fCurrIdent = aValue then Exit;
|
if fCurrIdent = aValue then Exit;
|
||||||
fCurrIdent := aValue;
|
fCurrIdent := aValue;
|
||||||
doChanged;
|
doChanged;
|
||||||
|
|
|
@ -100,8 +100,6 @@ end;
|
||||||
|
|
||||||
procedure TSynTxtSyn.setCurrIdent(const aValue: string);
|
procedure TSynTxtSyn.setCurrIdent(const aValue: string);
|
||||||
begin
|
begin
|
||||||
if aValue = '' then
|
|
||||||
exit;
|
|
||||||
if fCurrIdent = aValue then
|
if fCurrIdent = aValue then
|
||||||
Exit;
|
Exit;
|
||||||
fCurrIdent := aValue;
|
fCurrIdent := aValue;
|
||||||
|
|
Loading…
Reference in New Issue