Commit graph

29838 commits

Author SHA1 Message Date
Matheus Salmi e51320551d Fix #44032 - make php grammar regex case-insensitive 2018-02-22 01:04:51 -03:00
Daniel Imms eb3d86721e Support additional term alt sequences
Fixes #42629
2018-02-21 14:16:32 -08:00
Matt Bierner 2d1f6d422b Add localResourceRoots to webview options
Fixes #44039

Add a new option that lets extensions override which root folders a webview can load local resources from. Defaults to allowing any resource in the workspace
2018-02-21 14:05:47 -08:00
Matt Bierner bcbd3395bd Remove old way of changing an html preview's input options
The `options` argument of `_workbench.previewHtml` was never properly documented and never offically supported.
2018-02-21 14:05:47 -08:00
Matt Bierner 966aeb0c7e Move useSameOriginForRoot into options 2018-02-21 14:05:47 -08:00
Erich Gamma d2d8e45c80 Remove tslint disabling 2018-02-21 22:10:36 +01:00
Daniel Imms 0d350b140a Open website download page on Linux instead of downloading tarball
Fixes #42311
2018-02-21 11:58:18 -08:00
Matt Bierner e00f1ae737 Explicitly mark public webview methods 2018-02-21 11:57:01 -08:00
Matt Bierner c7da9389d5 Move theme change logic into webview itself 2018-02-21 11:57:01 -08:00
Matt Bierner cc3f1aadce Call webview style directly instead of using onThemeChanged 2018-02-21 11:57:01 -08:00
Matt Bierner 2d8e9f2d8f Extract render functions 2018-02-21 11:57:01 -08:00
Matt Bierner 5eeed6d275 Move layout and focus ot base class 2018-02-21 11:57:01 -08:00
Matt Bierner 7cbbf47f95 Mark injected services readonly 2018-02-21 11:57:01 -08:00
Matt Bierner 732a30a655 Mark injected services readonly 2018-02-21 11:57:01 -08:00
Matt Bierner 5c0aa64dcc Remove unused events 2018-02-21 11:57:01 -08:00
Matt Bierner 58a169f3f5 Added reload webviews command
Fixes #44068
2018-02-21 11:57:01 -08:00
Matt Bierner e05609d5ec Fix markdown style load error 2018-02-21 11:57:01 -08:00
Matt Bierner 3dee7019ed Add offical webview toggle dev tools action
Part of #44068
2018-02-21 11:57:00 -08:00
Daniel Imms 8b1b773549 Add null check for terminal focus when showing panel
Fixes #43558
2018-02-21 11:31:41 -08:00
Daniel Imms 6d5c53808d Fix terminal local links not opening line/col
Fixes #44145
2018-02-21 10:32:38 -08:00
Benjamin Pasero 4f724cbff8 notifications - proper center rooting 2018-02-21 18:30:37 +01:00
Sandeep Somavarapu 83dd7fcc28 Fix #44104 2018-02-21 18:04:37 +01:00
Sandeep Somavarapu dcc72d1699 more logging 2018-02-21 17:55:07 +01:00
Andre Weinand 20b3bf2df4 attempt to fix #43683 2018-02-21 17:48:56 +01:00
isidor 729a6d4329 fixes #44001 2018-02-21 17:48:04 +01:00
Sandeep Somavarapu d7f719b1dd Fix #35006 2018-02-21 17:32:12 +01:00
kieferrm 8786016090 reclassify machineid 2018-02-21 08:31:48 -08:00
isidor e87d98c7e1 editor centered layout: coupled sash move 2018-02-21 17:07:40 +01:00
isidor 1f2582a461 sash: expose if alt key is pressend in ISashEvent 2018-02-21 17:07:40 +01:00
Benjamin Pasero 2fee5d4fc2 notifications - fix action context issue 2018-02-21 15:54:17 +01:00
Benjamin Pasero fe929631c8 notifications - hide when secondary action is invoked in some cases 2018-02-21 15:48:58 +01:00
isidor fb06298008 centered layout: unset margin-left, width, border-color when not centered 2018-02-21 13:39:54 +01:00
isidor cb2181cff0 zenMode.centeredLayout -> zenMode.centerLayout 2018-02-21 13:27:04 +01:00
Benjamin Pasero 9cf5c6ecd9 notifications - do not add a "close" action for extensions 2018-02-21 13:22:22 +01:00
Erich Gamma 0d05c782fa Readme tweak 2018-02-21 13:19:09 +01:00
Erich Gamma eaec7c3383 Fixing #43978 add description/readme 2018-02-21 13:16:58 +01:00
Isidor Nikolic 32b28ce90b
Merge pull request #44116 from SrTobi-Forks/centered-zen
Setting to center the layout when turning on the zen mode
2018-02-21 13:13:19 +01:00
SrTobi 9a400ac7d1 added config to center the layout when turning on the zen mode 2018-02-21 12:49:39 +01:00
Dirk Baeumer 5b05f079f5 Add zsh.exe 2018-02-21 12:24:14 +01:00
Benjamin Pasero 6544b733cd notifications - source should overflow with ellipsis 2018-02-21 12:06:49 +01:00
Benjamin Pasero 8062e3790b fix compile 2018-02-21 11:57:20 +01:00
Benjamin Pasero 05b5e2accf notifications - status item polish 2018-02-21 11:38:56 +01:00
isidor 3c4fbff327 do not center if editor is a diff editor 2018-02-21 11:25:48 +01:00
isidor 06661c2be3 centered layout add color to vertical sashes 2018-02-21 11:16:34 +01:00
Benjamin Pasero 03db54e4dd notifications - fix bad layout in toasts 2018-02-21 10:20:08 +01:00
Isidor Nikolic 302fd56936
Merge pull request #43815 from Microsoft/isidorn/symbolicLinks
show symbolic links as decorations in explorer
2018-02-21 10:15:09 +01:00
isidor 5e23401b60 polish 2018-02-21 10:13:43 +01:00
Joao Moreno efa33330fb use png icon for git 2018-02-21 10:04:06 +01:00
Joao Moreno 9a3e8d2c4f panel -> view
fixes #44044
2018-02-21 09:51:25 +01:00
Benjamin Pasero a0b5452c74 notifications - add some API docs 2018-02-21 09:07:43 +01:00