Commit Graph

38 Commits

Author SHA1 Message Date
Benjamin Pasero
db3acf9e92 grid - add and use editorGroupToViewColumn 2018-05-22 11:07:08 +02:00
Benjamin Pasero
2bfb2763fd grid - 💄 for viewcolumn conversion 2018-05-22 08:53:28 +02:00
Benjamin Pasero
249da81b04 grid - move EditorPosition to exthost 2018-05-20 14:09:00 +02:00
Benjamin Pasero
41d65ec213 grid - more rename of nexteditor => editor 2018-05-20 13:35:34 +02:00
Benjamin Pasero
743cf48bf6 grid - rename nexteditor => editor for imports 2018-05-20 13:25:17 +02:00
Benjamin Pasero
dd5afa5bcc grid - maintain ViewColumn API compatibility 2018-05-20 12:04:53 +02:00
Benjamin Pasero
d2baa66bd9 grid - let IEditor.group be INextEditorGroup 2018-05-18 08:55:57 +02:00
Benjamin Pasero
c460ac4787 grid - make platform editor service specific for code editors 2018-05-16 12:08:29 +02:00
Benjamin Pasero
01bf9616e4 grid - towards GroupIdentifier over Position in IEditor 2018-05-13 08:21:30 +02:00
Alex Dima
292732cd19 Clarify editor focus related methods 2018-05-04 15:22:56 +02:00
Johannes Rieken
b74aa4461c use Text blur/focus events, #49125 2018-05-04 15:16:09 +02:00
Johannes Rieken
727774d6bc debt - make bulkEdit a service so that we can add create/delete/rename file to it 2018-04-30 12:30:24 +02:00
isidor
f470ce19e7 textModel: add isForSimpleWidget property so these model are not synchronized 2018-03-20 16:25:10 +01:00
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