Darius Keeley
10e8ce9eda
Fade out tabs when sizing is set to shrink ( fix #39417 ) ( #39829 )
...
* Fix #39417
* Use pseudo elements instead of mask-image so that labels retain subpixel AA
* Use ellipsis and disable fade for HC theme, and support hover colours
* Make requested changes and start on fixing transparency issue
* Merge all colours underneath tabs to fix transparency issue
* Rename color function, move workbench background into themes
* do not allow to change workbench background
* 💄
* fix npes and clean up
* fix class names
* remove blank line
2018-02-05 12:12:28 +01:00
Ramya Achutha Rao
64425cd1bb
Shuffle other recommendations, update reason #41054
2018-02-01 15:57:20 -08:00
Dirk Baeumer
e91b851ca8
Upgrade to latest language pack format
2018-01-30 00:11:57 +01:00
Johannes Rieken
be07c3cc0a
boost fully covered matches, #41060
...
Comparing `const` with `constructor` and `const` should favor the latter.
Even tho both are prefix matches, the latter is a perfect match and that
should be accounted for.
2018-01-25 11:30:38 +01:00
Benjamin Pasero
2d01d1c4b1
fix #41987
2018-01-24 09:59:29 +01:00
Benjamin Pasero
a3bede4943
fix #41724
2018-01-19 16:30:54 +01:00
Rob Lourens
a236cf03f1
Fix settings editor telemetry to send one defaultSettings.filter message per search,
...
including counts per result group
2018-01-17 13:37:16 -08:00
Johannes Rieken
1038c4bff5
don't encode special character for labels, #40662
2018-01-15 11:31:28 -08:00
Johannes Rieken
3705413135
include scheme in path label unless file or untitled, #40662
2018-01-12 08:57:44 -08:00
Benjamin Pasero
ba5c31503a
multi select - add and use distinctParents method to avoid duplicates
2018-01-12 15:54:59 +01:00
Joao Moreno
534e8f46fb
fixes #41145
2018-01-09 16:29:16 +01:00
Matt Bierner
5fe3f97edb
Pre-support for backeted property completions in js/ts
...
Requires a build of TS with https://github.com/Microsoft/TypeScript/pull/20547 Fixes #36429
Also relaxes the matching logic for suggestion items with filter texts
2018-01-08 17:51:37 -08:00
Johannes Rieken
d89ca728f6
tweak snippet creation & customization #13182
2018-01-05 17:31:09 +01:00
Rob Lourens
5153c9aa42
Fix smart case for non-ascii uppercase characters
2018-01-04 14:26:04 -08:00
Johannes Rieken
d643caec85
add global snippets and create action to configure action, #13182
2018-01-04 15:44:15 +01:00
Johannes Rieken
785aac7d10
fix #40209
2017-12-14 15:17:11 +01:00
Johannes Rieken
4f433ed0df
more native json, #40169
2017-12-13 18:11:34 +01:00
Alex Dima
fb27807078
Mark messages that need reviving ( #36972 )
2017-12-13 13:17:37 +01:00
Johannes Rieken
a44cbeec93
debt - more timer migration
2017-12-12 16:42:52 +01:00
Johannes Rieken
16874c1878
debt - remove before/afterLoadWorkbenchMain, those are already perf-entries
2017-12-12 16:42:51 +01:00
Alex Dima
d86d4ab587
Remove diff2.ts ( fixes #38490 )
2017-12-12 16:14:32 +01:00
Johannes Rieken
5e840a6de2
eng - no TPromise in save participants
2017-12-11 14:34:10 +01:00
Johannes Rieken
5cfbc48a8f
💄 uri
2017-12-11 11:28:43 +01:00
Johannes Rieken
45520c62ac
fix #39518
2017-12-06 16:45:52 +01:00
Johannes Rieken
279d957a25
fix #39522
2017-12-06 10:13:30 +01:00
Alex Dima
474466090b
Fix bad replace
2017-12-05 14:25:12 +01:00
Johannes Rieken
5a89b5c228
implement custom revive (cuts parse time in half), #36972
2017-12-04 13:56:59 +01:00
Joao Moreno
ded278baaf
log: use local dates for log folder names
2017-12-04 12:36:39 +01:00
Peng Lyu
a309595c52
Fix #36240 . Round Hue for HSVA.
2017-11-29 11:49:01 -08:00
Joao Moreno
a20fe8521d
fix list double context menu on windows
...
related to #31850
2017-11-28 09:33:13 +01:00
Martin Aeschlimann
76989b38ff
Fixes for jsonc mode. Fixes #39199
2017-11-27 23:44:33 +01:00
Sandeep Somavarapu
7440cbd4a2
Fix #31277
2017-11-27 12:13:07 +01:00
Jared Moore
13f0226297
Untildify for Windows (or any platform)
2017-11-25 21:37:31 -05:00
Jared Moore
c61c23b487
Open File Handler now untildifies. Fixes #32736
2017-11-25 02:39:31 -05:00
Johannes Rieken
09c4b88ae2
fix #38880
2017-11-24 17:00:16 +01:00
Johannes Rieken
9bdb41a8cc
use graceful scoring when possible, #15419
2017-11-24 16:29:39 +01:00
Johannes Rieken
ef11e2d09e
remove more unused code, #38414
2017-11-23 12:23:22 +01:00
Johannes Rieken
672ad9eb76
fix #39001
2017-11-23 11:19:02 +01:00
Benjamin Pasero
a5628f2512
input for #38414
2017-11-22 07:52:15 +01:00
Alex Dima
728f71d1bf
#37524 : Faster WorkbenchKeybindingService._getResolver
2017-11-21 17:52:34 +01:00
Benjamin Pasero
a8769e7835
debt - change glob to not require paths.relative anymore
2017-11-21 15:58:31 +01:00
Joao Moreno
9b829cde19
fixes #38796
2017-11-21 15:15:41 +01:00
Alex Dima
2ff8e12e45
#38414 : Remove unused code
2017-11-21 11:55:28 +01:00
Matt Bierner
d8e926be97
Mark most private static constants as private static readonly
2017-11-20 15:18:52 -08:00
Joao Moreno
38f6957087
scm viewlet: delta changes
...
related to #37819
2017-11-20 21:34:50 +01:00
Joao Moreno
d83b859bba
introduce ISequence
2017-11-20 21:34:50 +01:00
Joao Moreno
385697869a
sequence module
2017-11-20 21:34:50 +01:00
Johannes Rieken
f29abe48e2
remove more unused code, #38414
2017-11-20 16:53:36 +01:00
Johannes Rieken
f657b94fb7
remove unused code, #38414
2017-11-20 16:35:26 +01:00
Benjamin Pasero
d6b39a371d
fix tests
2017-11-20 12:21:10 +01:00