hawkerm / monaco-editor-uwp

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

Add missing CSS style types for IModelDecorationOptions #35

Open hawkerm opened 4 years ago

hawkerm commented 4 years ago

There are some other CSS Stlyes not currently strongly-typed (or supported as part of the CssStyleBroker) in IModelDecorationOptions.

May also want to see if we can use a factory pattern to help construct styles more easily???

hawkerm commented 4 years ago

Moved CssStyleBroker part to its own Issue #42.

Also, guessing I may not get to this for the next release, but should at least hide the ones that aren't hooked into the Broker as they won't do anything anyways...