Rob Lourens
48ffb9a4e0
Fix #68469 - TreeResourceNavigator2 should open file on any keyboard selection change
2019-02-12 23:03:38 +00:00
Sandeep Somavarapu
1c1f93652f
Fix #68116 . Adopt in search, problems and debug land
2019-02-11 13:19:49 +01:00
Benjamin Pasero
ac826e1866
debt - clean up vs/platform a little bit
2019-02-08 09:09:27 +01:00
Rob Lourens
44e4a98091
Fix #68018 - the list.select command should open the element with preserveFocus=false
2019-02-07 18:15:37 -08:00
Johannes Rieken
57edc53192
Merge pull request #68080 from Microsoft/joh/o2
...
new trees for outline and breadcrumbs
2019-02-07 13:57:48 +01:00
Joao Moreno
36e8e30695
new tree should handle middle click
...
fixes #68063
2019-02-07 12:30:19 +01:00
Johannes Rieken
8dbf25e458
remove old highlighting tree
2019-02-05 17:47:58 +01:00
Joao Moreno
d1546d83f6
💄
2019-02-05 11:10:02 +01:00
Benjamin Pasero
3d9fbfeb78
Extensions view broken ( fixes #67843 )
2019-02-04 15:44:03 +01:00
Benjamin Pasero
c86667e5c0
debt - avoid constant settings lookup in lists
2019-02-04 10:40:14 +01:00
Joao Moreno
f125fdfa20
fixes #67726
2019-02-01 15:06:21 +01:00
Joao Moreno
1d2b3be2fe
move openOnSingleClick to tree
...
fixes #65252
2019-02-01 14:21:55 +01:00
Joao Moreno
d93d2c3440
fixes #67576
2019-01-31 21:17:17 +01:00
Joao Moreno
714824761b
add list keyboard navigation support context key
...
related to #66995
2019-01-31 15:40:33 +01:00
Joao Moreno
5f842e2092
fixes #66995
2019-01-31 15:20:18 +01:00
Joao Moreno
00d1ec8778
fixes #65252
2019-01-30 16:13:57 +01:00
Rob Lourens
8ee9d312a9
Fix #67114 - don't open search items when context menu is invoked
2019-01-28 00:03:51 +00:00
Joao Moreno
caa6bc95bf
setting should mention lists
2019-01-25 17:27:28 +01:00
Joao Moreno
0ed567b722
list horizontal scrolling, workbench setting
2019-01-25 16:41:59 +01:00
isidor
f8e86c035a
polish settings description
...
fixes #66900
2019-01-25 12:25:49 +01:00
Joao Moreno
fa6ac99972
introduce workbench.list.keyboardNavigation
2019-01-21 12:35:53 +01:00
isidor
6c570ec920
WorkbenchDataTree indent
2019-01-17 11:24:23 +01:00
isidor
24b75dad90
workbench.tree.indent
...
fixes #35447
2019-01-17 11:06:48 +01:00
Matt Bierner
acbcd7e16c
Strict null check listService
2019-01-16 11:38:10 -08:00
Joao Moreno
2b2cdae172
list: drag and drop almost working
2019-01-09 12:16:18 +01:00
Joao Moreno
669b8c9cd4
list: remove selectOnMouseDown
2019-01-08 15:58:49 +01:00
Matt Bierner
873fc8fc38
Enable tslint number-literal-format
2019-01-04 15:45:28 -08:00
Matt Bierner
087629786a
Mark private service properties declarated in ctors as readonly
2019-01-04 12:03:24 -08:00
Matt Bierner
6422adaffe
Remove redundant type annotations for generic emitter properties
...
Code like:
```
private readonly _onDidEncounterLanguage: Emitter<LanguageId> = new Emitter<LanguageId>();
```
Does not need to repeat the `Emitter<LanguageId>` type annotation
2018-12-19 17:10:39 -08:00
Joao Moreno
99a536d159
introduce WorkbenchDataTree
...
related to #65091
2018-12-17 15:48:19 +01:00
Joao Moreno
419d5bbaed
AsyncDataTree<TInput...
...
related to #65091
2018-12-17 15:42:32 +01:00
Joao Moreno
75d5bc4085
rename IDataSource
2018-12-17 09:58:42 +01:00
Joao Moreno
588184d934
move IDataSource
2018-12-17 09:53:13 +01:00
Johannes Rieken
653280d133
debt - Thenable -> Promise
2018-12-13 11:31:54 +01:00
Johannes Rieken
43e9ea4496
debt - replace most remaining TPromise-occurrences with Thenable 💃 , #53526
2018-12-12 17:00:26 +01:00
Joao Moreno
0488153254
fixes #64889
2018-12-12 16:55:51 +01:00
Joao Moreno
446a961b9e
keyboard navigation label provider
2018-12-12 15:39:35 +01:00
isidor
3f7889ce77
treeResourceNavigator: fire onSelection also for keyboard events
2018-12-12 12:56:38 +01:00
Joao Moreno
df93ca0165
use keybindingService.mightProducePrintableCharacter in workbench lists/trees
2018-12-11 11:12:30 +01:00
Joao Moreno
cabd0e4885
async data tree: preserve collapse state given identityProvider
2018-11-29 14:47:48 +01:00
Joao Moreno
d462d332a1
tree options: collapse by default
2018-11-28 16:51:07 +01:00
Joao Moreno
04bd1cb255
tree: 💄 move types around
2018-11-28 16:03:49 +01:00
Joao Moreno
e5a93f37b1
AsyncDataTree
2018-11-28 15:54:57 +01:00
Joao Moreno
1867a8757f
tree: fix renderers type
2018-11-28 11:50:42 +01:00
isidor
880c1fe178
treeResourceNavigator2
2018-11-28 11:00:18 +01:00
Joao Moreno
bb0242c7dc
WorkbenchDataTree
2018-11-28 09:45:33 +01:00
Joao Moreno
86c490a1e2
make tree events simpler by not exposing nodes
2018-11-21 16:15:28 +01:00
Joao Moreno
6b524707de
💄
2018-11-19 15:43:39 +01:00
Joao Moreno
718a093237
commands and widgets do not get along nicely
...
fixes #62458
2018-11-02 12:15:33 +01:00
Joao Moreno
59d754d204
markers tree: open to the side
2018-10-14 23:33:56 +02:00