Commit graph

46154 commits

Author SHA1 Message Date
SteVen Batten 0d01097f92 fixes #69030 2019-02-20 10:48:29 +01:00
Joao Moreno b40585bffc add workbench.list.automaticKeyboardNavigation setting
fixes #68233
2019-02-20 10:43:52 +01:00
Alex Dima 0767b1b8d1 Finish strict null checks for vs/platform (#60565) 2019-02-20 10:39:13 +01:00
Alex Dima 862e5fbb7e Reduce layer breaking imports in tests 2019-02-20 10:39:13 +01:00
SteVen Batten 77535544be fixes #69031 2019-02-20 10:33:54 +01:00
isidor f6caa53cdd fixes #67888 2019-02-20 10:32:20 +01:00
Alex Dima 05856600fb Finish strict null checks for vs/editor (#60565) 2019-02-20 10:22:08 +01:00
isidor 264327dff5 do not use tree.visibleNodeCount
#67907
2019-02-20 10:18:44 +01:00
Benjamin Pasero daf5d73536 files - restrict name to 255 chars (fix #68937) 2019-02-20 10:16:57 +01:00
Joao Moreno 5e54b2574b fix bad tree options update
fixes VSCodeVim/Vim#3466
2019-02-20 10:16:33 +01:00
Martin Aeschlimann 0261d2715a IColorTheme.extensionData can be null (fixes #68699) 2019-02-20 10:14:56 +01:00
isidor c626ef6102 fixes #68136 2019-02-20 10:06:21 +01:00
isidor 5d514816f7 fixes #68645 2019-02-20 09:55:20 +01:00
isidor 997df502a9 fixes #68654 2019-02-20 09:50:20 +01:00
Benjamin Pasero 665f4d1457 editor - allow to preserve focus when closing (for #68645) 2019-02-20 09:44:36 +01:00
Rob Lourens aeaef41d51 Fix #68805 2019-02-19 18:05:55 -08:00
Matt Bierner 9461eda194 Revert fix for #53525 — Don't expand source action range to entire document
Fixes #68487
2019-02-19 17:16:33 -08:00
Matt Bierner 85dea93c41 Observe the enableFindWidget setting for webview panels
Fixes #60807
2019-02-19 16:48:42 -08:00
Matt Bierner 5c5d64e601 Remove cast that was causing type error 2019-02-19 16:41:24 -08:00
Matt Bierner b12db0b0e8 Strict null supression 2019-02-19 16:29:01 -08:00
Matt Bierner 7e759cf3c8 Annotate more usage before assign strict null errors 2019-02-19 16:29:01 -08:00
Matt Bierner e9a1cea1fd Strict null fixes in extHost 2019-02-19 16:29:01 -08:00
Matt Bierner 2ae7e42edd Strict null 2019-02-19 16:29:01 -08:00
Matt Bierner f8c5d2888e Strict null work in outlinePanel 2019-02-19 16:29:01 -08:00
Rob Lourens bbff11633c Clean up from #68977 and #68467 - size all findInputs with css width instead of code 2019-02-19 23:27:08 +00:00
Rob Lourens 2b6eec8da9 Fix #68977 - search input has unnecessary padding 2019-02-19 23:27:08 +00:00
Matt Bierner 434407d3d5 Fix usage of prepend
Fixes #68953
2019-02-19 11:58:18 -08:00
Matt Bierner 745f510f23 Strict null auto add 2019-02-19 11:58:18 -08:00
Rob Lourens 1e54a396b3 Fix #68966 2019-02-19 11:19:39 -08:00
Rob Lourens 7096291e48 Disable multiselect in search tree 2019-02-19 11:18:28 -08:00
isidor 4dc01831c3 minor polish 2019-02-19 18:13:39 +01:00
Isidor Nikolic 6ae9291b0b
Merge pull request #68585 from lggomez/prop-ctx
Propagate context information on CopyValueAction evaluate requests
2019-02-19 18:11:50 +01:00
SteVen Batten e5b1616d77
Handle mnemonic escaping (#68196)
* handle mnemonic escapes

* Update src/vs/workbench/electron-browser/main.contribution.ts

* update custom menu and recent items list to support escaped mnemonics

* remove need for &&&

* qfix
2019-02-19 17:47:50 +01:00
Alexandru Dima ba304fe32c
Merge pull request #68978 from WorldofBay/patch-1
fix lua indentation
2019-02-19 17:13:28 +01:00
isidor 51160e18da fixes #68323 2019-02-19 17:00:06 +01:00
Benjamin Pasero ac8fd91011 debt - no longer using winreg 2019-02-19 16:57:20 +01:00
Alexandru Dima b666e6f21a
Merge pull request #67287 from irrationalRock/fix-64679
Fixed #64679 - Delete Lines now works with multiple selections on multiple lines
2019-02-19 16:49:57 +01:00
Sandeep Somavarapu e487be6aa8 strict null fix 2019-02-19 16:45:35 +01:00
Alex Dima 84d6cce70f Tweaks for #67287 2019-02-19 16:44:42 +01:00
Sandeep Somavarapu 1fe15c5f0a #68927 Use resource glob matcher 2019-02-19 16:28:37 +01:00
isidor aca0a5ed9a Avoid using Object.create(null) to create objects
fixes #67973
2019-02-19 16:24:48 +01:00
Alex Dima e6781fd115 Bring back complete tests (including selection assertion) 2019-02-19 16:07:36 +01:00
Joao Moreno 46a5d56b1a fix indent setting warning
related to #67576
2019-02-19 16:04:41 +01:00
mgquan@myseneca.ca 512287f7f6 Fixes #64679 2019-02-19 15:59:06 +01:00
Andre Weinand db7fd898cc properly merge extension contributions 2019-02-19 15:53:44 +01:00
WorldofBay 1f78721e1d
fix lua indentation 2019-02-19 13:49:31 +01:00
Alex Dima dafd92c04e Register menu commands and also add negative form (#66458) 2019-02-19 13:41:12 +01:00
Sandeep Somavarapu ef2a3e89fb #68927 use path.join 2019-02-19 12:48:00 +01:00
Martin Aeschlimann a02649bb7b cli: open mutliple folders as workspace 2019-02-19 12:40:32 +01:00
Benjamin Pasero dc3dd5e51b debt - inline workbench params 2019-02-19 12:19:02 +01:00