Commit graph

37132 commits

Author SHA1 Message Date
Daniel Imms 8869541567 Merge remote-tracking branch 'origin/master' into electron-2.0.x 2018-07-20 11:33:24 -07:00
Rob Lourens 1fad9cb846 Settings editor - clean some setting descriptions, #54690 2018-07-20 10:58:10 -07:00
Rob Lourens 569c21de60 Settings editor - don't write empty enumDescriptions 2018-07-20 10:58:10 -07:00
Sandeep Somavarapu 7b715524f7 #54483 Forward compatibility 2018-07-20 18:05:10 +02:00
Sandeep Somavarapu dab93d371a #54483 Forward compatibility 2018-07-20 17:56:52 +02:00
isidor 5b8a81742a markers: display paths relative to the workspace root 2018-07-20 16:13:17 +02:00
Alexandru Dima 2bb602172d
Merge pull request #54474 from Microsoft/electron20x/editor-opacity
Workaround duplicate rendered characters in Electron 2.0.x
2018-07-20 16:10:09 +02:00
Sandeep Somavarapu 99ba40165b Fix tests 2018-07-20 15:50:20 +02:00
Dirk Baeumer ed2bbf3ac0 Task part of #54510 2018-07-20 15:48:25 +02:00
Sandeep Somavarapu e7058655de Fix #54721 2018-07-20 15:02:38 +02:00
isidor 1f90bac9e0 debug: remove not in debug repl context key 2018-07-20 11:31:17 +02:00
Alex Dima 09ec2eb1e4 Use the new optimize-editor task 2018-07-20 11:26:32 +02:00
Alex Dima 5a52c24f11 Add an alternative optimize-editor task 2018-07-20 11:26:31 +02:00
Alex Dima d8e13dc717 Add a compile-editor-build task 2018-07-20 11:26:31 +02:00
Alex Dima 03103a4f66 Add extract-editor-src with treeshaking task 2018-07-20 11:26:31 +02:00
isidor f07a19895b debug: simplify context keys computation
fixes #54378
2018-07-20 11:08:38 +02:00
isidor 0ef2155f02 fixes #54011 2018-07-20 10:22:06 +02:00
Erich Gamma 8d964cbd59 Added setting to control visibility of code lens 2018-07-20 09:43:49 +02:00
Erich Gamma 80b08b4c7f Add code lenses to run/debug a script 2018-07-20 09:43:48 +02:00
SteVen Batten 26e5a55cd8
Sbatten/menu font size (#54695)
* increase menu font size

* updating padding to keep menus compact
2018-07-19 16:16:06 -07:00
Rob Lourens 0147a1bfb1 Settings editor - show enumDescriptions inline when there are more than 10.
This specifically targets the files.encoding setting.
See #53911
2018-07-19 15:18:19 -07:00
Jackson Kearl a0f07e30b9 Autocomplete for extension search @-operators (#53915)
* WIP

* WIP again

* Feature complete, refactor to Query class

* Add tests

* Spacing

* Add tests and refactor

* Maybe fix tests? Cant run locally.

* Use monaco editor for completions

* Remove escape handler

* Update coloring

* Add localizations, remove unused

* Fix spacing

* update serach ordering

* Remove enter handling

* Fix tab handling

* Improve autosuggest enablment condition

* Conditional styling of cursor
2018-07-19 11:41:47 -07:00
Jackson Kearl 7db5f96075 Down arrow moves focus to extensions list (#53616)
* Down arrow focuses list view.

* Scoping

* Generalize focusFirstIfNothingFocused logic to all list views

* Revert "Generalize focusFirstIfNothingFocused logic to all list views"

This reverts commit 2bdfeef828.

* Generalize to list in debug view

* Add to dispasables

* Same for scmViewlet

* Default 'list.inactiveFocusBackground' to null

* Migrate from `onDidFocus` to `onDidChange` where possible

* Remove changes for non-extensions

* Undo changed to color registry

* Move focus next position
2018-07-19 11:03:15 -07:00
Rob Lourens 8b09ee78b4 Bump node2 2018-07-19 09:55:59 -07:00
Rob Lourens 76ced50914 Settings editor - remove leftover reset button 2018-07-19 09:55:31 -07:00
Daniel Imms 7b45764115 Workaround an issue where the terminal could overflow into right sidebar
Fixes #54230
2018-07-19 09:53:12 -07:00
Rob Lourens 3b7e13d53f
Merge pull request #54518 from cleidigh/settings-selectbox-setAriaLabels/tweak
Settings: Utilize selectBox.setAriaLabel Related: #53821
2018-07-19 09:13:53 -07:00
Rob Lourens fb20a9be56
Merge pull request #54625 from JoshuaKGoldberg/file-search-trim
Trimmed file search strings in the search menu
2018-07-19 09:05:45 -07:00
isidor 9461528247 menubar registration: layout menu to appropriate owners
#54510
2018-07-19 18:03:36 +02:00
Jackson Kearl ca6471d6d6
Merge pull request #54672 from JacksonKearl/bug-autosuggest-trigger-chars
Fix autosuggest trigger chars not working in simpleWidgets
2018-07-19 09:03:27 -07:00
Jackson Kearl 8e42c9741f Fix autosuggest trigger chars not working in simpleWidgets 2018-07-19 08:46:28 -07:00
isidor 1141a5b8cd menubar registration: appearance menu to appropriate owners
#54510
2018-07-19 17:41:59 +02:00
isidor bd9db2df5e menus: move View menu contributions to appropriate owners
#54510
2018-07-19 17:31:20 +02:00
isidor e67143de42 menubar registration: file menu
#54510
2018-07-19 17:01:05 +02:00
Johannes Rieken f740c59962 breadcrumbs - fix reveal before layout (once again) 2018-07-19 16:58:42 +02:00
Alex Dima dcd5ea858f Fixes #54550: Define fs as original-fs only when running in Electron 2018-07-19 16:06:14 +02:00
isidor 0738ae2f7f menu: move debug menu registration to debug.contribution 2018-07-19 16:04:52 +02:00
Johannes Rieken e90faf1fa7 breadcrumbs - add "Toggle Breadcrumbs" to "View" menu 2018-07-19 15:59:51 +02:00
Johannes Rieken d5eb9df2b4 💄 2018-07-19 15:32:11 +02:00
Johannes Rieken 1a14814f05 breadcrumbs - disable min-width test 2018-07-19 15:32:10 +02:00
Johannes Rieken d0b1708a1c breadcrumbs - prevent scrollbar flashing 2018-07-19 15:32:10 +02:00
Johannes Rieken 48345b002d breadcrumbs - show hellip when outline info is available but not intersecting with the current selection 2018-07-19 15:32:10 +02:00
Alex Dima a384b259e6 Allow to create a Client with a Protocol 2018-07-19 15:27:12 +02:00
Alex Dima ae266f38ac Allow the Protocol to be disposed and extract buffered data 2018-07-19 15:25:40 +02:00
Alex Dima 1e82a6c1ca Improve type declarations 2018-07-19 15:19:43 +02:00
Alex Dima 8d9db1808e Add ability to generate standalone editor usages file 2018-07-19 15:19:42 +02:00
isidor 3e5f169e97 open editors: show actions for focused elements 2018-07-19 15:13:00 +02:00
Johannes Rieken 3f457f95ae breadcrumbs - don't use selection background color but an arrow 2018-07-19 12:52:39 +02:00
isidor 3ee7bda7ca list: simplify if statement 2018-07-19 11:41:40 +02:00
isidor d8feb77a06 list: do not steal focus for hidden elements (properly get style) 2018-07-19 11:36:56 +02:00