Commit Graph

144 Commits

Author SHA1 Message Date
Benjamin Pasero
72807c5acc quick pick - add quick pick service to platform and register for standalone editor 2020-03-04 15:48:06 +01:00
Benjamin Pasero
944a23da03 quickpick - remove dependency to editor group service 2020-03-04 15:22:02 +01:00
Johannes Rieken
cddc990d7a Merge branch 'master' into rebornix/notebook 2020-03-03 12:10:05 +01:00
SteVen Batten
5de133e5e9 refs #81360 2020-03-02 11:29:39 -08:00
Johannes Rieken
ee7bb4f692 Merge branch 'master' into rebornix/notebook 2020-02-21 11:31:45 +01:00
Alex Dima
df4bd40d41 Adopt the UndoRedo service in the editor 2020-02-20 23:42:22 +01:00
Johannes Rieken
1541d57e3c Merge branch 'master' into rebornix/notebook 2020-02-19 10:21:07 +01:00
Benjamin Pasero
b6e4587e3a working copy - expose file IO operations for participation (#84672) 2020-02-18 10:12:43 +01:00
Joao Moreno
25b36c1c37 rename empty view contents to view welcome 2020-02-17 11:25:17 +01:00
Joao Moreno
461d7b8d9c wip: extract documentation ext point 2020-02-11 17:05:23 +01:00
rebornix
2790c0b06e Merge remote-tracking branch 'origin/master' into rebornix/notebook 2020-02-10 11:58:29 -08:00
SteVen Batten
542de19e0d Migrate Terminal Panel to ViewPane (#90252)
* migrate terminal to new view infra

* rename terminal file

* rename to view pane

* address PR comments

* remove import
2020-02-10 09:45:15 -08:00
Sandeep Somavarapu
62265b4ee2 Fix #90088 2020-02-10 17:27:59 +01:00
rebornix
c78a8696fc Merge remote-tracking branch 'origin/master' into rebornix/notebook 2020-02-07 10:22:51 -08:00
Jackson Kearl
cf88fb47a5 Pull Search Editor files into new contrib/ entry 2020-02-05 19:46:04 -08:00
Sandeep Somavarapu
6b54950359 Fix #89993 2020-02-04 23:33:01 +01:00
rebornix
1d71d49864 Merge remote-tracking branch 'origin/master' into rebornix/notebook 2020-02-03 14:33:18 -08:00
Eric Amodio
70e1e9b4f4 Adds timeline view & api providers (wip) — #84297 2020-01-27 15:28:33 -05:00
rebornix
dcc4ed568b Merge remote-tracking branch 'origin/master' into rebornix/notebook 2020-01-27 10:51:28 -08:00
SteVen Batten
6284594a45 Merge remote-tracking branch 'microsoft/master' into movableViews 2020-01-22 16:39:40 -08:00
Sandeep Somavarapu
e1f1744cb1 #86916 introduce global extension enablement service 2020-01-22 15:22:48 +01:00
SteVen Batten
3d2f259b1f move view descriptor service and enhance cache 2020-01-17 11:12:00 -08:00
Benjamin Pasero
bc0f81bd05 debt - cleanup file model a bit 2020-01-13 11:42:13 +01:00
rebornix
e485187ad2 Merge commit 'cd4472ed5fd79551d95acf7d9ed23ce20cb2233d' into rebornix/notebook 2020-01-09 15:57:41 -08:00
Johannes Rieken
ee9d42129d first cut of panel and changes tree 2019-12-18 12:08:06 +01:00
Sandeep Somavarapu
efbcd7f563 rename 2019-12-13 16:23:56 +01:00
Sandeep Somavarapu
fe24fd8269 rename 2019-12-13 16:23:56 +01:00
Sandeep Somavarapu
0014aa16bd #85884 rename 2019-12-13 00:09:19 +01:00
isidor
cd5784cc27 debug: callStack contribution is now an editor contribution 2019-12-11 16:23:42 +01:00
Peng Lyu
8d8580260f Merge remote-tracking branch 'upstream/master' into rebornix/notebook 2019-12-09 11:04:24 -08:00
Sandeep Somavarapu
ccf9aeadc8 Fix #85331 #86402 2019-12-09 12:31:05 +01:00
Matt Bierner
529351318e Removing test custom editors 2019-12-02 17:53:32 -08:00
Sandeep Somavarapu
4b0a066b83 - Get formatting options using text model
- Send only bindings to resolve
2019-12-02 11:15:42 +01:00
Sandeep Somavarapu
02bd95c906 refactor keybindings merge 2019-12-01 20:52:27 +01:00
Sandeep Somavarapu
1fbe309eb3 movw keybindings merge to workbench as service 2019-12-01 20:51:35 +01:00
Peng Lyu
d6d29a6ef4 layout editor with dimentions 2019-11-29 13:36:36 -08:00
Benjamin Pasero
4c5dd3bc93 debt - add more configuration related things from textfiles to files config service 2019-11-13 15:20:16 +01:00
Benjamin Pasero
21c09314a8 files - add auto save config service 2019-11-12 18:34:14 +01:00
Benjamin Pasero
e3114f4cbc introduce early version of working copy service
Adopt it for untitled and text file models. Use it for indicating dirty count in explorer and document edited on macOS.
2019-11-12 16:51:33 +01:00
Alex Ross
33e5678363 Change remote explorer to use drop-down UI. (#84482)
Part of https://github.com/microsoft/vscode-remote-release/issues/1778
2019-11-11 17:28:26 +01:00
Benjamin Pasero
9893f45eb2 Merge branch 'master' into ben/test-custom-editor 2019-11-07 09:45:27 +01:00
Matt Bierner
c8d64b13e5 Add code actions contributon point
For #82718
Fixes #52846

This adds a newly proposed codeActions contribution point. For details, see #82718

This change also makes the intellisense for the `editor.codeActionsOnSave` property dynamic by using the new contribution point
2019-11-06 10:13:59 -08:00
Benjamin Pasero
74d310b7f6 Merge branch 'master' into ben/test-custom-editor 2019-11-06 12:53:37 +01:00
Benjamin Pasero
87064db103 debt - untitled editor => untitled text editor 2019-11-06 12:44:59 +01:00
Benjamin Pasero
bc29be3025 custom editor - first cut playground 2019-11-06 11:53:14 +01:00
Rob Lourens
7460d86cc6 Add remotePathService to workbench.common.main 2019-10-18 09:09:14 -07:00
Benjamin Pasero
205b617cac web - implement text input actions too 2019-09-30 12:48:00 +02:00
Benjamin Pasero
f8cdbe7421 host - reduce methods that are required 2019-09-30 11:32:31 +02:00
Benjamin Pasero
a3801764e3 💄 move things around 2019-09-26 18:16:29 +02:00
Benjamin Pasero
bb8416a5d7 debt - separate browser and desktop workspace editing service 2019-09-26 16:23:19 +02:00