Commit Graph

76922 Commits

Author SHA1 Message Date
João Moreno d3f2e22c19 table: css 2021-02-17 10:30:58 +01:00
João Moreno fe02cd157d table: fix initial cell sizing 2021-02-17 10:24:49 +01:00
João Moreno bb999b90b4 table widget: fix overflow behavior 2021-02-17 10:17:59 +01:00
João Moreno f290c162de table: layout 2021-02-17 10:10:26 +01:00
João Moreno 3d0245d5e4 more table progress 2021-02-16 16:34:34 +01:00
João Moreno 3385cc7a5c 💄 2021-02-16 16:24:39 +01:00
João Moreno ee9da16746 table: intro 2021-02-16 15:53:35 +01:00
João Moreno 2313132d55 💄 2021-02-16 15:39:48 +01:00
João Moreno 38ae92f4b1 remove unused ui tests 2021-02-16 11:59:30 +01:00
Benjamin Pasero 77493b59a5 storage - test all storages closed when shutdown 2021-02-16 11:58:01 +01:00
Ladislau Szomoru 58a427566b Revert change 2021-02-16 11:57:14 +01:00
Ladislau Szomoru c967932ba3 Specify sourceScanPath 2021-02-16 11:53:56 +01:00
Benjamin Pasero 58e22bc522 window - type win as null if disposed 2021-02-16 11:27:43 +01:00
Ladislau Szomoru 3dab064342 Move component governance to compile stage 2021-02-16 11:25:51 +01:00
Benjamin Pasero 5e74ad5430 storage - fix unused storage variable in tests 2021-02-16 11:12:13 +01:00
Johannes Rieken 266e475931 before removing cell documents capture its API objects, after inserting cell documents capture its API objects, fixes https://github.com/microsoft/vscode/issues/116711 2021-02-16 11:09:29 +01:00
Benjamin Pasero 1bb2e0a9ba storage - use inMemory storage for tests 2021-02-16 10:47:36 +01:00
Benjamin Pasero a7470e5094 storage - let service own lifecycle in main and implement storage warming when window loads 2021-02-16 09:55:42 +01:00
Johannes Rieken f829a7dfd7 workaround for https://github.com/microsoft/vscode/issues/116751 2021-02-16 09:45:37 +01:00
Johannes Rieken ac916cbb2d don't assert rpc strictness yet 2021-02-16 09:32:37 +01:00
isidor 5662aecf24 actionBar: adopt respectOrienationForPreviousAndNextKey option in lists and notebook 2021-02-16 09:28:28 +01:00
Johannes Rieken 5539322998 &quote; is ", re #115391 2021-02-16 09:20:54 +01:00
isidor 72137a8223 fixes #116663 2021-02-16 09:10:55 +01:00
Benjamin Pasero f606206cc8 debt - consistently refer to main services 2021-02-16 08:33:34 +01:00
Benjamin Pasero 8dbc14946b debt - consistent event names in main 2021-02-16 08:27:47 +01:00
Benjamin Pasero 3bb3da8281 storage - move more things into abstract storage service 2021-02-16 08:05:38 +01:00
Benjamin Pasero 2b1ab52273 storage - remove unused onWillSaveState event (main) 2021-02-16 07:40:36 +01:00
isidor 3479bb3590 button checkbox and menu: do not automatically remove tabIndex from disabled items 2021-02-15 20:30:36 +01:00
isidor 5f5ceba51a actionBar: allow to focus disabled items 2021-02-15 20:30:36 +01:00
isidor 8263f1c66a actionBar: do not eat up the arrow key if there is only one item in the action bar 2021-02-15 20:30:36 +01:00
Benjamin Pasero 6c12d9f2c4 storage - add first cut lifecycle controlled from main side 2021-02-15 17:54:10 +01:00
Johannes Rieken e4e0919c0e refine precondition so that markdown cells always "execute" 2021-02-15 17:30:58 +01:00
Johannes Rieken d9c653c8b6 increase default timeout for event waiting, fixes https://github.com/microsoft/vscode/issues/116704 2021-02-15 17:17:10 +01:00
Johannes Rieken 2e53ffced9 add precondition to exec'ish cell commands 2021-02-15 17:17:10 +01:00
Benjamin Pasero 5901b6a4ea storage - move lifecycle into service 2021-02-15 17:07:47 +01:00
Johannes Rieken 5f48de03e6 use metadata classes for cell and notebook document implementation, https://github.com/microsoft/vscode/issues/116333 2021-02-15 16:54:40 +01:00
isidor f2a491fbc8 customSelectBox: do not buble key down and key up events to not conflict with action bar
fixes #116693
2021-02-15 16:53:59 +01:00
isidor 762dc9eeea action bar: In case an action got disabled and it was last focused in the action bar
We need to reset the tabIndex to be set on the first enabled item
2021-02-15 16:31:10 +01:00
isidor 8fe9b7c5ec Fix that keybindings editor input actions can not be triggered via keyboard
fixes #116688
2021-02-15 16:31:10 +01:00
Alex Ross 2ecfd14566 Setting for proc vs output port forwarding
Fixes microsoft/vscode-remote-release#4274
2021-02-15 16:11:34 +01:00
Johannes Rieken 3e2aebd790 Revert "use metadata classes inside NotebookCell and NotebookDocument"
This reverts commit 8848ddd9c0.
2021-02-15 16:06:48 +01:00
Johannes Rieken 18c04a5716 make vscode.NotebookCellRange a class 2021-02-15 16:06:48 +01:00
João Moreno ebc30d6c92 fixes #116700 2021-02-15 15:55:25 +01:00
João Moreno 7bf4a3d823 fixes #115212 2021-02-15 15:53:42 +01:00
João Moreno 2a9b2181ff improve list settings docs 2021-02-15 15:52:59 +01:00
João Moreno 96640b6b87 tree: remove bogus expandOnlyOnDoubleClick 2021-02-15 15:48:06 +01:00
João Moreno d56305b3f9 cleanup imports 2021-02-15 15:40:37 +01:00
Alex Ross 58b13a2fd1 Fix too many/wrong port notification
Fixes microsoft/vscode-remote-release#4472
2021-02-15 15:34:43 +01:00
Johannes Rieken 8848ddd9c0 use metadata classes inside NotebookCell and NotebookDocument 2021-02-15 15:29:33 +01:00
Johannes Rieken 62d027a713 more API todos 2021-02-15 15:29:33 +01:00