Commit Graph

62293 Commits

Author SHA1 Message Date
Matt Bierner 3ef02fe7b0 Use the UndoRedoService for CustomEditors (#92408)
* Use the UndoRedoService for CustomEditors

For #90110

Changes custom editors (the ones not based on text) to use the UndoRedoService. This involved:

- Moving edit lifecycle back into the main process again (this is actually the bulk of the changes)
- Removing the `undo`/`redo` methods on  `CustomEditorModel`
- Using the undoRedoService to trigger undo/redo
2020-03-12 11:34:40 -07:00
Andre Weinand 51639ad3d0 DAP: add "clipboard" context value for "evaluate" request 2020-03-12 19:13:03 +01:00
Sandeep Somavarapu a906625efb #85619 revert 2020-03-12 17:59:07 +01:00
Sandeep Somavarapu 1ae5bcf396 Fix #85619 2020-03-12 17:47:45 +01:00
Sandeep Somavarapu fe4accb996 #40233 Introduce resource identity service
- Service that provides an id for a given resource
- Use for workspace folder identifier
2020-03-12 17:37:14 +01:00
Eric Amodio 4749465724 Supports view progress in merged header & panel 2020-03-12 12:05:29 -04:00
Andre Weinand bee8e036bd experimental progress support for DAP 2020-03-12 17:00:30 +01:00
Isidor Nikolic 41e6a10505 Merge pull request #92375 from microsoft/debug-scopes-errors
debug: show errros from scopes request
2020-03-12 16:47:32 +01:00
Connor Peet 9610d997af fixup! more pr comments 2020-03-12 08:36:31 -07:00
isidor a049e8153d fixes #92333 2020-03-12 16:24:31 +01:00
Benjamin Pasero d46fa87e07 fix #91701 2020-03-12 16:10:50 +01:00
isidor a18a9bf605 move role application to workbench.ts
#92483
2020-03-12 16:07:55 +01:00
isidor b78f07f6d0 set role application on the window
#92483
2020-03-12 15:52:05 +01:00
Benjamin Pasero fd3e5b204b fix #92489 2020-03-12 15:03:19 +01:00
isidor d83252c8a9 fixes #92381 2020-03-12 12:54:41 +01:00
isidor 1c34370df2 Action bar: escape should not lose focus
fixes #91085
2020-03-12 12:32:36 +01:00
Sandeep Somavarapu 70c47762f2 refactor file service based configuration 2020-03-12 12:00:16 +01:00
Isidor Nikolic ed66bfe3d6 Merge pull request #92531 from Charles-Gagnon/chgagnon/alwaysAnnounceMessage
Alert input box messages anytime shown
2020-03-12 11:50:28 +01:00
isidor 034b7e63e2 Welcome views: add comment for translators to not translate the word "command"
#92534
2020-03-12 11:29:18 +01:00
Sandeep Somavarapu 630ad91cdb #92038 Remove unused code 2020-03-12 10:46:59 +01:00
isidor 7613e73433 debug: watch always offer copy value
#69768
2020-03-12 10:39:42 +01:00
Benjamin Pasero b5a2ab1e10 quick access - allow to search by command alias but not show it 2020-03-12 10:34:30 +01:00
Sandeep Somavarapu e6872f460f Merge pull request #92284 from microsoft/sandy081/workbench/toggleAwareCommandActions
Implement toggle aware icons and labels in command actions
2020-03-12 10:25:16 +01:00
Sandeep Somavarapu 90facd9e98 Merge branch 'master' into sandy081/workbench/toggleAwareCommandActions 2020-03-12 10:24:57 +01:00
Benjamin Pasero da3a711f35 quick access - commands with MRU history and keybindings 2020-03-12 10:14:18 +01:00
Jackson Kearl 438c3b6e42 Update copycat.yml 2020-03-12 01:43:08 -07:00
Jackson Kearl 3550aa8f9a Create copycat.yml 2020-03-12 01:38:52 -07:00
Benjamin Pasero b62045619a quick access - basic commands picker 2020-03-12 08:39:44 +01:00
Benjamin Pasero 545c16d40a commands - ensure alias and label are the same 2020-03-12 08:34:59 +01:00
Benjamin Pasero 9490b3d814 quick access - gotoLine => gotoLineQuickAccess 2020-03-12 08:34:05 +01:00
chgagnon 6d10ff5bcf Alert input box messages anytime shown 2020-03-11 16:34:14 -07:00
Eric Amodio 1df23554b2 Uses view-level progress 2020-03-11 17:08:59 -04:00
Sandeep Somavarapu 2f3fe9c9c3 fix accept local action 2020-03-11 20:26:39 +01:00
isidor 70997e1c5d fixes #92333 2020-03-11 19:07:50 +01:00
Isidor Nikolic a17259e1f7 Merge pull request #92221 from jeanp413/fix-91187
Show warning when filename start/end with whitespace in explorer inputbox
2020-03-11 18:47:19 +01:00
Sandeep Somavarapu 18ffc2c404 Introduce SyncResource
- Remove resourceKey and SyncSource and merge with SyncResource
2020-03-11 17:18:48 +01:00
Martin Aeschlimann 14724591f9 classify constant properties (for #92469) 2020-03-11 15:33:33 +01:00
Martin Aeschlimann 0da9f3f250 [json] Trying to set local JSON Schema file, generates empty files while typing the filename. Fixes #92300 2020-03-11 15:28:14 +01:00
isidor d2d9498c73 debugSession: more precise errors 2020-03-11 13:06:54 +01:00
Sandeep Somavarapu 3511b288ce minimise changes 2020-03-11 12:40:57 +01:00
Alex Dima 35dfc70df8 Fixes #90915: Try to correct browser rounding errors 2020-03-11 12:40:55 +01:00
Benjamin Pasero 305fbc1638 editors - untitled with associated resource do not emit dirty change properly 2020-03-11 12:36:44 +01:00
Sandeep Somavarapu 5a53b4db1e minimize changes 2020-03-11 12:36:23 +01:00
Sandeep Somavarapu 5bb4f2507a add tooltip
add toggled icon and tooltip
adopt above changes
2020-03-11 12:27:32 +01:00
Benjamin Pasero a6d692e483 quick access - editors picker to have an action to close editors and indicate dirty state 2020-03-11 12:20:58 +01:00
Benjamin Pasero 5788cf98ef quick access - switch to handler automatically from help when typing prefix to preserve todays behaviour 2020-03-11 12:14:45 +01:00
Benjamin Pasero dc17cef27c quick access - tweak aria labels 2020-03-11 12:14:09 +01:00
Benjamin Pasero 9428cdb9cb quick input - add an option buttonsAlwaysVisible to always show buttons for an item 2020-03-11 12:12:50 +01:00
jeanp413 5890f03a70 💄 2020-03-11 05:09:19 -05:00
Alex Dima 128f0c5950 Fixes #82631: Rename "Move Caret..." to "Move Selected Text..." 2020-03-11 09:46:44 +01:00