serdarciplak / BlazorMonaco

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

MonacoDiffEditor Implemented #10

Closed MarijnPessers closed 4 years ago

MarijnPessers commented 4 years ago

Reload seems to be working. Altough I have something weird. If it requires a fix to the code I will do that. I also did not test all properties; but I assume that the DiffEditorOptions are working. Implemented a version of getting and setting in the diff editor since the diffEditor is basically 2 standalone editors, but blazor will not recognize these as such a component.