Commit Graph

7201 Commits

Author SHA1 Message Date
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
Alex Dima 40479e9d5c Add TextModel.getLineIndentGuide 2016-06-28 01:39:52 +02:00
Alex Dima f97350e079 Add TextModel.getIndentRanges() 2016-06-28 01:39:51 +02:00
Alex Dima a32a8024ae Add getIndentLevel() to TextModel and ModelLine 2016-06-28 01:39:50 +02:00
Daniel Imms 27d5c0e2d7 Prevent multiple terminals from being created via createNew
Fixes an exception was being caused because the panel was not initialized
when calling into createNew. This also fixes multiple terminal instances being
spawned if the panel WAS initialized but contained 0 processes.

Fixes #8209
2016-06-27 16:23:42 -07:00
Daniel Imms 8468572d05 Uplevel xterm.js 2016-06-27 14:29:41 -07:00
Martin Aeschlimann 96452b48e7 Do not rely on codeSnippet for filtering fixes #6620 2016-06-27 22:39:21 +02:00
Andre Weinand 7affc5f1aa update node-debug 2016-06-27 21:49:50 +02:00
Daniel Imms 657134372f Focus terminal next when exiting
This change also consistently hides the terminal when exiting the final
terminal.

Fixes #8211
2016-06-27 12:29:20 -07:00
kieferrm 8657e6e2b5 update markdown test results 2016-06-27 11:29:44 -07:00
kieferrm 3fb67d28a1 Merge branch 'master' of github.com:Microsoft/vscode 2016-06-27 11:28:01 -07:00
kieferrm 90664267ea fixed #8015 2016-06-27 11:27:56 -07:00
Sandeep Somavarapu e532f500b6 Sync the file match model with removed matchs 2016-06-27 20:06:15 +02:00
kieferrm 616201eff8 Merge branch 'master' of github.com:Microsoft/vscode 2016-06-27 10:43:15 -07:00
kieferrm e33e9a83ba fixed #8066 2016-06-27 10:42:23 -07:00
Sandeep Somavarapu 21c721653e Sync the file match model with removed matches 2016-06-27 19:41:41 +02:00
kieferrm d341e5e6da Merge branch 'rebornix-FixMarkdownIssues' 2016-06-27 10:31:46 -07:00
kieferrm 51f246f287 Merge branch 'FixMarkdownIssues' of git://github.com/rebornix/vscode into rebornix-FixMarkdownIssues 2016-06-27 09:58:49 -07:00
Benjamin Pasero 9113a75e75 update is OK to update toolbar 2016-06-27 18:56:36 +02:00
Benjamin Pasero 6da46ad066 Close/Dirty button on tabs is not centered nicely on Windows/Linux (fixes #7976) 2016-06-27 18:50:23 +02:00
Sandeep Somavarapu 48cd52e4ab Improve Keyboard navigation while removing entries from results 2016-06-27 18:47:48 +02:00
Martin Aeschlimann e228769042 Polish configuration section labels & add link 2016-06-27 18:37:04 +02:00
Alex Dima 9f1e006be5 Do not use native Proxy as it breaks debugging vscode 2016-06-27 17:54:56 +02:00
isidor 6114fbc118 extenions: fix install icon on win
fixes #8121
2016-06-27 17:35:54 +02:00
Sandeep Somavarapu a3090f7d8a improve keyboard navigation - focussing after removing 2016-06-27 16:55:35 +02:00
Johannes Rieken 99c2e80701 more schema doc for menus 2016-06-27 16:45:51 +02:00
Benjamin Pasero e21063f322 wording 2016-06-27 16:40:57 +02:00
Erich Gamma 767009f693 Small tweaks to PR #8155 2016-06-27 16:34:39 +02:00
isidor 382ebf624f bring back ext quick open handler and bundle it in workbench
fixes #8178
fixes #8123
2016-06-27 16:26:46 +02:00