Commit Graph

133 Commits

Author SHA1 Message Date
isidor
73a4fa537e trees: automaticaly enable simple navigation for accessibility
fixes #67744
2019-03-14 17:50:50 +01:00
Joao Moreno
bd537a6c59 fixes #69488 2019-02-27 10:18:00 +01:00
Joao Moreno
25ee1d90bf fixes #68469 2019-02-26 16:27:09 +01:00
Joao Moreno
c4bb8788e9 add setting deprecation messages
related to #67387
2019-02-26 14:52:38 +01:00
Joao Moreno
85fef16036 fixes #69284 2019-02-26 14:44:25 +01:00
Joao Moreno
3e70d8c62d fixes #67387 2019-02-22 10:41:20 +01:00
isidor
e4a80dd449 explorer: use TreeResourceNavigator2
fixes #67554
2019-02-20 11:22:50 +01:00
Joao Moreno
b40585bffc add workbench.list.automaticKeyboardNavigation setting
fixes #68233
2019-02-20 10:43:52 +01:00
Joao Moreno
5e54b2574b fix bad tree options update
fixes VSCodeVim/Vim#3466
2019-02-20 10:16:33 +01:00
Joao Moreno
46a5d56b1a fix indent setting warning
related to #67576
2019-02-19 16:04:41 +01:00
Rob Lourens
c1aeb66ab1 Fix #68798 - F4 must put focus in the opened file 2019-02-18 19:10:05 -08:00
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