Daniel Imms
7b542fea1d
Use same font size and fg color in terminal widget
...
Fixes #29542
2017-07-07 14:41:10 -07:00
Daniel Imms
5e7786f1b5
nsfw@1.0.16
...
Fixes #30126
2017-07-07 14:28:16 -07:00
Cody Hoover
bf5eac134b
Find in webview based views (html preview, release notes, extension editor) ( #30016 )
...
* Refactored terminalFindWidget into a SimpleFindWidget and used that to provide find for webviews
* Refactored Webvieweditor into an abstract base and a concrete class to respect 'part' separation
* Cleaned up css and images that I forgot to delete
* Reset i18n.js file
* bind this when passing onThemeChange to themeService.onThemeChange
* Add 'CloseWebViewEditorFind' command to close find when pressing escape
* Ctrl+f now selects text in all SimpleFindWidgets even when buttons are focused. Aligns with full find widget
* Fixed issues when reactivating find
* Register webviewEditor with workbench
* Remove find widget when disposing webview
* Fixed webviewEditor casing in releaseNotesEditor (windows is case insensitive). Removed registration from workbench to see if it was necessary at all. If it fails again, I'll add it back
2017-07-07 13:20:53 -07:00
Daniel Imms
b32d2d4490
Uplevel xterm.js
...
Brings in a bunch of changes from xterm.js@2.8.0 as well as some extra fixes.
Fixes #30260 (for v1.15)
Fixes #29723
2017-07-07 11:32:46 -07:00
Matt Bierner
56d032e4f3
Fix tpromise callback sig for ts 2.4 ( #30228 )
...
Fixes #30216
Changes the TPromise callback interface as suggested by https://github.com/Microsoft/vscode/issues/30216#issuecomment-313558951 to fix async functions when compiling using ts 2.4+
2017-07-07 10:42:17 -07:00
Alex Dima
c5bf26a627
Tweak file limits based on experiments ( #30180 )
2017-07-07 18:24:30 +02:00
João Moreno
ce396fd26f
Fixes #28602 ( #30182 )
...
* fixes #28602
* fix keybinding widget mess
2017-07-07 17:40:50 +02:00
Benjamin Pasero
40606d2e8d
explorer: always show root folder and name the section "Folders"
2017-07-07 15:06:35 +02:00
Alex Dima
dd2c57e8aa
Merge remote-tracking branch 'origin/standalone/0.9.x'
2017-07-07 14:57:28 +02:00
Benjamin Pasero
28cff6595a
fix npe in quick open
2017-07-07 14:54:26 +02:00
Alex Dima
e633f3be9d
Do not sync large models to web workers ( #30180 )
2017-07-07 14:46:21 +02:00
Alex Dima
32aebe68ba
Hint lines array size for faster model creation ( #30180 )
2017-07-07 14:46:21 +02:00
Alex Dima
eb2601bac0
The indentation guesser only looks at the first 10k lines ( #30180 )
2017-07-07 14:46:21 +02:00
Alex Dima
41d2abe516
Do not compute a hash if it is not used ( #30180 )
2017-07-07 14:46:21 +02:00
Alex Dima
16151e85e7
Also enter the large file case based on line count, not just on file size ( #30180 )
2017-07-07 14:46:21 +02:00
Alex Dima
398a6c5ab7
Avoid (sliced string) slightly faster ( #30180 )
2017-07-07 14:46:21 +02:00
Joao Moreno
dbbc064c13
fixes #30214
2017-07-07 12:22:25 +02:00
Sandeep Somavarapu
1e89bd3c31
#30120 Feedback
2017-07-07 12:13:12 +02:00
Dirk Baeumer
579a586d53
Reverting #30215 since it looks like a TS compiler problem.
2017-07-07 11:43:23 +02:00
Dirk Baeumer
a4f1e59022
Fixes #30215 : Fix TS 2.4 Error in problemMatcher.ts
2017-07-07 11:43:19 +02:00
Benjamin Pasero
6af048189e
fix issue with closeEmpty
2017-07-07 11:34:38 +02:00
Benjamin Pasero
00956174ca
Add prefix argument to Quickopen command (CTRL+P) ( fixes #28617 )
2017-07-07 11:21:57 +02:00
Sandeep Somavarapu
119513fbab
Merge pull request #30197 from Microsoft/sandy081/viewsDragAndDrop
...
Support reordering of views in split view by drag and drop
2017-07-07 11:20:55 +02:00
Benjamin Pasero
90a99c7b04
closeWhenEmpty: default enabled is a bit too aggressive (for #7930 )
2017-07-07 11:02:55 +02:00
Martin Aeschlimann
d05ea1ae24
Merge pull request #29393 from hoovercj/customThemes
...
Editor.TokenColorCustomizations
2017-07-07 17:02:38 +08:00
Benjamin Pasero
52febdaabe
Avoid usages of .row in command palette
2017-07-07 11:00:04 +02:00
Michel Kaporin
19fa856cb0
Added missing async
2017-07-07 09:50:43 +02:00
Michel Kaporin
6356698cfc
Added waiting for viewlet to be opened.
2017-07-07 09:50:05 +02:00
Michel Kaporin
b2fc1aeb7f
Corrected rejection description.
2017-07-07 09:43:49 +02:00
Benjamin Pasero
7bb6cecdd1
Fix TS 2.4 Error in textFileService.ts ( fixes #30213 )
2017-07-07 07:12:06 +02:00
Benjamin Pasero
67fa0f6e3d
fix tests
2017-07-07 07:11:57 +02:00
Rob Lourens
95a116f3de
Add 'useRipgrep' to search telemetry
2017-07-06 20:36:28 -07:00
Cody Hoover
971384c80f
pulled master
2017-07-07 00:41:16 +02:00
Andre Weinand
3858a18cf1
node-debug@1.15.2
2017-07-06 23:38:36 +02:00
Rob Lourens
f56c9e2b85
Fix #29642 - debounced event fired multiple times for a single call with leading = true
2017-07-06 14:11:43 -07:00
Andre Weinand
1291d9e870
proposed debug api: add support for custom DAP events
2017-07-06 23:04:54 +02:00
Alex Dima
bf3ea73cb2
Avoid (sliced string) ( #30180 )
2017-07-06 22:12:24 +02:00
Alex Dima
eb1d2a52f6
Add and use IdentityCoordinatesConverter ( #30180 )
2017-07-06 21:30:44 +02:00
Alex Dima
810164ab48
Extract IViewModelLinesCollection ( #30180 )
2017-07-06 21:30:44 +02:00
Alex Dima
c95d90d557
Expose TextModel.isTooLargeForTokenization() ( #30180 )
2017-07-06 21:30:44 +02:00
Daniel Imms
1401c30567
Merge pull request #30198 from Microsoft/tyriar/27771
...
Add tests for TerminalPanel.preparePathForTerminal
2017-07-06 10:27:42 -07:00
Daniel Imms
fe5027c338
Add tests for TerminalPanel.preparePathForTerminal
...
Fixes #27771
2017-07-06 09:56:33 -07:00
Sandeep Somavarapu
788f2602c9
Support reordering of views in split view by drag and drop
2017-07-06 18:01:14 +02:00
Sandeep Somavarapu
5a40dc5bec
#30120 Fix updating extensions views
2017-07-06 17:59:08 +02:00
Sandeep Somavarapu
7b6101f732
#30120 💄
2017-07-06 17:59:08 +02:00
Sandeep Somavarapu
f630d58220
#30120 Sort always by default order
2017-07-06 17:59:08 +02:00
Sandeep Somavarapu
2e8c2c6822
#30120 Disable ordering from view state
2017-07-06 17:59:08 +02:00
Sandeep Somavarapu
41fdb23ecf
#30120 Manage views: Fix sizing
2017-07-06 17:59:08 +02:00
Sandeep Somavarapu
7c6a3a47c8
#30120 resolve compilations
2017-07-06 17:59:08 +02:00
Sandeep Somavarapu
1a165ea929
#30120 Let debug and extension views to be display toggled
2017-07-06 17:59:08 +02:00