Community
Participate
Working Groups
the code for orion.edit.command says that if you return only text, it will replace the selection with your text. It gets the text part correct, but it keeps the editor selection at the same positions as originally. For example I wrote a plugin that replaces 191,191,191 with #bfbfbf and the selection ends up containing my returned text plus a few characters after (the selection length remains the same).
fixed. Also fixed a bug where the editor keybinding was failing for contributed commands.