mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-11 01:48:17 +02:00
codetools: identifier completion: not adding semicolon in front of a binary symbol operator
git-svn-id: trunk@18800 -
This commit is contained in:
parent
2f1b930d22
commit
8eef3a2022
@ -1600,7 +1600,7 @@ begin
|
||||
or (CurPos.Flag in [cafSemicolon, cafEqual, cafColon, cafComma,
|
||||
cafPoint, cafRoundBracketOpen, cafRoundBracketClose,
|
||||
cafEdgedBracketOpen, cafEdgedBracketClose])
|
||||
or ((CurPos.Flag=cafWord)
|
||||
or ((CurPos.Flag in [cafWord,cafNone])
|
||||
and (UpAtomIs('ELSE')
|
||||
or UpAtomIs('THEN')
|
||||
or UpAtomIs('DO')
|
||||
|
Loading…
Reference in New Issue
Block a user