serdarciplak / BlazorMonaco

Blazor component for Microsoft's Monaco Editor which powers Visual Studio Code.
https://serdarciplak.github.io/BlazorMonaco/
MIT License
454 stars 98 forks source link

BlazorMonacoGlobals #83

Closed bitrott closed 1 year ago

bitrott commented 1 year ago

From your migration guide "Static methods in the MonacoEditor and MonacoEditorBase classes (e.g. SetTheme, Colorize, etc) are removed from the editor class and grouped together under a new class named BlazorMonacoGlobals."

I pulled code... no class by that name exists. There is a "Globals".

Also, there's a lot of changes to this API! Any plan to document any of this?

sbruyere commented 1 year ago

Somebody made a PR (https://github.com/serdarciplak/BlazorMonaco/pull/76) to update the documentation, but not merged yet. The workaround is to use BlazorMonaco.Editor.Global. @serdarciplak Is the project still maintened ?

serdarciplak commented 1 year ago

I've fixed the README file but it's currently in the develop branch waiting to be published in v3.1.0 soon.