Commit Graph

87 Commits

Author SHA1 Message Date
Alex Dima
5aea732093 Move editor options out of editorCommon 2017-04-18 16:30:09 +03:00
Alex Dima
2281f744ed Move model events out of editorCommon 2017-04-18 16:30:09 +03:00
Martin Aeschlimann
b9189cadc1 [theme] introduce IStandaloneThemeService 2017-03-21 12:17:05 +01:00
Martin Aeschlimann
99dafc3894 [theme] adopt ITheme in standalone editor 2017-03-21 12:17:05 +01:00
Alex Dima
a3dba6ed08 Adopt RuntimeKeybinding 2017-03-17 18:20:11 +01:00
Alex Dima
b71baf9764 Reduce usage of BinaryKeybindings 2017-03-09 11:33:09 +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
4100f3e949 Tweaks 2017-01-06 12:34:04 +01: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
Johannes Rieken
e58afe1ab6 Thenable<T> everywhere 2016-10-20 18:30:09 +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
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
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
51f2d539a6 Use MarkedString insetad of HTMLContentElement 2016-06-24 10:23: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
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
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
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
Alex Dima
561cd05099 Bring in monaco.d.ts into the /src/ folder such that editor API can be typechecked to be exported correctly 2016-05-31 16:31:35 +02:00