Commit graph

87 commits

Author SHA1 Message Date
Serdar Ciplak
a96ad0f94d SampleApp marker fixes. 2023-08-26 22:42:32 -04:00
Serdar Ciplak
ad3db43799 Added support for ModelMarkers.
Added support for RegisterCodeActionProvider.
Added support for RegisterCompletionItemProvider.
2023-08-26 21:07:46 -04:00
Serdar Ciplak
77af443b71
Merge pull request #98 from serdarciplak/feature/server-side
Added support for not using the static IJSRuntime instance and making BlazorMonaco usable in server-side apps.
2023-08-19 15:41:56 -04:00
Serdar Ciplak
3b521ad717 Added support for not using the static IJSRuntime instance and making BlazorMonaco usable in server-side apps. 2023-08-19 15:40:52 -04:00
Serdar Ciplak
c86bb80577
Merge pull request #97 from serdarciplak/feature/small-fixes
Small fixes
2023-08-07 19:47:54 -04:00
Serdar Ciplak
f1890f9084 Small fixes 2023-08-07 19:47:18 -04:00
Serdar Ciplak
0d65fdf8c9
Merge pull request #96 from serdarciplak/feature/remove-circular-js-references
Removed circular js object references while serializing decorations
2023-08-07 15:57:01 -04:00
Serdar Ciplak
0ac219088f Fixes 2023-08-07 15:54:56 -04:00
Serdar Ciplak
f291e94f1a Removed circular js object references while serializing decorations. 2023-08-07 15:50:10 -04:00
Serdar Ciplak
a4ee5ce5e9 Fixed the exception thrown when ConstructionOptions is not set. 2023-01-29 17:16:22 -05:00
Serdar Ciplak
c04ea004c0 Fix autocrlf 2023-01-22 20:54:27 -05:00
Serdar Ciplak
4ca17eccf9 v3.0.0 2023-01-22 20:08:22 -05:00
Serdar Ciplak
2ee83cf3be Updated the README 2023-01-22 18:50:33 -05:00
Serdar Ciplak
fbd6302d33 Cleaner integration. 2023-01-07 16:03:12 -05:00
Serdar Ciplak
366ef4dbc2 Added support for net6.0 and net7.0 2022-12-26 17:38:42 -05:00
Serdar Ciplak
53676570e6 Fixes 2022-12-26 17:15:22 -05:00
Serdar Ciplak
a72fcda2ea Updated Monaco Editor jslib to version 0.34.1 2022-12-26 17:05:35 -05:00
Serdar Ciplak
3a7c2570ad Get and update options.
Refactorings.
2022-12-26 15:33:29 -05:00
Serdar Ciplak
6cd75e3e50 Refactorings and fixes 2022-12-26 13:09:08 -05:00
Serdar Ciplak
04bfc81f93 Added the test page 2022-12-11 02:57:22 -05:00
Serdar Ciplak
35979fdaf0 SampleApp edits 2022-11-13 18:32:45 -05:00
Serdar Ciplak
3244b0a132 Fixes 2022-10-08 00:11:48 -04:00
Serdar Ciplak
0f14e255c4 Moved to js style editor class names.
Fixes and improvements.
2022-10-02 00:56:35 -04:00
Serdar Ciplak
b46335bbd6 Refactorings. 2022-08-01 13:59:40 -04:00
Serdar Ciplak
0f6ad9254e Added JsRuntimeExt and refactored IJSRuntime usage 2022-07-31 01:41:41 -04:00
Serdar Ciplak
724c7873af Fixes. 2022-07-31 00:01:19 -04:00
Serdar Ciplak
d1b13ee62f Separate code behind files 2022-07-31 00:00:52 -04:00
Serdar Ciplak
0b4169501d Move to Monaco.d.cs file to align with ts and make it easier to update the js library version. 2022-07-31 00:00:28 -04:00
Serdar Ciplak
f8fd896523
Merge pull request #56 from alperenbelgic/master
Upgrade to Monaco v0.33.0
2022-07-10 18:21:11 -04:00
Alperen Belgic (CA Tech)
01df3c86a1 Js interop upated. 2022-04-03 19:43:46 +01:00
Alperen Belgic (CA Tech)
2a42f2e969 Monaco editor 0.33.0 files restored by Libman 2022-04-03 19:34:08 +01:00
Alperen Belgic (CA Tech)
0e93b23ca3 - Object models aligned to Monaco editor 0.33.0
- Libman Monaco editor definition updated to 0.33.0
- Sample project upgraded to net6
2022-04-03 03:11:33 +01:00
Serdar Ciplak
1f712d37b6 Updated to v2.1.0 2021-04-12 10:50:20 +03:00
Serdar Ciplak
0bd187109c Added support for CodeEditor.executeEdits method 2021-04-12 10:36:54 +03:00
Serdar Ciplak
a95350e432 Editor lineNumbers option can now be set as a lambda 2021-04-11 20:18:27 +03:00
Serdar Ciplak
c19772a103 Changed the type of the payload parameter from JsomElement to object in Editor.Trigger method. 2021-04-11 17:06:12 +03:00
Serdar Ciplak
c8bebdf298 Added missing properties to DiffEditorConstructionOptions 2021-04-11 16:13:01 +03:00
Serdar Ciplak
15cd1be48c Fixed a null pointer exception that occurs when TextModels are null 2021-03-24 09:43:37 +03:00
Serdar Ciplak
fe88314f17 Corrected the return type of GetAllDecorations method. 2021-03-24 09:39:25 +03:00
Serdar Ciplak
4f0fb9f062 Added TextModel methods 2021-02-21 18:11:43 +03:00
Serdar Ciplak
5d49333a0d Solved the issue that was causing a crash when the component is disposed before it is rendered. 2021-02-20 16:46:10 +03:00
Serdar Ciplak
dc1b6261ed Updated to MonacoEditor v0.22.3 2021-02-20 16:20:10 +03:00
Serdar Ciplak
01a284f31b Updated to v1.6.1
- Fixed the bug where event listeners were being triggered twice.
2021-02-06 18:21:15 +03:00
Serdar Ciplak
e4fda09285 Added support for net5.0 2020-12-06 17:36:42 +03:00
Serdar Ciplak
438f314aca Updated to v1.5.0
- Added editor model events.
- Editor id is auto-generated if it's not provided.
2020-11-01 18:15:48 +03:00
Serdar Ciplak
47bfbd8634 Id is auto generated, if it's not provided. 2020-07-25 15:39:22 +03:00
Serdar Ciplak
3ead2d2c7a Corrected demo page routing 2020-07-19 15:57:29 +03:00
Serdar Ciplak
39ebc00987 Updated to v1.4.0 2020-07-19 15:39:17 +03:00
Serdar Ciplak
39205d7c35 Refactoring 2020-07-19 01:39:09 +03:00
Serdar Ciplak
d261aceef1
Merge pull request #10 from MarijnPessers/master
MonacoDiffEditor Implemented
2020-07-18 17:28:46 +03:00