mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 22:15:55 +02:00
IDE: fixed identifier completion cursor for Canvas.Colors, bug #12108
git-svn-id: trunk@16510 -
This commit is contained in:
parent
595bc12c8c
commit
4267b846de
@ -518,7 +518,8 @@ begin
|
||||
if CursorAtEnd then ;
|
||||
|
||||
// add assignment operator :=
|
||||
if (ilcfStartIsLValue in IdentList.ContextFlags)
|
||||
if (CursorToLeft=0)
|
||||
and (ilcfStartIsLValue in IdentList.ContextFlags)
|
||||
and (not IdentItem.HasChilds)
|
||||
and (not IdentList.StartUpAtomBehindIs(':='))
|
||||
and (IdentItem.CanBeAssigned)
|
||||
|
Loading…
Reference in New Issue
Block a user