Commit Graph

228 Commits

Author SHA1 Message Date
Matt Bierner
17ed384683 Add @types to monaco dev deps 2017-02-08 12:32:58 -08:00
Alex Dima
91da427677 monaco-editor-core: 0.8.1 2017-01-27 15:36:20 +01:00
Alex Dima
3397234a85 Update monaco-editor-core 3rd party notices 2017-01-18 14:23:54 +01:00
Alex Dima
8850bd88dc bump monaco-editor-core version to 0.8.0 2017-01-18 13:27:13 +01:00
Alex Dima
39ede95d16 Add eslint to monaco editor dev deps 2017-01-18 11:02:34 +01:00
Alex Dima
a55d482f1f Align monaco editor dev deps 2017-01-18 10:44:35 +01:00
Matt Bierner
46e5dddeab Bump Monaco to TS 2.1.4 (#18413)
Fixes #18393
2017-01-12 12:14:07 -08:00
Joao Moreno
1c38df7823 fixes #18363 2017-01-11 11:55:58 +01:00
Alex Dima
f494ce4bf0 Extract BareFontInfo and FontInfo to a separate file 2017-01-09 18:21:05 +01:00
Alex Dima
8ba6bc5505 Add standalone editor API for theme customization 2017-01-09 11:18:12 +01:00
Alex Dima
38912c07c1 Reduce standalone editor API breakage 2017-01-09 10:07:25 +01:00
Alex Dima
51b5727501 Merge remote-tracking branch 'origin/master' into alex/tokenization 2017-01-06 17:06:26 +01:00
Alex Dima
4100f3e949 Tweaks 2017-01-06 12:34:04 +01:00
Matt Bierner
97ba3fddce Pick up ts 2.1.4 (#18061) 2017-01-05 12:30:42 -08:00
Alex Dima
8df18d091f Rename properties of LanguageIdentifier 2017-01-05 12:59:47 +01:00
Alex Dima
616957b5d7 Remove ModeTransition 2017-01-03 16:44:42 +02:00
Alex Dima
122a07b8fc New tokens format 2016-12-30 12:24:12 +02:00
Alex Dima
3232075311 Merge IState and IState2 2016-12-21 15:54:22 +02:00
Alex Dima
df6fcbe12a Fixes #16953: Don't depend on vs/nls in the worker 2016-12-09 09:42:18 +01:00
Alex Dima
aedfa1daf1 Replace IKeyboardEvent.asKeybinding() with toKeybinding() 2016-12-08 11:56:00 +01:00
Alex Dima
3be9dad671 Group language configuration types together 2016-11-01 13:18:19 +01:00
Alex Dima
73d151d7ce Adopt TypeScript's readonly in editor API 2016-10-23 09:24:25 +02:00
Alex Dima
b00c572927 Fix missing copyright header 2016-10-21 09:38:14 +02:00
Alex Dima
c275dc6eb8 Add npm modules needed for testing 2016-10-21 09:16:09 +02:00
Alex Dima
fcbe48844e Add monaco-editor-setup script 2016-10-21 09:16:06 +02:00
Johannes Rieken
e58afe1ab6 Thenable<T> everywhere 2016-10-20 18:30:09 +02:00
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