Commit Graph

110 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
Matt Bierner
5da27baff3 Build VSCode using TS 2.4 (#30473)
* Build VSCode using TS 2.4.1

Fixes #28643

a

* Reformat a few files for 2.4

* Fix compile errors in jsoneditingservice
2017-07-12 11:28:47 -07:00
Alex Dima
630109944f monaco-editor-core - 0.9.0 2017-06-30 18:06:28 +02: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
Joao Moreno
74fab50d5d consolidate build package.json 2017-05-16 08:56:21 +02:00
Matt Bierner
8120c7f1b8 Use TypeScrit 2.3.2 for building VSCode (#25753) 2017-05-02 14:14:18 -07:00
Johannes Rieken
c5801bd87c update monaco.d.ts (copyright, whitespace) 2017-04-26 17:59:30 +02:00
Johannes Rieken
f737b01757 update monaco.d.ts generation, recompile build-folder 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
Johannes Rieken
f9ee4da5dd Revert "Revert "Use TS 2.2 to build VSCode (#24734)""
This reverts commit 48722f6791.
2017-04-14 14:34:47 +02:00
Johannes Rieken
48722f6791 Revert "Use TS 2.2 to build VSCode (#24734)"
This reverts commit f36539258a.
2017-04-14 13:11:18 +02:00
Matt Bierner
f36539258a Use TS 2.2 to build VSCode (#24734) 2017-04-13 19:51:53 -07:00
Magnus Hiie
95f0c15bf5 Expose insert..Braces rule in VS Code settings (#21649)
* Expose insert..Braces rule in VS Code settings

Fixes #18043

* Add requirement blurb for insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces

* Revert tsfmt change
2017-04-13 16:35:40 -07: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
Joao Moreno
a85a6a22de 👷 update build files 2017-03-21 11:28:10 +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
Benjamin Pasero
61efd8fb23 build build/lib folder with latest 2017-03-06 16:32:23 +01:00
Alex Dima
1645d0d150 Fixes #21892: Do not read .d.ts files from disk when generating monaco.d.ts 2017-03-06 12:14:41 +01:00
Alex Dima
68d37dac12 monaco-editor-core: 0.8.2 2017-03-01 13:52:52 +01:00
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