mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-20 04:06:21 +02:00
codetools: fixed Unneeded extra space in event assignment completion
git-svn-id: trunk@37594 -
This commit is contained in:
parent
c6213c990e
commit
c5a967874a
@ -1655,8 +1655,8 @@ var
|
|||||||
AddrOperatorPos:=-1;
|
AddrOperatorPos:=-1;
|
||||||
// check assignment operator :=
|
// check assignment operator :=
|
||||||
if not AtomIs(':=') then exit;
|
if not AtomIs(':=') then exit;
|
||||||
AssignmentOperator:=CurPos.StartPos;
|
|
||||||
ReadPriorAtom;
|
ReadPriorAtom;
|
||||||
|
AssignmentOperator:=CurPos.EndPos;
|
||||||
// check event name
|
// check event name
|
||||||
if not AtomIsIdentifier then exit;
|
if not AtomIsIdentifier then exit;
|
||||||
PropVarAtom:=CurPos;
|
PropVarAtom:=CurPos;
|
||||||
|
Loading…
Reference in New Issue
Block a user