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;