Hello,
I would like to know if it is possible to raise or capture the current selected text in a syntax editor.
I already checked the ActiproSoftware.Windows.Controls.SyntaxEdito.EditorCommands which you can set as a command in a System.Windows.Controls.MenuItem and execute it. So the idea is to create a custom command to be able to capture the selected text in the syntax editor.
Thank you very much in advance!