DevToys
Added Monaco editor to DevToys
#19
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
20
Changes
View On
GitHub
Commits
Added Monaco Editor project and some of the required classes.
veler
committed
3 years ago
backup
veler
committed
3 years ago
Monaco editor builds!
Etienne Baudoux
committed
3 years ago
Merge branch 'main' into monaco-editor
Etienne Baudoux
committed
3 years ago
Monaco editor works!
Etienne Baudoux
committed
3 years ago
Monaco editor follows the UI theme
Etienne Baudoux
committed
3 years ago
Renamed CodeEditor to CodeEditorCore
Etienne Baudoux
committed
3 years ago
Added a CodeEditor user control to DevToys and use it in JsonFormatter
Etienne Baudoux
committed
3 years ago
Fixed an issue where JsonSerializer wouldn't be called in Release mode because .Net Native fails at resolving them through reflection.
Etienne Baudoux
committed
3 years ago
reverted unnecessary changes
Etienne Baudoux
committed
3 years ago
Removed Cascadia from shipped fonts. Instead, use whatever the installed font is by default.
Etienne Baudoux
committed
3 years ago
Removed pointerHandlerElement from CodeEditorCore
Etienne Baudoux
committed
3 years ago
Added a Render Whitespaces option.
Etienne Baudoux
committed
3 years ago
Fixed build issue
veler
committed
3 years ago
Switched JsonYaml converter to Monaco Editor
Etienne Baudoux
committed
3 years ago
Added diff view to Monaco Editor. Changed the editor of Text Diff tool to support Diff View
Etienne Baudoux
committed
3 years ago
Removed TextEditor and FormattedTextBlock
Etienne Baudoux
committed
3 years ago
Fixed a bug with Paste button in Code Editor
veler
committed
3 years ago
Fixed an issue where the Diff view wasn't read only
veler
committed
3 years ago
give focus to editor after pasting
veler
committed
3 years ago
Loading