Matt Bierner
|
81767beaca
|
Make Event a named export
There are many places in the code that do `import Event, { ...} from '.../event'`.
|
2018-03-14 14:25:30 -07:00 |
|
Alex Dima
|
20ed3d9632
|
Fixes #44424: Add proposed API - TextEditor.visibleRanges
|
2018-02-26 21:28:09 +01:00 |
|
Alex Dima
|
6aadb1ad40
|
Send text editor properties updates in a single event
|
2018-02-26 16:51:57 +01:00 |
|
Matt Bierner
|
e1f33fbb07
|
Rename ext host / main thread editor to textEditor
Rename to make it more clear that these APIs are for `vscode.TextEditor`
|
2018-02-15 15:32:16 -08:00 |
|
Matt Bierner
|
ae15d09cbc
|
Mark injected service properties as readonly
|
2018-02-15 10:38:37 -08:00 |
|
Alex Dima
|
5b1d34e435
|
Use URI for IDocumentsAndEditorsDelta.removedDocuments
|
2018-02-08 16:18:47 +01:00 |
|
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 |
|
Johannes Rieken
|
ad85d6bb86
|
ExtHostDocumentsAndEditorsShape, #40169
|
2017-12-14 10:53:11 +01:00 |
|
Alex Dima
|
367dd10413
|
Rename RPCProtocol.get to RPCProtocol.getProxy (#36972)
|
2017-12-13 16:04:14 +01:00 |
|
Johannes Rieken
|
56992696b1
|
debt - remove unused telemetry
|
2017-11-23 18:09:01 +01:00 |
|
Johannes Rieken
|
d7b5caa12c
|
fix #38818
|
2017-11-21 12:09:00 +01:00 |
|
Alex Dima
|
e499dc62b5
|
Reduce usages of ICommonCodeEditor (#37834)
|
2017-11-10 10:08:39 +01:00 |
|
Alex Dima
|
aa14fc5914
|
Bring ICodeEditorService to /browser/ (#37834)
|
2017-11-09 12:29:14 +01:00 |
|
Erich Gamma
|
b94569fe0d
|
tslint5 adoption - fix semicolon rule
|
2017-11-07 12:08:22 +01:00 |
|
Johannes Rieken
|
aaffe68887
|
make model-add-case fast, #35996
|
2017-10-30 09:08:33 +01:00 |
|
Johannes Rieken
|
569da9e0b4
|
don't use array, sorting, and array#delta but map and set, #35996
|
2017-10-27 17:16:18 +02:00 |
|
Alex Dima
|
02ee356269
|
Have workspace.applyEdit correctly account for model version changes and reply with false if a model was loaded and changed in the meantime
|
2017-09-18 16:56:03 +02:00 |
|
Johannes Rieken
|
7128eb085c
|
style - use single-quoted imports
|
2017-08-21 16:45:32 +02:00 |
|
Benjamin Pasero
|
a87dd9c7ad
|
fix imports to single quote
|
2017-08-21 11:27:57 +02:00 |
|
Alex Dima
|
b824c8e4d9
|
Fixes #32755: Register listeners to already instantiated editors in MainThreadDocumentsAndEditors
|
2017-08-18 16:09:07 +02:00 |
|
Alex Dima
|
4339a247ab
|
Initialize extension host customers only after a connection has been established with the extension host; retire IThreadService
|
2017-08-16 18:09:34 +02:00 |
|
Alex Dima
|
c956a19fab
|
Have MainThreadDocumentsAndEditors follow the lifecycle of the extension host
|
2017-08-16 11:28:26 +02:00 |
|
Johannes Rieken
|
6fdfe2f055
|
fix ts 2.4.1 compile errors in workbench/api
|
2017-06-15 11:59:41 +02:00 |
|
Johannes Rieken
|
b548d2128d
|
split things up into api/node and api/electron-browser
|
2017-05-12 11:24:22 +02:00 |
|