Commit Graph
27456 Commits
Author SHA1 Message Date
Joao Moreno 28e2130870 tree with iterators 2018-06-22 22:52:50 +02:00
Joao Moreno a25a9b8083 iterator filter 2018-06-22 22:52:35 +02:00
Joao Moreno 94343c80ef use iterators in tree model 2018-06-22 21:22:47 +02:00
Joao Moreno 66d7ae89d8 move trie out, flesh out setCollapsed 2018-06-22 16:31:50 +02:00
Joao Moreno 967d43e22a tree.getElementPath 2018-06-22 15:33:59 +02:00
Joao Moreno e54e1e0777 better typed Trie 2018-06-22 11:37:27 +02:00
Joao Moreno e206d06566 Merge branch 'master' into tree 2018-06-22 11:22:18 +02:00
Joao Moreno f3ac15e5be list view: make sure all templates are disposed when list is disposed 2018-06-22 10:56:05 +02:00
Rob Lourens 7adb148102 Fix 'edit in settings' button css 2018-06-21 17:14:10 -07:00
Rob Lourens 3a8800c1bc Localize settings category names 2018-06-21 17:14:00 -07:00
Jackson Kearl 9dc98f3ff7 Add "Click to view details" on extension list items' aria-labels (#51805)
* Add "Click to view details" on extension list items' aria-labels

* Reword message
2018-06-21 17:01:37 -07:00
Matt Bierner 23f1fdcedc Fix retainContextWhileHidden
Fixes #52073
2018-06-21 13:43:44 -07:00
Matt Bierner c28bbdedbb Use property shorthand 2018-06-21 13:43:44 -07:00
Ramya Achutha Rao 3b798fd805 Remove avoidable dependency of tipsservice in extworkbenchservice 2018-06-21 10:32:21 -07:00
isidor fce9e3de51 debug: allow toolbar to be in two different vertical lines 2018-06-21 18:03:41 +02:00
isidor 6a9c5b44e2 With Joh remote file service: throw when doing a mutating action 2018-06-21 17:55:13 +02:00
Alexandru Dima e454496246 Merge pull request #49298 from CoenraadS/highlightActiveIndentGuide
Add setting for highlightActiveIndentGuide #49148
2018-06-21 17:38:39 +02:00
Alex Dima ac7fcc9451 Fix view options comparison 2018-06-21 17:36:09 +02:00
Alex Dima e16bb890fb Do not compute active indent guide if it is not needed 2018-06-21 17:20:56 +02:00
Johannes Rieken 7a42b91d1f make sure jsflags are send asap #52581 2018-06-21 16:03:44 +02:00
Alex Dima a092059929 Merge remote-tracking branch 'origin/master' into pr/CoenraadS/49298 2018-06-21 13:59:21 +02:00
Johannes Rieken f5c83d60d9 fix main.js/mkdir #52581 2018-06-21 13:02:06 +02:00
Alexandru Dima 3411a59aa6 Merge pull request #49205 from TomasHubelbauer/patch-1
Mention the mouse middle button drag to rectangle select feature in the Interactive Playground
2018-06-21 12:42:49 +02:00
Christof Marti aae335792b T extends QuickPickItem (#49340) 2018-06-21 12:08:01 +02:00
Christof Marti ede8a0f336 Copy extension-provided arrays (#49340) 2018-06-21 11:42:51 +02:00
Johannes Rieken ed788cfc05 Merge pull request #52506 from bitshiftza/master
Fix for issue #39458
2018-06-21 11:34:32 +02:00
Christof Marti c205df5c77 Revert to old selection behavior (fixes #52365) 2018-06-21 11:31:22 +02:00
isidor dd7601fdd9 explorerResourceIsReadonly -> explorerResourceReadonly
also add negative context key for simplicity
2018-06-21 11:26:46 +02:00
isidor a543a0a15f readonly: disable remaining modification actions / commands 2018-06-21 11:22:11 +02:00
Johannes Rieken 68f98da4e4 outline - markers for every outline group, replace splice with inplace-coalesce 2018-06-21 11:06:04 +02:00
isidor fe27b5910e fixes #51651 2018-06-21 10:51:35 +02:00
Johannes Rieken 44ab7993d4 outline - prefer active group when revealing outline element 2018-06-21 10:21:07 +02:00
isidor 3ff43d06f7 path labels: if resource belongs to a root to show relative label use paths not toString (it encodes)
fixes #52512
2018-06-21 10:15:22 +02:00
Johannes Rieken b646671fd8 add jsdoc comment, fix #42631 2018-06-21 09:44:30 +02:00
Daniel Imms cd8d86b628 Prevent possible NPE 2018-06-21 15:33:43 +10:00
Ramya Achutha Rao c5c7d43b65 Show disabled extensions separately and collapsed in default view #27061 #27061 2018-06-20 21:41:03 -07:00
Daniel Imms f6e82b7ce8 Merge branch 'tyriar/46356_terminal_memory' 2018-06-21 14:19:42 +10:00
Daniel Imms 711eecbfd8 Remove log 2018-06-21 14:17:22 +10:00
Matt Bierner 78f410ce39 Make sure we correctly update local resource roots when switching previewed markdown file
Fixes #49859
2018-06-20 15:48:14 -07:00
SteVen Batten 5aff9aa74f fixes #52516 2018-06-20 15:17:10 -07:00
SteVen Batten 05567f717d Merge branch 'master' of https://github.com/Microsoft/vscode 2018-06-20 14:42:02 -07:00
SteVen Batten 27314017c1 fixes #52421 2018-06-20 14:41:52 -07:00
bitshiftza d49c0673d7 Swapped order of algorithms 2018-06-20 22:27:03 +02:00
bitshiftza 3c76a1ce67 Implemented algorithm for determining code preview popup content based off matching brackets 2018-06-20 22:18:33 +02:00
Matt Bierner c2e24c00da Make unused params with _ 2018-06-20 12:53:16 -07:00
Matt Bierner 1730517d41 Flatted out abstract class with only one impl 2018-06-20 12:53:16 -07:00
SteVen Batten 98fb7aa305 fixes #52376 2018-06-20 12:15:43 -07:00
Matt Bierner 0532c31e4c Definition link API (#52230)
* Definition link

Add a new `DefinitionLink` type. This type allows definition providers to return additional metadata about a definition, such as the defining span.

Hook up this new provider for typescript

This PR replaces #48001

* Correctly mark field optional

* Small code fixes

- Use lift
- Remove unused param

* Adding documentation
2018-06-20 11:52:47 -07:00
Rob Lourens 94edf19bf3 Settings editor - filter result list when a TOC entry is clicked during search 2018-06-20 11:44:38 -07:00
Rob Lourens b31c338cfe Settings editor - add setting to configure TOC behavior during search 2018-06-20 11:44:38 -07:00