Commit graph

29629 commits

Author SHA1 Message Date
Martin Aeschlimann 18dcdf61ae Auto-closing backticks in Python. Fixes #41615 2018-02-19 10:27:33 +01:00
Daniel Imms 081a55a330 Fix exception when double clicking terminal scroll bar
Fixes #43875
2018-02-18 12:56:19 -08:00
Ramya Achutha Rao ad06c9c609 Update telemetry module 2018-02-17 17:27:09 -08: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
Matt Bierner ee6ac95120 Fix ? being appended to optional completions when using useCodeSnippetsOnMethodSuggest
Fixes #42955
2018-02-16 17:51:16 -08:00
Matt Bierner cc19497c49 Remove unnecessary toLowerCase 2018-02-16 17:26:13 -08:00
Matt Bierner f5849bebec Fix markdown preview links back to workspace resource
Fixes #43869
2018-02-16 17:19:36 -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 e64896d4cb
Merge pull request #43863 from Microsoft/tyriar/split_simplify
Tyriar/split simplify
2018-02-16 14:04:36 -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
Matt Bierner e44ca4211c Add jscheck casts 2018-02-16 13:50:09 -08:00
Matt Bierner f9765ffb9f Fix bad old command form being sent from markdown preview 2018-02-16 13:49:09 -08:00
Matt Bierner 7398d3be89 Clean up reveal line logic 2018-02-16 13:48:02 -08:00
Matt Bierner 57e5420127 Fix empty jsdoc suggest template not properyly expanding to multiline
Fixes #43619
2018-02-16 13:45:32 -08:00
Keisuke KATO d17652218a Fixed an error when previewing the first line with Markdown extension (#43835) 2018-02-16 12:59:33 -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
Christof Marti e47770acea Add findDuplicates command 2018-02-16 16:35:04 +01:00
Christof Marti acef75f297 Note on being experimental 2018-02-16 16:33:35 +01:00
Martin Aeschlimann 7e401719ad Changing between editors quickly looses folding state. Fixes #42738 2018-02-16 15:50:43 +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
Martin Aeschlimann bcda4bd737 Double color boxes appear inside style blocks in html files in 1.21. Fixes #43628 2018-02-15 22:23:11 +01:00
Rachel Macfarlane 2a445d90d2 Tag issues generated by issue reporter, telemetry improvements 2018-02-15 12:51:56 -08:00