Commit Graph

57329 Commits

Author SHA1 Message Date
Alexandru Dima ca81ca47db More changes for #81574 2019-11-15 18:02:35 +01:00
Benjamin Pasero 44e755ba4b custom editors - support simple save() 2019-11-15 17:34:28 +01:00
Alex Dima da112cdb5a changes for #81574 2019-11-15 17:27:23 +01:00
Alexandru Dima f0ec8373f3 Recompute whitespace entirely in case of larger changes (#84726) 2019-11-15 17:15:43 +01:00
Alexandru Dima c003207959 Remove _whitespaceId2Index 2019-11-15 17:15:43 +01:00
Alexandru Dima 9c0ac421fc Avoid allocating for getWhitespaces() call 2019-11-15 17:15:42 +01:00
Alexandru Dima 4e8f42499d More type reuse 2019-11-15 17:15:42 +01:00
Alexandru Dima 2a49e82150 Switch to objects in LinesLayout 2019-11-15 17:15:41 +01:00
Alexandru Dima 3e092938e8 Move the change accessor down to LinesLayout 2019-11-15 17:15:40 +01:00
Benjamin Pasero 71c0930d34 revert - operate on groups and pin editor on revert 2019-11-15 17:06:15 +01:00
Benjamin Pasero b066bb2c50 custom editors - wire in "Revert" 2019-11-15 16:44:32 +01:00
isidor 1624087eea fixes #83387 2019-11-15 16:05:10 +01:00
Johannes Rieken c1b6edad13 experiment with showing a highlight when going to a definition, #84553 2019-11-15 15:57:13 +01:00
Benjamin Pasero c96aaab661 workspace - do not allow workspace files without .code-workspace suffix (#84818) 2019-11-15 15:54:07 +01:00
isidor 40d5fd27f6 fixes #84810 2019-11-15 15:41:12 +01:00
Benjamin Pasero acb8bd592d custom editor - wire save/revert into custom editor input 2019-11-15 15:40:58 +01:00
Benjamin Pasero 72c2f506de working copy - introduce first save/revert semantics (#84672) 2019-11-15 15:36:55 +01:00
Johannes Rieken 261ef3e7e6 Merge pull request #84812 from microsoft/joh/opener
OpenerService supporting URI and URL
2019-11-15 15:31:38 +01:00
Sandeep Somavarapu 3be1521df2 Fix #82677 2019-11-15 15:19:04 +01:00
Sandeep Somavarapu c96c45dffe :lipstick 2019-11-15 12:37:59 +01:00
Sandeep Somavarapu 731ebce145 Fix #83135 2019-11-15 12:13:07 +01:00
Sandeep Somavarapu f9a52f260a remove the marketplace azure search cache as it is enabled by default 2019-11-15 12:13:07 +01:00
Benjamin Pasero d189af8dd7 Diff editor closes when closing left hand side editor in other tab (fixes #51039) 2019-11-15 11:57:43 +01:00
isidor 0c2f93d927 Some strict property init #81574 2019-11-15 11:37:37 +01:00
Benjamin Pasero 156b4c92df editors - cleanup dirty handling on close 2019-11-15 11:34:40 +01:00
isidor 7ab5bca205 CallStack: keep showing the session if we were in a multi session view
fixes #84601
2019-11-15 11:14:33 +01:00
Benjamin Pasero c54ed5925d editors - :polish: methods 2019-11-15 11:13:39 +01:00
Sandeep Somavarapu 61c3f82c65 Fix #83227 2019-11-15 11:13:23 +01:00
Alexandru Dima 742bb9e51f Move ViewZoneChangeAccessor to ViewZones 2019-11-15 11:09:09 +01:00
Benjamin Pasero 0b33f025db editors - more explicit editor view model for diff editors 2019-11-15 11:05:39 +01:00
Martin Aeschlimann 9b61e277c2 Support for --force-renderer-accessibility Electron argument, needed for Linux accessibility. For #84833 2019-11-15 11:03:30 +01:00
Martin Aeschlimann efe0e246b7 enable strictFunctionTypes in VS Code codebase #81574 2019-11-15 10:58:55 +01:00
Alexandru Dima 6b41d230d0 💄 2019-11-15 10:57:11 +01:00
Johannes Rieken e80c62bdcb allow $openUri to accept URI and string 2019-11-15 10:53:04 +01:00
Alexandru Dima 6ff2985fba Merge WhitespaceComputer into LinesLayout 2019-11-15 10:50:05 +01:00
Alexandru Dima db07506b85 Move tests to use LinesLayout 2019-11-15 10:34:47 +01:00
Johannes Rieken e51ef85bcb Revert "allow $openUri to accept a URI and string, adopt consumer but keep the API as is"
This reverts commit 544b0abf5b.
2019-11-15 10:29:29 +01:00
Johannes Rieken 544b0abf5b allow $openUri to accept a URI and string, adopt consumer but keep the API as is 2019-11-15 10:28:03 +01:00
Martin Aeschlimann 7a4a4deffc New window uses old theme. Fixes #84539 2019-11-15 10:14:39 +01:00
Johannes Rieken f651ccac7e extract openers 2019-11-15 10:13:48 +01:00
Alex Ross 655df8fe0d Make sure tha allViews are ready in remote explorer
Part of https://github.com/microsoft/vscode-remote-release/issues/1847
2019-11-15 10:05:47 +01:00
Benjamin Pasero ee3a3406c6 lcd - put tabs on their own layer to enable proper rendering 2019-11-15 09:38:48 +01:00
Johannes Rieken 0083c78aa4 Revert "add URI.from(url)-overload"
This reverts commit e24fefe0a8.
2019-11-15 09:28:21 +01:00
Johannes Rieken e97c0c2070 fix #84787 2019-11-15 09:20:33 +01:00
Johannes Rieken 03ef538d3d code lens must not be empty... #84726 2019-11-15 09:09:21 +01:00
Johannes Rieken bfe5a68423 use shared CSS-style element instead of repeated inline styles, only access dom when having contents, #84726 2019-11-15 08:39:01 +01:00
Matt Bierner bf7d03bf88 Fix one reference to new PanelDescriptor that should have been converted to create 2019-11-14 17:52:02 -08:00
Matt Bierner 87387677d3 Fix strict function types for registerEditorInputFactory
#81574
2019-11-14 17:37:24 -08:00
Matt Bierner d420e20fcd Fix implicit casts in tests
For #81574
2019-11-14 17:35:14 -08:00
Matt Bierner 23947ea1ff Add strict function type task
For #81574

Replaces the strict property task since this is no longer needed
2019-11-14 17:27:18 -08:00