Commit Graph

7229 Commits

Author SHA1 Message Date
isidor 5891645f89 extensions: include markdown.css in built vscode
fixes #8251, #8258,
2016-06-29 15:38:09 +02:00
Martin Aeschlimann daeb542b59 Rename in SCSS breaks syntax. Fixes #8331 2016-06-29 15:35:20 +02:00
Johannes Rieken 428031bacd warn when alt-command isn't supported, #8435 2016-06-29 15:27:34 +02:00
Johannes Rieken b4df3add54 reuse action and update resource since editor title area also reuses the actions, fixes #8317 2016-06-29 15:19:32 +02:00
Benjamin Pasero f87c7ffbf2 Use original-fs instead of manually ignoring ASAR files (fixes #8470) 2016-06-29 14:44:52 +02:00
Sandeep Somavarapu 2d5c834dec fix #8296 2016-06-29 14:44:15 +02:00
isidor 00be1b7a4d fixes #6685 2016-06-29 14:27:38 +02:00
Johannes Rieken 315f8c83bf on config changes, only update preview documents, fixes #8491 2016-06-29 13:52:06 +02:00
Alex Dima ea47e6a1ad Fixes #8412: Rename editor.indentGuides to editor.renderIndentGuides 2016-06-29 13:28:49 +02:00
Alex Dima 973c3bdae5 Render indent guides outside of the view line (#2192) 2016-06-29 13:18:46 +02:00
Alex Dima 1bfab84d0d Fixes #8425: tweak getLineIndentGuide around indent ranges start/end 2016-06-29 13:18:45 +02:00
Sandeep Somavarapu a45a4de41a fix #8330 2016-06-29 12:59:49 +02:00
isidor f8fee759e2 debug: actually set variable value on enter
fixes #8285
2016-06-29 12:53:13 +02:00
isidor 0bdf4c42ff debug: space to change variable value
fixes #8285
2016-06-29 12:45:29 +02:00
isidor af8b5c320d debug: fix variable input box color in dark theme 2016-06-29 12:28:11 +02:00
Sandeep Somavarapu 98d042babf fix #8302 2016-06-29 12:26:31 +02:00
Benjamin Pasero 3f58abbf8c Open Preview action on a markdown file is not shown when right clicking on the file in tabs mode (fixes #8380) 2016-06-29 11:56:49 +02:00
isidor 89b39bd58d debug: resolve interactive variables inside objects
fixes #8288
2016-06-29 11:46:38 +02:00
Benjamin Pasero b6197bd58d Files: logic to open dirty editor does not work well for many edits (fixes #8354) 2016-06-29 11:39:07 +02:00
isidor ee52cfacf3 align explorer actions in HC theme
fixes #8420
2016-06-29 11:34:59 +02:00
Johannes Rieken 634be87a7b allow to remove uri component with null and the empty string, fixes #8465 2016-06-29 11:16:49 +02:00
Johannes Rieken 678b8920cf be prepared for all sorts of arguments, fixes #8262 2016-06-29 10:44:08 +02:00
Johannes Rieken ac9debd614 very wrong equal comparision, fixes #8247 2016-06-29 09:49:20 +02:00
Johannes Rieken b26c985148 update wording, fixes #8396 2016-06-29 09:42:36 +02:00
Sandeep Somavarapu 0421fa7e1d fix #8369 2016-06-29 08:51:56 +02:00
Sandeep Somavarapu e8696d4644 fix #8309 2016-06-29 08:51:56 +02:00
Sandeep Somavarapu 2decc37b47 fix #8280 2016-06-29 08:51:56 +02:00
Benjamin Pasero de7ae41c2f Staging dirty new or existing file removes dirty editor (fixes #8303) 2016-06-29 08:19:16 +02:00
Benjamin Pasero 58ad1168af Tab is not revealed if it is too large to fit (fixes #8311) 2016-06-29 08:08:30 +02:00
Benjamin Pasero 05062f813f Cannot read property 'done' of undefined (fixes #8471) 2016-06-29 07:58:54 +02:00
Benjamin Pasero db057f0caa Tab DnD sometimes gets the wrong editor group as destination (fixes #8242) 2016-06-29 07:47:07 +02:00
Benjamin Pasero 26e86f6660 Preview tab does not have a stable position (fixes #8245) 2016-06-29 07:38:05 +02:00
Andre Weinand 798b41ab1c update node-debug 2016-06-29 00:48:17 +02:00
Benjamin Pasero bc484e19bb Markdown: hand cursor showing up in editor (fixes #8274) 2016-06-28 19:24:22 +02:00
Benjamin Pasero 6a21b7c22e Dragging a folder onto the empty spaces opens the currently selected file (fixes #8364) 2016-06-28 19:01:25 +02:00
Benjamin Pasero 13aed2030e can I commit as robot? 2016-06-28 18:35:39 +02:00
Johannes Rieken eb2b0d1a15 deliver and wire in icons, #8111 2016-06-28 16:31:50 +02:00
Alex Dima 5d218261e8 Fixes #8379: validate column argument of vscode.previewHtml 2016-06-28 16:21:30 +02:00
Benjamin Pasero 8b1c540ca3 fix npe in views array of explorer viewlet 2016-06-28 15:57:06 +02:00
Don Jayamanne 09f19a9212 reverted changes made to #8042, inadverted checkin (need to create a pull request instead) 2016-06-28 23:10:30 +10:00
Don Jayamanne c6e2731238 Merge branch 'master' of https://github.com/microsoft/vscode 2016-06-28 23:04:49 +10:00
Don Jayamanne d452f8d217 changes to replace settings variables in launch config #8042 2016-06-28 23:04:30 +10:00
isidor ef99c39a2b fixes #8110 2016-06-28 10:25:51 +02:00
Benjamin Pasero 1bfabb1804 font-weight 300 on Mac for italic font styles (fixes #8239) 2016-06-28 09:45:27 +02:00
Benjamin Pasero 1b3e742787 improved goto declaration behaviour when selecting 2016-06-28 09:15:41 +02:00
Benjamin Pasero d0c2b89190 update > refresh 2016-06-28 06:20:18 +02:00
Alex Dima e170425f9e Fixes #8167: Do not use IWorkspaceContextService in compat web worker anymore 2016-06-28 03:13:34 +02:00
Alexandru Dima 5d5b3b44eb Merge pull request #7925 from csvn/master
Added order to snippet tab stops
2016-06-28 02:29:30 +02:00
Alexandru Dima 78395061dd Merge pull request #7981 from ph1ll/fix_shaddow_typo
fix 'shaddow' typo
2016-06-28 02:13:34 +02:00
Alex Dima f609795065 Funnel getLineIndentGuide to viewLineParts 2016-06-28 01:39:54 +02:00