hawkerm / monaco-editor-uwp

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

Add Action Support #4

Closed hawkerm closed 7 years ago

hawkerm commented 7 years ago

https://microsoft.github.io/monaco-editor/playground.html#interacting-with-the-editor-adding-an-action-to-an-editor-instance

Would be nice to auto-plumb the callback event so you just use it like any other lambda/event hook-up.