Commit graph

35250 commits

Author SHA1 Message Date
Joao Moreno f9911c7446 Merge branch 'grid2x2' 2018-06-12 15:13:33 +02:00
Joao Moreno 5c118a9ed9 wrap up 2x2 grid 2018-06-12 15:13:15 +02:00
Benjamin Pasero 2b8f54b503 fix integration tests 2018-06-12 14:59:47 +02:00
Benjamin Pasero 2a5f0ffc4b grid - add action to split orthogonal 2018-06-12 13:02:38 +02:00
Joao Moreno 09e6418568 Merge branch 'master' into grid2x2 2018-06-12 12:56:14 +02:00
Johannes Rieken cecfdcde22 update proposed API to DocumentSymbol-type, #34968 2018-06-12 12:47:27 +02:00
Johannes Rieken 7fa40d8a12 internally talk about DocumentSymbols and WorkspaceSymbols. #34968 2018-06-12 12:47:26 +02:00
Sandeep Somavarapu 71631bf2cd Fix #51396 2018-06-12 12:41:13 +02:00
Benjamin Pasero c97ccef9cd fix #51679 2018-06-12 12:35:29 +02:00
Joao Moreno 8b453ea8d1 grid.maximizeViewSize, grid.distributeViewSizes
fixes #50947
2018-06-12 12:35:00 +02:00
isidor dee27453da empty view: drag and drop polish 2018-06-12 12:31:09 +02:00
isidor 27d0fc223d debug: refactor how tasks are run and errors handled
fixes #28979
2018-06-12 12:23:45 +02:00
Benjamin Pasero 6dd3ce08b8 💄 action wording 2018-06-12 12:21:43 +02:00
Benjamin Pasero 1232400fbb fix #51680 2018-06-12 11:50:34 +02:00
isidor 137733d18a removedKeybindings add repl.action.historyPrevious and repl.action.historyNext 2018-06-12 11:42:01 +02:00
Sandeep Somavarapu 057ed6f703 Update history actions 2018-06-12 11:39:21 +02:00
isidor 44412716db drag feedback on empty view 2018-06-12 11:33:51 +02:00
Sandeep Somavarapu 38fa283420 validate invalid files 2018-06-12 11:31:09 +02:00
Benjamin Pasero 2357b1ca1b fix #44969 2018-06-12 11:22:51 +02:00
Joao Moreno 0bab375f9f woops 2018-06-12 11:21:14 +02:00
Joao Moreno 6c236c275b dirty diff should not include char changes 2018-06-12 11:21:14 +02:00
Dirk Baeumer 5807d0483c Fixes #51627: dependsOn is no longer working 2018-06-12 11:20:50 +02:00
Daniel Imms 042b3c9dc1 Fix NPE 2018-06-12 11:13:27 +02:00
isidor af2619ae4d history: simplify so that the first previous and next do not skip first and last element 2018-06-12 11:08:19 +02:00
Daniel Imms 7ee9a7af9f Always allow workspace shellArgs []
Fixes #51645
2018-06-12 10:48:13 +02:00
Benjamin Pasero fa7ded2f00 editor - memento bugfixes during shutdown 2018-06-12 09:15:25 +02:00
Alex Dima 51c5e12cf6 Fixes #51390 2018-06-12 09:13:09 +02:00
Benjamin Pasero 32202834a7 editor - introduce and use editor memento 2018-06-12 08:29:40 +02:00
ryenus e8fc894322 Allow customization of the viewlets in the default Extensions view (#47766)
* add Enabled/Disabled extensions list view

* extract viewOrder calculation logic

and return Number.MAX_VALUE instead of Number.POSITIVE_INFINITY for
views end up with undefined order, when comparing two views like this,
we get Number.MAX_VALUE - Number.MAX_VALUE = 0, rather than NaN
caused by infinity arithmetic.

* allow Installed Extensions view to be toggled off

* refine query for enabled/disabled extensions

* simplify query for enabled/disabled extensions

* disabled extensions also include built-in ones
2018-06-11 22:38:57 -07:00
Rob Lourens 09e120ac5f Fix #50256 - hook up cmd+f for new settings editor 2018-06-11 22:28:07 -07:00
Matt Bierner 8994a584c9 Update md grammar 2018-06-11 18:38:35 -07:00
Matt Bierner 05aab259e7 Extract constant 2018-06-11 18:38:03 -07:00
Matt Bierner 31a8fe2690 Use lazy for creating output channel 2018-06-11 18:38:03 -07:00
Matt Bierner ed3e645112 Use _private 2018-06-11 18:38:03 -07:00
Jackson Kearl 109f6b514f Language pack descriptions are the local language name (#51628)
* Language pack descriptions are the local language name

* Clean up

* Simplify.

* Dont break the build.
2018-06-11 15:43:07 -07:00
Andre Weinand 2613d48d9a start debug terminal from ext host 2018-06-11 23:56:49 +02:00
Rob Lourens 8f120f6fab Fix #51495 - add aria-expanded to search query details button, for screenreader 2018-06-11 14:24:05 -07:00
Rob Lourens 729cf96780 Fix #51623 - tweak rg error message for \n 2018-06-11 14:08:41 -07:00
Joao Moreno d8555f56c1 tests: scope xml file per platform 2018-06-11 22:36:32 +02:00
Joao Moreno 4eceb88ebf wip: build show integration tests 2018-06-11 22:05:12 +02:00
Joao Moreno 33d88256ba name unit tests suite 2018-06-11 21:32:54 +02:00
Jackson Kearl f15deb5165 Feature request: remove auto-closing of extension details (#51399)
* Don't close extensions on navigating to different activity view.
Add a config option to restore previous behaviour.

* Naming

* Naming #2

* Update wording.
2018-06-11 11:47:01 -07:00
Jackson Kearl 0e97f85c39 Make Emmet: "update image size" consistant with "follow link" (#51630) 2018-06-11 11:46:06 -07:00
Jackson Kearl 71fcad342a Use the reasonText atriburte of the extension reccomendation in aria-label (#51473)
* Use the `reasonText` atriburte of the extension reccomendation in label

* Lower case extension id before lookup
2018-06-11 11:11:10 -07:00
Rachel Macfarlane ddaf84db8c Update comment panel visibility earlier on startup 2018-06-11 10:49:11 -07:00
Alex Dima f89110f77c Fixes #51619: Make sure to revive URIs in initData 2018-06-11 19:11:18 +02:00
Benjamin Pasero daacf5c929 move find/show references command back to editor 2018-06-11 19:05:26 +02:00
Sandeep Somavarapu c65cd72518 💄 2018-06-11 18:53:48 +02:00
Daniel Imms e0498489f3 Simplify terminal launch logic
This change goes away with the terminal launch delay (since the
dynamic xterm import does that) as well as waiting for the panel
to display. By doing so, this ensures that the TerminalInstance
is available when it's needed for the TerminalPanel to focus it
when clicking on the panel button.

Fixes #40416
2018-06-11 18:49:13 +02:00
isidor 08331720da debug repl: adopt IHistoryNavigationWidget 2018-06-11 18:36:22 +02:00