Dmitry Zabello
52004b4cfe
Various kinds of sorting in explorer ( #29509 )
...
* Make listing directories first an option #29329
* Added refresh on `dirsFirst` config value changed
* Switch sorting configuration to enum
* Added `filesFirst` sorting
* Added sorting by type
* Got rid of the `path` dependency
* Added sorting by last modified date
* Merge conflict fix
* `modified` sorting order changed to descending
* New compareFileExtensions comparer added for TypeSorter
* Switched to a single self-contained explorer sorter
* Improved description of 'explorer.sortOrder' config option
2017-07-06 07:35:48 +02:00
Andre Weinand
e0e45efd31
fix typos
2017-07-06 00:48:09 +02:00
Andre Weinand
5eb21eaa8a
Debug API for tracking current debug session; fixes #30157
2017-07-06 00:27:14 +02:00
Sandeep Somavarapu
079df6daef
Render default settings editor contributions immediately after model change
2017-07-05 22:39:02 +02:00
Sandeep Somavarapu
f1c021d3f0
Access views from Splitview
2017-07-05 22:11:28 +02:00
Matt Bierner
af2757c1f6
Fix webview flickering on markdown preview
2017-07-05 11:26:24 -07:00
Sandeep Somavarapu
cadd6c2196
Fix compilations
2017-07-05 19:49:30 +02:00
Daniel Imms
550de9811c
Clean up terminal prelaunch input queue
2017-07-05 08:08:45 -07:00
Daniel Imms
b3e36f98f1
Merge pull request #30106 from cleidigh/terminal-q/imp
...
Q data during pty launch delay Fixes : #29184
2017-07-05 08:01:39 -07:00
Benjamin Pasero
dbc6e4ce4a
text diff options support (for #30085 )
2017-07-05 16:46:04 +02:00
Alex Dima
98db8e758c
Fixes #30133 : Render inline decorations for empty lines too.
2017-07-05 16:13:14 +02:00
Alex Dima
ca7db34d8b
Fixes #28628 : Indent guides should not assume they start at offset 0
2017-07-05 15:52:21 +02:00
Sandeep Somavarapu
b3346d20ac
Use builder pattern to be consistent
2017-07-05 15:43:08 +02:00
Alex Dima
c6f8a5d80f
Fixes #11485 : Don't set whitespace width if a line contains foreign elements
2017-07-05 15:26:56 +02:00
Dirk Baeumer
bef3bfdbd4
More deprecation
2017-07-05 14:13:54 +02:00
Sandeep Somavarapu
8981fe8a12
Implement #30120
2017-07-05 10:43:50 +02:00
Sandeep Somavarapu
357f5db285
Merge pull request #30098 from Microsoft/sandy081/viewsManagement
...
Implement context menu actions in CompositePart
2017-07-05 10:31:26 +02:00
Alex Dima
78eacb5436
Fixes #23636 : when trim whitespace is not ignored, first diff the lines with trim whitespace ignored and then post-process to add trim whitespace changes
2017-07-05 09:52:50 +02:00
Alex Dima
9bcdf91830
Remove usages of var
2017-07-05 09:52:50 +02:00
cleidigh
296cf23a21
Q data during pty launch delay
2017-07-04 15:50:15 -04:00
Sandeep Somavarapu
9b8f9eb915
Implement context menu actions in CompositePart
2017-07-04 17:48:24 +02:00
Andre Weinand
ec5b049865
make proposed Debug API official; fixes #30096
2017-07-04 16:37:18 +02:00
Sandeep Somavarapu
4181c1d3f9
Fix #30089
2017-07-04 16:23:57 +02:00
Alex Dima
c8df6987f3
Shift diff up to get to boundaries ( #30087 )
2017-07-04 16:05:20 +02:00
Alex Dima
a2c47ca835
prettier diff ( #30087 )
2017-07-04 15:16:25 +02:00
Dirk Baeumer
40ac250c7f
Better template properties order
2017-07-04 15:02:32 +02:00
Dirk Baeumer
0021efbf46
remove task.api.ts
2017-07-04 15:02:31 +02:00
Sandeep Somavarapu
b05821bb97
Fix #30030
2017-07-04 10:39:16 +02:00
Christof Marti
11ff9e82b8
Escape text ( fixes #29893 )
2017-07-03 13:12:15 -07:00
Christof Marti
3dcc354df7
Separate exeriments from telemetry ( fixes #29339 )
2017-07-03 12:56:02 -07:00
Benjamin Pasero
81e1e9b8db
getWorkspace2 => getWorkspace
2017-07-03 17:07:05 +02:00
Benjamin Pasero
fa6b8f15c6
Please support custom titlebar border on Mac ( fixes #30020 )
2017-07-03 16:43:11 +02:00
Benjamin Pasero
e69b79bdb4
debt - move workbench.main into workbench folder
2017-07-03 16:42:29 +02:00
Benjamin Pasero
56016425cd
Untitled files show up with "/" as description in some places ( fixes #29936 )
2017-07-03 16:40:08 +02:00
Benjamin Pasero
98bac768e2
debt - more cleanup of window services
2017-07-03 16:39:16 +02:00
Benjamin Pasero
c7253643b7
wording
2017-07-03 16:37:52 +02:00
Benjamin Pasero
6520ec3a9d
debt - some more var => let/const
2017-07-03 16:37:18 +02:00
Benjamin Pasero
5e8cd0e93f
debt - shuffle some windows service methods around
2017-07-03 16:35:45 +02:00
Benjamin Pasero
f82aaac1ae
Allow pickers to provide an action to show in the pick list ( fixes #29716 )
2017-07-03 16:33:09 +02:00
Benjamin Pasero
648bcfb441
When using --wait and a file is passed, close the window when last tabs closes ( fixes #28661 )
2017-07-03 16:31:44 +02:00
Benjamin Pasero
5c6a7d6e16
code --wait should return control when closing window ( fixes #18199 )
2017-07-03 16:30:10 +02:00
isidor
bed46e2d7a
Space is used to expand select box, do not propagate it (prevent action bar action run)
...
fixes #17175
2017-07-03 16:25:57 +02:00
Benjamin Pasero
c6020a889f
OSX: Automatically close (non-project) windows when their last editor is closed ( fixes #7930 )
2017-07-03 16:02:11 +02:00
isidor
556f7c232c
fixes #29884
2017-07-03 15:36:31 +02:00
Joao Moreno
073d279ac0
Merge branch 'master' into proxy-auth
2017-07-03 12:40:10 +02:00
Nick Snyder
f0f6038646
simplify unnecessary Math.min ( #29902 )
...
activityBarSize.width === this.activitybarWidth
2017-07-03 10:40:01 +02:00
Benjamin Pasero
933e0c06ce
"Deleted from disk" indicator is removed once any new file event kicks in ( fixes #29950 )
2017-07-03 10:26:44 +02:00
Benjamin Pasero
a76af8a6f0
TypeError: expressionForRoot is not a function ( fixes #30034 )
2017-07-03 10:25:46 +02:00
Dirk Bäumer
1452fb96a0
Merge pull request #29963 from dlech/patch-4
...
Fix doc comment spelling errors in problemMatcher.ts
2017-07-03 09:53:15 +02:00
isidor
794b4ee2b3
debug: fix wording
...
fixes #29900
2017-07-03 09:30:33 +02:00