hawkerm / monaco-editor-uwp

A Windows Runtime Component wrapper around the web-based Monaco Editor.
MIT License
151 stars 36 forks source link

Add a way to set the Selected Text #6

Closed hawkerm closed 6 years ago

hawkerm commented 7 years ago

Look at https://microsoft.github.io/monaco-editor/api/interfaces/monaco.editor.iidentifiedsingleeditoperation.html for https://microsoft.github.io/monaco-editor/api/interfaces/monaco.editor.istandalonecodeeditor.html#executeedits

hawkerm commented 7 years ago

https://microsoft.github.io/monaco-editor/api/interfaces/monaco.editor.imodel.html#pusheditoperations https://microsoft.github.io/monaco-editor/api/classes/monaco.selection.html https://microsoft.github.io/monaco-editor/api/interfaces/monaco.editor.icursorstatecomputer.html