V vlevi Member³ May 4, 2012 #1 I have tried IDE_Settext, but of course it replaces the whole text of the editor, but I only want to insert something into the cursor position.
I have tried IDE_Settext, but of course it replaces the whole text of the editor, but I only want to insert something into the cursor position.
Marco Kalter Administrator Staff member May 4, 2012 #1 There is no function to insert text, but you can use IDE_GetEditorHandle the get the handle of the Editor and use messages to insert text and do other specific actions.
There is no function to insert text, but you can use IDE_GetEditorHandle the get the handle of the Editor and use messages to insert text and do other specific actions.