mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 14:56:00 +02:00
SynEdit: Cleanup.
git-svn-id: trunk@64628 -
This commit is contained in:
parent
a523ee94b3
commit
b2aa58981c
@ -453,9 +453,7 @@ begin
|
||||
|
||||
if fAutoCompleteList.Count > 0 then begin
|
||||
S := fAutoCompleteList[0];
|
||||
DebugLn(['TCustomSynAutoComplete.ParseCompletionList: ', S]);
|
||||
BorlandDCI := (S <> '') and (S[1] = '[');
|
||||
Assert((sComplKey='') and (sComment='') and (sComplValue=''), 'ParseCompletionList: strings not empty.');
|
||||
TemplateStarted:=false;
|
||||
for i := 0 to fAutoCompleteList.Count - 1 do begin
|
||||
S := fAutoCompleteList[i];
|
||||
|
Loading…
Reference in New Issue
Block a user