Commit graph

29647 commits

Author SHA1 Message Date
Sandeep Somavarapu eed7399a14 #43978 Add more details to theme extensions 2018-02-19 18:10:39 +01:00
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 9fda9a1bfd
Merge pull request #43943 from aleksijuvani/master
Use C++ for '.ipp' file extension
2018-02-19 10:28:22 +01:00
Martin Aeschlimann adefeec4d0 [folding] Keep cursor in view when folding. Fixes Microsoft/vscode#43846 2018-02-19 10:27:33 +01:00
Martin Aeschlimann 18dcdf61ae Auto-closing backticks in Python. Fixes #41615 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 081a55a330 Fix exception when double clicking terminal scroll bar
Fixes #43875
2018-02-18 12:56:19 -08:00
Aleksi Juvani c3372a3b5c Use C++ for '.ipp' file extension 2018-02-18 20:30:00 +02: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
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