Commit Graph

122 Commits

Author SHA1 Message Date
Alex Dima
54e7055c12 Rename IModel to ITextModel 2018-01-04 16:44:40 +02:00
Alex Dima
0721df783d Extract model types out of editorCommon.ts 2018-01-04 16:27:58 +02:00
Alex Dima
7b0a1cd3b2 Eliminate extraneuous model interfaces 2018-01-04 12:08:25 +02:00
Joao Moreno
5e5ebf5c1f Merge branch 'master' into yarn 2017-11-14 18:46:07 +01:00
Alex Dima
73dea41439 Remove old/unused scripts 2017-11-14 17:38:30 +01:00
Joao Moreno
b088da1783 build/monaco/yarn.lock 2017-11-14 10:29:56 +01:00
Alex Dima
82b13bc9e3 Remove ICommonCodeEditor (#37834) 2017-11-10 20:47:29 +01:00
Matt Bierner
be88547c66 Prototyping new CodeAction API (#36316)
* Add CodeAction Type

Adds skeleton on a new CodeActionType and allows codeActionProvider to return either `Command`s or `CodeAction`s

Move proposed CodeAction API to proposed and try using it in TS

Split CodeAction into quickfix and refactoring classes

Update proposed interface

Update for new API

Adding basic docs

* Support workspace edits and text edits in codeactions

* Remove placeholders

* Resolving conflicts and making PR suggested changes

* Fix quick fix test

* Revert change to only use `CodeAction` instead of `CodeAction | Command` in modes since this will break `vscode.executeCodeActionProvider`
2017-11-08 16:07:34 -08:00
Matt Bierner
f048c5ea63 Adopt ts 2.6.1 for building vscode. Fixes #37719 2017-11-06 09:28:27 -08:00
Johannes Rieken
bcfc11acc0 uri - export UriComponents 2017-10-18 15:14:56 +02:00
Matt Bierner
0bd33bbd96 Use strict versions for @types. Fixes #35561 2017-10-09 11:21:00 -07:00
Matt Bierner
69afce7650 Build using TS 2.5 (#33705)
* Build using TS 2.5

Fixes #33704

* Remove explicit return type
2017-09-01 13:52:42 -07:00
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