22831 Commits

Author SHA1 Message Date
Sandeep Somavarapu
b7a44e48cc Implement #17068 2018-02-19 17:27:35 +01:00
Sandeep Somavarapu
982abc5f42 Fix #43701 2018-02-19 11:35:43 +01:00
Sandeep Somavarapu
0b6a56f20a #41571: Fix in Windows platform 2018-02-19 11:16:21 +01:00
Isidor Nikolic
46101daf74
Merge pull request #43659 from Microsoft/foldersFromPath
Folders from path
2018-02-19 11:15:29 +01:00
Sandeep Somavarapu
cac52572c9 Fix #41571 2018-02-19 10:52:32 +01:00
Till Salinger
10be0f6908 - fixes test
- displayCurrentPath: file/folder not bold anymore
2018-02-19 10:47:04 +01:00
Martin Aeschlimann
adefeec4d0 [folding] Keep cursor in view when folding. Fixes Microsoft/vscode#43846 2018-02-19 10:27:33 +01:00
Till Salinger
1d8a10fec2 improved code based on code review feedback 2018-02-19 09:13:07 +01:00
Daniel Imms
2f6fd3db5d Fix compile 2018-02-17 10:08:44 -08:00
Daniel Imms
3162accd12 Pin editors opened via terminal links
Fixes #43856
2018-02-17 08:58:44 -08:00
Daniel Imms
5b56c6cda7 Remove scroll refresh on _getDimension
This was causing layouts to happen on resize an it's unnecessary as it's
being run on setVisible too.
2018-02-17 08:42:47 -08:00
Daniel Imms
744376e0cf Fix dimensions of terminal panes
They were too large for their containers
2018-02-17 08:37:57 -08:00
Daniel Imms
99709e6d71 Return cached term font dimensions to reduce layouts 2018-02-17 07:44:49 -08:00
Daniel Imms
4fcc07d58b Use ctrl+shift+d for split on windows/linux 2018-02-17 07:35:50 -08:00
Daniel Imms
8031cc50ad Dispose splitview listeners 2018-02-16 14:26:18 -08:00
Daniel Imms
819c9d1319 Rename context menu action to split 2018-02-16 14:13:45 -08:00
Daniel Imms
02bfe33d82 Don't reset term panes after resize pane command 2018-02-16 14:08:00 -08:00
Matt Bierner
243168d450 Make sure we use a stable sort for code actions
Fixes #43617
2018-02-16 14:07:18 -08:00
Daniel Imms
1844888be3 Merge remote-tracking branch 'origin/master' into tyriar/split_simplify 2018-02-16 13:59:17 -08:00
Daniel Imms
6891b4a013 Allow manual resizing of panes 2018-02-16 13:50:55 -08:00
Daniel Imms
5239149395 splitVertical -> split 2018-02-16 12:42:47 -08:00
Daniel Imms
202cfa2ec6 Draw split border in vertical orientation 2018-02-16 12:35:16 -08:00
Daniel Imms
7d99f14ac0 Support vertical resize commands 2018-02-16 12:30:37 -08:00
Daniel Imms
fd4977f028 Support up/down focus pane keybindings 2018-02-16 12:30:07 -08:00
Daniel Imms
dfe6ae8261 Rotate terminal pane when panel position changes 2018-02-16 12:21:42 -08:00
Daniel Imms
4f7ef0be8c Add commands to resize pane 2018-02-16 09:44:14 -08:00
Daniel Imms
1a59decdf1 Simplify terminal split model, only allow one dimension 2018-02-16 08:53:10 -08:00
isidor
c168e385ef explorer: allow root folder drag and drop
fixes #29715
2018-02-16 17:44:17 +01:00
isidor
5dc3c59343 list: select element when increasing selection range. Do not select element when removing it from selection
fixes #43233
2018-02-16 17:05:57 +01:00
Till Salinger
b7cc9709e8 - moves word-wrap into .css
- removes unused interface and enum for ellipsis
2018-02-16 16:06:16 +01:00
Martin Aeschlimann
7e401719ad Changing between editors quickly looses folding state. Fixes #42738 2018-02-16 15:50:43 +01:00
Till Salinger
7e2e9c9b2c - fixes: slash as last char would add it to the front, too
- adds word-wrap to inputBox messages
- adds whether file or folder is going to be created
2018-02-16 12:39:18 +01:00
Martin Aeschlimann
1633d0959a border colors for text decorations (for #30793, #43761) 2018-02-16 12:17:23 +01:00
Alex Dima
dbd76d987c Adopt latest loader (which is snapshot-friendly) 2018-02-16 12:54:44 +02:00
isidor
6831fb4a2c fixes #43432 2018-02-16 11:49:29 +01:00
isidor
119d49590d minor polish 2018-02-16 11:43:39 +01:00
Isidor Nikolic
aa2ef6602a
Merge pull request #43552 from sriram-dev/master
#42557 fix - make open in command multiselect aware
2018-02-16 11:40:52 +01:00
Alex Dima
b27a905d2d Make code snapshot-friendly 2018-02-16 11:12:41 +01:00
Sriram Desikan
74dec50ae4 Use set instead of map and set active only on primary instance 2018-02-16 08:34:49 +05:30
Sriram Desikan
51260093c5 Merge https://github.com/Microsoft/vscode 2018-02-16 08:32:41 +05:30
Rob Lourens
936b796aa8 Fix #43758 and failing test 2018-02-15 17:20:09 -08:00
Matt Bierner
e1f33fbb07 Rename ext host / main thread editor to textEditor
Rename to make it more clear that these APIs are for `vscode.TextEditor`
2018-02-15 15:32:16 -08:00
Matt Bierner
c37e742023 Hookup basic webview.viewColumn 2018-02-15 15:27:39 -08:00
Martin Aeschlimann
bffbf8b1e7 Clarify diffEditor.inserted/removedTextBackground (#41201) 2018-02-15 22:38:49 +01:00
Rachel Macfarlane
2a445d90d2 Tag issues generated by issue reporter, telemetry improvements 2018-02-15 12:51:56 -08:00
Martin Aeschlimann
d019a5bed2 [theming] Make contrastActiveBorder around text optional/themeable. Fixes #43761 2018-02-15 21:49:34 +01:00
Matt Bierner
70b41f0b2d Use onEditorsChanged to fire webview onBecameActive and onBecameInactive
Fixes #43775
Fixes #43776
2018-02-15 11:07:06 -08:00
Matt Bierner
ae15d09cbc Mark injected service properties as readonly 2018-02-15 10:38:37 -08:00
Matt Bierner
8602124979 Move webview commands to own file 2018-02-15 10:25:45 -08:00
Matt Bierner
427b3bbe5d Move webview keybindings to own file 2018-02-15 10:25:45 -08:00