From dc1802fe32dbe92f743f63b10962e4766fd8530c Mon Sep 17 00:00:00 2001 From: Ansgar Becker Date: Thu, 10 Dec 2009 19:01:51 +0000 Subject: [PATCH] Enable auto completion pulldown in stored routine editor --- source/routine_editor.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/source/routine_editor.pas b/source/routine_editor.pas index 203d3d36..f7a48a0a 100644 --- a/source/routine_editor.pas +++ b/source/routine_editor.pas @@ -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;