How to insert text into the editor from a plugin?

vlevi

Member³
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.
 
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.
 
Back
Top