Commit Graph

50 Commits

Author SHA1 Message Date
Johannes Rieken
9791d58701 replace MarkedString with object-type IMarkdownString, #29076 2017-08-23 15:53:39 +02:00
Ron Buckton
066a2bb141 Update Promise definition (#30268)
* Update definition of Promise in winjs.base.d.ts.

* Update to new Promise declaration

* Fix remaining errors.
2017-08-18 00:02:57 -07:00
rsafronov
53a0e27cc2 Fixed comments from @jrieken 2017-07-20 19:59:11 -04:00
Alex Dima
875144b25b Move standaloneThemeService to vs/editor/standalone 2017-06-20 09:04:21 +02:00
Alex Dima
28b5300aaa Move most of the standalone editor specific code to vs/editor/standalone 2017-06-20 08:45:47 +02:00
Alex Dima
1171b53005 Move standalone editor specific code to vs/editor/standalone 2017-06-20 08:45:47 +02:00
Alex Dima
d7577d52e8 Move monarch code to vs/editor/common/standalone 2017-06-19 16:31:57 +02:00
Alex Dima
4e25d35572 Fixes #28886: Layer breaker in vs/platform/statusbar/common/statusbar.ts 2017-06-19 10:51:40 +02:00
Johannes Rieken
c5801bd87c update monaco.d.ts (copyright, whitespace) 2017-04-26 17:59:30 +02:00
Alex Dima
a29c3e1c71 Move cursor events out of editorCommon 2017-04-19 15:17:34 +03:00
Alex Dima
4807f83348 Move ISelection out of editorCommon 2017-04-18 18:16:26 +03:00
Alex Dima
f3be941164 Move IRange out of editorCommon 2017-04-18 17:33:22 +03:00
Alex Dima
8a3f8985fa Move IPosition out of editorCommon 2017-04-18 16:53:33 +03:00
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