Commit Graph

52 Commits

Author SHA1 Message Date
Alex Dima
527f8bb669 monaco-editor-core v0.7.3 2016-10-07 15:52:14 +02:00
Alex Dima
7905486b42 0.7.2 for monaco-editor-core 2016-10-07 15:51:15 +02:00
Alex Dima
72ef20b5b3 Improve monaco-editor-core bundling 2016-09-18 23:05:42 +03:00
Alex Dima
fa48339ae2 monaco-editor-core no longer ships any built-in languages 2016-09-18 11:50:11 +03:00
Alex Dima
09b4121dfe Do not include the registration of razor in monaco-editor-core 2016-09-18 11:37:14 +03:00
Alex Dima
6050a36ee8 Do not include the registration of handlebars in monaco-editor-core 2016-09-18 11:37:13 +03:00
Alex Dima
2b3478cb60 Do not include the registration of html in monaco-editor-core 2016-09-16 23:04:03 +02:00
Alex Dima
4eacf55c42 bump monaco-editor-core version due to breaking change in monaco.d.ts 2016-09-16 19:50:17 +02:00
Alex Dima
262c0afaac Towards inlining KeyMod 2016-09-12 22:51:02 +02:00
Alex Dima
a72dc40355 mark KeyCode enum as const 2016-09-12 22:50:58 +02:00
Alex Dima
2d8f5fff16 Extract MonacoWebWorker from standaloneEditor 2016-09-07 17:48:51 +02:00
Alex Dima
1733278318 monaco-editor-core@0.6.1 2016-09-06 21:19:27 +02:00
Alex Dima
508585691b Don't ship the changelog with monaco-editor-core 2016-09-06 21:19:25 +02:00
Alex Dima
d2dcbdaade 0.6.0 for monaco-editor-core 2016-09-05 15:39:35 +02:00
Alex Dima
8d43ec51ac Clean up contextkey type names 2016-08-12 17:09:49 +02:00
Alex Dima
a3ee47a555 Split IKeybindingService to different files 2016-08-12 16:38:47 +02:00
Joao Moreno
1ef9a66db0 Revert "revert changes to gulp files"
This reverts commit 23afe96996.
2016-07-12 17:12:38 +02:00
Joao Moreno
23afe96996 revert changes to gulp files
Revert "oops"

This reverts commit 2be0f1d8cd.

Revert "cleanup top level gulpfile"

This reverts commit 849311713d.

Revert "use strict"

This reverts commit b6b7e82041.

Revert "forgot top level"

This reverts commit 1552828709.

Revert "remove VSCODE_BUILD_QUIET"

This reverts commit 8df5e70d12.
2016-07-12 11:47:48 +02:00
Joao Moreno
8df5e70d12 remove VSCODE_BUILD_QUIET 2016-07-12 10:47:19 +02:00
Alex Dima
b4107923a5 Fixes #8800: Move ScrollbarVisibility to /common/ 2016-07-08 09:31:28 +03:00
Johannes Rieken
1920059e45 rename index file 'keybindingService' to 'keybinding' such that it is aligned with the rest 2016-07-06 16:43:01 +02:00
Martin Aeschlimann
793ede49d5 Monaco version to 0.5.3 2016-06-26 13:03:35 +02:00
Alex Dima
d49899a916 Fixes microsoft/monaco-editor#26: window.scrollX is not supported in IE 2016-06-24 22:45:55 +02:00
Alex Dima
08f87581b6 Fix issue where IMenuService is not instantiated in standalone editor 2016-06-24 20:04:22 +02:00
Alex Dima
553eae98a7 Remove deprecated methods 2016-06-24 15:05:58 +02:00
Alex Dima
f58ec3ae00 monaco-editor-core v0.5.0 2016-06-24 12:37:07 +02:00
Alex Dima
9184a301c0 marked now needs to be shipped in monaco-editor-core due to 51f2d539a6 2016-06-24 12:30:53 +02:00
Alex Dima
7fd20ffa75 update monaco-editor-core changelog 2016-06-24 12:19:51 +02:00
Alex Dima
50fabe9c15 Bring back MonacoEnvironment (rename GlobalEnvironment back to MonacoEnvironment) 2016-06-24 12:15:25 +02:00
Dirk Baeumer
4e2e9302d3 Fixing monaco.d.ts generation 2016-06-24 11:15:39 +02:00
Martin Aeschlimann
51f2d539a6 Use MarkedString insetad of HTMLContentElement 2016-06-24 10:23:50 +02:00
Alex Dima
b6943a1cfd Fixes microsoft/monaco-editor#5 2016-06-23 12:23:19 +02:00
Alex Dima
eefcdc9dd7 Handle better the case when web workers are not available / misconfigured 2016-06-23 11:32:50 +02:00
Martin Aeschlimann
ddc2726071 [standalone] add markers to code action provider API 2016-06-22 09:35:26 +02:00
Alex Dima
1ebfb1b687 Add createDiffNavigator API 2016-06-16 16:36:16 +02:00
Alex Dima
a403b5269c standalone editor version bump 2016-06-16 14:58:01 +02:00
Alex Dima
de787e7356 bump version 2016-06-16 12:09:01 +02:00
Alex Dima
0848fd850a Add createData option for web workers, clean up monaco.worker API 2016-06-16 12:08:43 +02:00
Alex Dima
eca3662d6b Improve monaco.d.ts documentation 2016-06-11 13:54:13 +02:00
Alex Dima
8fd51f85b9 Generate monaco.d.ts continuously and check it in build 2016-06-10 18:40:32 +02:00
Alex Dima
bac26893f2 Improve monaco-editor-core package.json 2016-06-09 11:29:01 +02:00
Alex Dima
07607511db Ship README.md with monaco-editor-core 2016-06-09 11:20:03 +02:00
Alex Dima
8ad5ab52b7 Wrap 3rd party code to make it clear in minified files 2016-06-09 10:50:19 +02:00
Alex Dima
235bdabe36 Move SelectionDirection to selection.ts 2016-06-08 22:03:32 +02:00
Alex Dima
634ebbb123 monaco-editor: add monaco.languages.setMonarchTokensProvider 2016-06-06 16:44:44 +02:00
Alex Dima
c60d46a2fb Rename richEditSupport to languageConfigurationRegistry 2016-06-03 15:04:30 +02:00
Alex Dima
84e204b238 Tweak standalone api 2016-06-02 15:52:55 +02:00
Alex Dima
74c67338f4 bump version in monaco-editor-core 2016-06-01 13:00:03 +02:00
Alex Dima
5621fcab1d Reduce standalone editor API surface 2016-06-01 13:00:01 +02:00
Alex Dima
b5461b22dd Document and rearrange things in monaco.d.ts 2016-06-01 13:00:00 +02:00