Commit Graph

7191 Commits

Author SHA1 Message Date
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
Benjamin Pasero 12158a60b9 Prevent goto definition when trying to copy (fixes #7827) 2016-06-27 16:18:20 +02:00
Johannes Rieken 5ed289fe8d global cut/copy/paste command should use a when condition, fixes #6924 2016-06-27 16:08:41 +02:00
isidor 3dc55ec89b list widget null guard for row.domNode
fixes #8110
2016-06-27 16:02:21 +02:00
Sandeep Somavarapu 5e4efb54ad Fix terenay check in search result title 2016-06-27 15:43:31 +02:00
Johannes Rieken a941b59fe9 add 'vscode.open' API command, fixes #566 2016-06-27 15:33:17 +02:00
Benjamin Pasero 5ed2332c0b Add command deprecation (fixes #8031) 2016-06-27 15:31:51 +02:00
Johannes Rieken 166ab5a0a7 warn/info about missing and duplicate commands 2016-06-27 15:03:02 +02:00
Johannes Rieken 0a4934a778 default order is @0 2016-06-27 15:03:02 +02:00
isidor 7fd4cbc963 fixes #8177 2016-06-27 15:01:31 +02:00
Alex Dima d285fe05e1 Split up ext host <-> main thread communication to separate files 2016-06-27 14:59:54 +02:00