mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Enable auto completion pulldown in stored routine editor
This commit is contained in:
@ -109,6 +109,7 @@ begin
|
||||
comboReturns.Items.Add(Datatypes[i].Name);
|
||||
SetWindowSizeGrip(Handle, True);
|
||||
InheritFont(Font);
|
||||
Mainform.SynCompletionProposal.AddEditor(SynMemoBody);
|
||||
FixVT(listParameters);
|
||||
Parameters := TWideStringList.Create;
|
||||
end;
|
||||
|
Reference in New Issue
Block a user