Allow proposal popup to show on Ctrl+Space without any typed token.

This commit is contained in:
Ansgar Becker
2009-03-27 18:45:30 +00:00
parent 20e865cbf2
commit eecd5423b4

View File

@@ -4986,7 +4986,7 @@ begin
end;
end;
if (SynCompletionProposal1.ItemList.count = 0) and (Length(CurrentInput)>0) then begin
if SynCompletionProposal1.ItemList.count = 0 then begin
// Add databases
for i := 0 to Databases.Count - 1 do begin
SynCompletionProposal1.InsertList.Add(Databases[i]);