mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
Allow proposal popup to show on Ctrl+Space without any typed token.
This commit is contained in:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user