Commit graph

71 commits

Author SHA1 Message Date
Alex Dima
3fec0c1bcf Adopt latest monaco-editor-core 2019-09-19 10:07:38 +02:00
Martin Aeschlimann
19554e0f06 2.5.0 2019-03-05 12:29:00 +01:00
Martin Aeschlimann
d818518649 update service 2019-03-05 12:28:56 +01:00
Martin Aeschlimann
f94dca207a 2.4.0 2019-03-04 22:52:51 +01:00
Martin Aeschlimann
4db1f4f9f2 update & adopt 2019-03-04 22:52:17 +01:00
Alex Dima
8a2b406930 Adopt native promises 2019-01-09 16:13:35 +01:00
Alex Dima
a450f6054c 2.3.0 2018-11-12 16:59:14 +01:00
Alex Dima
f6d638686b Adopt latest editor & new npm deps 2018-11-12 16:59:07 +01:00
Martin Aeschlimann
1d4b425215
Merge pull request #7 from ricsam/master
Fix indentation on the CSS test page
2018-10-03 00:20:49 -07:00
Richard Samuelsson
4f984dbade Fix indentation in the CSS test page 2018-10-02 21:48:00 +02:00
Alex Dima
5ab4ffac72 Add support for testing via a local web server 2018-08-10 12:05:51 +02:00
Alex Dima
ce1fb4aab7 2.2.0 2018-08-10 12:00:41 +02:00
Alex Dima
61c5a476e7 Update deps 2018-08-10 12:00:30 +02:00
Alex Dima
4336d9c40f Adopt monaco-editor-core@0.14.0 2018-08-10 11:58:26 +02:00
Martin Aeschlimann
ac6eafddf5 fix FoldingRange conversion (1-based) 2018-08-08 12:08:23 +02:00
Martin Aeschlimann
54f904f6fe use thenable 2018-08-06 22:00:47 +02:00
Martin Aeschlimann
e6f882e3f1 add folding provider & update dependencies 2018-08-06 17:57:57 +02:00
Martin Aeschlimann
a021ab7a38 2.1.1 2018-04-30 16:57:08 +02:00
Martin Aeschlimann
c0250bfca3 remove markers on settings change. Fixes Microsoft/monaco-editor#840 2018-04-30 14:35:24 +02:00
Martin Aeschlimann
1fc63ab25c add color decorators. Fixes Microsoft/monaco-editor#132 2018-04-30 12:43:38 +02:00
Alexandru Dima
c77aec86d5
Merge pull request #6 from rcjsuen/disposable
Remove unused IDisposable array
2018-04-16 18:47:13 +02:00
Remy Suen
47d02d469a Remove unused IDisposable array
The IDisposables created by the registration of language providers
were originally stored in an array. However, that array is not
actually used anywhere in the code so it should be removed instead.

Signed-off-by: Remy Suen <remy.suen@gmail.com>
2018-04-13 18:39:01 -04:00
Alex Dima
008a5a9f98 2.1.0 2018-04-11 16:26:30 +02:00
Alex Dima
8006ce3fe9 Adopt new monaco-editor-core 2018-04-11 16:26:04 +02:00
Alexandru Dima
56d8482d10
Merge pull request #5 from rcjsuen/css-markdown
Fix conversion code from MarkedString to IMarkdownString in hovers
2018-04-09 11:14:14 +02:00
Remy Suen
b622773393 Fix hovers use of MarkedString to IMarkdownString
The conversion code for hovers ignored MarkedString's `language`
property which caused the content to be rendered incorrectly. The
code has been corrected to honour the property and now creates the
code block correctly.

Signed-off-by: Remy Suen <remy.suen@gmail.com>
2018-04-06 16:57:35 +09:00
Alex Dima
75cf77eb64 2.0.1 2018-03-13 16:21:16 +01:00
Alex Dima
db021c78d6 Bundle AMD using requirejs 2018-03-13 16:21:09 +01:00
Alex Dima
770b47221c Remove no longer necessary file 2018-03-12 17:00:29 +01:00
Alex Dima
380f6ab53f 2.0.0 2018-03-12 16:21:25 +01:00
Alex Dima
121c293b98 Use import() for lazy loading code 2018-03-12 16:21:07 +01:00
Alex Dima
9df44200c0 Adopt monaco-plugin-helpers 2018-03-12 16:15:10 +01:00
Alex Dima
64d2e8c8ef Ship ESM; Adopt latest deps 2018-03-09 14:19:20 +01:00
Martin Aeschlimann
524db65880 remove escapeText 2018-01-23 18:25:30 +01:00
rebornix
69ad62c985 1.3.3 2017-08-17 09:03:56 -07:00
rebornix
d039a0eff0 adopt monaco-editor-core and monaco-languages 2017-08-17 09:02:26 -07:00
Alex Dima
efbe127375 Fix cyclic dependencies 2017-07-03 14:23:32 +02:00
Martin Aeschlimann
301b0b29f6 1.3.2 2017-07-01 01:03:26 +08:00
Martin Aeschlimann
49b6457c6e update editor 2017-07-01 01:03:22 +08:00
Martin Aeschlimann
076db3dcc7 Adopt WorkspaceEdit.changes API changes 2017-06-26 16:53:54 +08:00
Martin Aeschlimann
9a25293cce When I switch the editor's language and values, the previous language error markers stick around Microsoft/monaco-editor#475 2017-06-26 16:53:18 +08:00
Martin Aeschlimann
a3fe14998f TypeError: Cannot read property 'getText' of null. Fixes Microsoft/monaco-editor#354 2017-06-26 15:16:03 +08:00
Martin Aeschlimann
1a124f5415 update dependencies 2017-06-23 15:45:17 +02:00
Martin Aeschlimann
f032b58597 Adopt SnippetString, publish 1.3.1 2017-01-27 16:06:02 +01:00
Alex Dima
6787816d8e 1.3.0 2017-01-18 15:38:27 +01:00
Alex Dima
bc8df3676c Adopt latest monaco-editor-core 2017-01-18 15:37:48 +01:00
Martin Aeschlimann
a0f4474c54 Markers appear for wrong language id. Fixes Microsoft/monaco-editor#111 2017-01-16 12:48:00 +01:00
Alex Dima
f144cfb0ba Add a test page, simplify development setup 2016-10-19 12:43:37 +02:00
Alex Dima
340b687f6a 1.2.1 2016-10-07 15:12:19 +02:00
Alex Dima
c72ade006f Use label for the web workers 2016-10-07 15:12:10 +02:00