It is helpful to use a function which replaces current text selection with a replacement text. This is useful for code or text transformation tools, which will do the following:
get the selected text via N10X.Editor.GetSelection()
Transform the text
Write it back
This functionality can be implemented in existing python API, but an optimal version in C++ is possible which will also keep things simple for script writers and make 10x even more powerful.
Python AI feature request:
It is helpful to use a function which replaces current text selection with a replacement text. This is useful for code or text transformation tools, which will do the following:
N10X.Editor.GetSelection()
This functionality can be implemented in existing python API, but an optimal version in C++ is possible which will also keep things simple for script writers and make 10x even more powerful.