2) how can interact with the editor?
this is the key point here. interactive with the editor.i know the editor is using the wxscintllia.
is there any resource or puglin sources to show how to interate with the editor.
2) how can interact with the editor?
this is the key point here. interactive with the editor.i know the editor is using the wxscintllia.
is there any resource or puglin sources to show how to interate with the editor.
// Get the editor
cbEditor* ed = Manager::Get()->GetEditorManager()->GetBuiltinActiveEditor();
// Then call the functions
ed->XXXXX()