SteVen Batten
7040f416f7
add back order to custom view container
...
fixes #90232
2020-02-07 09:28:41 -08:00
Sandeep Somavarapu
344f1a1083
#81574 Fix strict function type errors
2020-02-06 11:23:37 +01:00
Sandeep Somavarapu
1c589bd7e1
Merge branch 'master' into customViewUpdate
2020-01-27 12:07:01 +01:00
Sandeep Somavarapu
2c35d9c048
💄
2020-01-24 21:57:03 +01:00
SteVen Batten
268f0a22a3
add eventing to VDS to enable custom views
2020-01-24 09:37:52 -08:00
SteVen Batten
1c4e2291f8
custom views are tricky
2020-01-24 08:29:04 -08:00
Sandeep Somavarapu
34d739f40c
💄
2020-01-23 13:59:04 +01:00
SteVen Batten
7f42ea140d
first round feedback
2020-01-22 17:52:17 -08:00
SteVen Batten
ed92290a4f
wip: broken state
2020-01-16 21:18:02 -08:00
Sandeep Somavarapu
9918d87cb6
Fix #88402
2020-01-13 13:01:11 +01:00
Sandeep Somavarapu
2def84c1e2
#87246 Abstract viewlet and panel registry
2019-12-20 16:12:25 +01:00
Sandeep Somavarapu
dbc7fa3c3e
#87246 Introduce name in view container
2019-12-18 21:42:56 +01:00
Sandeep Somavarapu
833250951b
#87246 use container descriptor to register view container
2019-12-18 12:51:02 +01:00
Sandeep Somavarapu
67a6aac599
#87243 Support hiding view container title when merged
2019-12-18 12:13:05 +01:00
SteVen Batten
8eb835c463
Support ViewPaneContainer in Panel ( #87191 )
...
supporting viewpanecontainer in panels with PaneCompositePanel and ViewContainerLocation
2019-12-17 08:59:50 -08:00
SteVen Batten
cabcace4b5
Viewlet Refactor ( #85566 )
...
* wip 2
* use viewlet stubs
* fix layering issue
* fix saveState and contextmenus
* move context menu logic into panecomposite
* revert tasks.json
* tasks again
* add showHeaderInTitleWhenSingleView values
* patch tests
* some cleanup
* more cleanup
* start view
* merging conflicts
* fix title and dnd
* adding missing api surface to pane composite
* additional merge resolution
2019-12-09 15:30:46 -08:00
SteVen Batten
8eaf2a3742
rename splitview panels to panes ( #85166 )
...
* rename splitview panels to panes
* rename files
* customViewPane
2019-11-20 10:59:22 -08:00
Sandeep Somavarapu
0282585dd7
Fix #83171
2019-11-18 15:04:08 +01:00
Matt Bierner
5370653cf8
Use create functions for more descriptors
...
For #81574
This applies the fix from #84878 to a number of other descriptor classes in our codebase
2019-11-14 17:10:53 -08:00
Matt Bierner
36a8322ae8
Convert SyncActionDescriptor to use a create function ( #84878 )
...
For #81574
See #84669 for details of the problem around strict function types. This change converts `SyncActionDescriptor` to use a static `create` function. This allows us to make the `create` function generic so that it can take the correct types for strictFunctionTypes
2019-11-14 16:49:25 -08:00
Benjamin Pasero
5ff0b530ba
web - cleanup vendor specific CSS rules
2019-10-25 12:45:37 +02:00
Rob Lourens
af76be4405
Rename remoteAuthority to remoteName for views contribution point
2019-09-26 11:17:36 -07:00
Rob Lourens
0719e0ae42
Support initially collapsing remote explorer panes not related to the current remote type
...
Fix microsoft/vscode-remote-release#1426
2019-09-23 14:43:15 -07:00
Matt Bierner
70dc55955d
Marking arrays readonly in ExtensionPointUserDelta
2019-08-16 15:12:27 -07:00
Alex Dima
623855b7c4
Introduce and adopt asCSSUrl
2019-08-16 17:37:40 +02:00
Peng Lyu
454d16efd7
remote explorer and contribution under proposed api
2019-08-15 14:34:10 -07:00
Peng Lyu
e0dd508b0e
Register Remote Explorer when there are contributions.
2019-08-14 17:19:17 -07:00
Alex Ross
a70ca602bc
Adopt new tree in custom views ( #76407 )
...
Auto expand initial state of tree nodes is not yet implemented.
Part of #63566
2019-07-08 18:07:16 +02:00
Johannes Rieken
7980cd2697
replace mutation observer with dom#asDomUri, #75061
2019-07-04 10:20:03 +02:00
Miguel Solorio
1151e8a417
Update activity bar size to 48px
2019-06-17 11:43:03 -07:00
Benjamin Pasero
7bc29bf67c
debt - fix command alias ( #75242 )
2019-06-11 10:02:50 +02:00
Alex Ross
8f16a02e66
Move remote agent environment out of node ( #70568 )
2019-03-15 17:00:57 +01:00
Sandeep Somavarapu
159e3408c1
Use platform registry from views registry
2019-03-11 22:36:33 +01:00
Sandeep Somavarapu
ecd66fdf7e
take hideIfEmpty parameter while registering of view containers
2019-03-11 16:13:41 +01:00
Benjamin Pasero
eb12756d0c
debt - part service => layout service
2019-03-07 10:16:10 +01:00
Benjamin Pasero
ec10e5b273
debt - partService is really in browser
2019-03-07 09:50:50 +01:00
Sandeep Somavarapu
cd816afcc9
Take static arguments for the view descriptor ctor
2019-03-06 12:33:18 +01:00
Alex Dima
d73fdb0593
Remove support for non-dynamic extension points entirely ( #68603 )
2019-02-21 13:19:42 +01:00
Benjamin Pasero
ff2581dda7
debt - group some services that belong together
2019-02-07 12:42:32 +01:00
Benjamin Pasero
35523f6c51
debt - workbench/parts => workbench/contrib (update imports and scripts)
2019-02-07 11:48:58 +01:00
Matt Bierner
b6087b2021
Fixing more strict null errros in extHost and related files
2019-02-05 15:59:38 -08:00
SteVen Batten
7ca3f253db
fixes custom viewlet icons in activity bar with grid layout
...
update monaco-workbench > CSS
2019-01-30 11:07:29 -08:00
Sandeep Somavarapu
0ea58800dc
Revert "Exand custom views by default"
...
This reverts commit f82c0f12aa .
2019-01-24 14:57:00 +01:00
Sandeep Somavarapu
f82c0f12aa
Exand custom views by default
2019-01-24 12:41:27 +01:00
Sandeep Somavarapu
f139602e4e
Fix #66653
2019-01-18 18:09:44 +01:00
Sandeep Somavarapu
35742d5e40
#66653 Remove container from view descriptor
2019-01-18 18:09:44 +01:00
Sandeep Somavarapu
82de4c8b4f
#66653 merge view and view container extension point into one file
2019-01-18 18:09:44 +01:00
Sandeep Somavarapu
2540182ac9
Fix #66598
2019-01-17 10:26:55 +01:00
Alex Dima
9cf36cdf8f
Rename CanonicalExtensionIdentifier to ExtensionIdentifier
2019-01-07 12:00:54 +01:00
Matt Bierner
087629786a
Mark private service properties declarated in ctors as readonly
2019-01-04 12:03:24 -08:00