Commit graph

30510 commits

Author SHA1 Message Date
Benjamin Pasero 5f07044d21 fix #45132 2018-03-06 12:41:28 +01:00
Benjamin Pasero d7bd90445a css debt - remove more expensive rules or make them conditional 2018-03-06 12:18:10 +01:00
Christof Marti 5fb74d7f63 Fix side-effect of fixing #45121 2018-03-06 11:58:31 +01:00
Johannes Rieken 18b94d09a6 fix #45124 2018-03-06 11:39:27 +01:00
Martin Aeschlimann bde23fb906 [HTML] server contains invalid implementation of applyEdit. Fixes #45014 2018-03-06 11:33:35 +01:00
Joao Moreno ddee169818 fix memory leak in dirty diff decorator
fixes #45112
2018-03-06 11:22:56 +01:00
Joao Moreno a255de35b1 dispose dirty diff controller disposables
related to #45112
2018-03-06 11:22:56 +01:00
Johannes Rieken 8301ae680e move sorting and filter-state into marker view model #14783 2018-03-06 11:18:09 +01:00
Sandeep Somavarapu 879f54ed6f
Merge pull request #45054 from aldonetti/patch-4
removed space - marketplace is only one word
2018-03-06 11:01:42 +01:00
Christof Marti 6fe0c32698 Don't check parent folders for settings / settings folder (fixes #45121) 2018-03-06 10:44:53 +01:00
Benjamin Pasero 4f399a4c53 fix #44899 2018-03-06 07:55:53 +01:00
Matt Bierner a09434dae5 Slugify document links in markdown files
Fixes #37079
2018-03-05 19:07:00 -08:00
Matt Bierner 9c2e83778d Moving more fields out of BaseWebviewEditor 2018-03-05 16:59:06 -08:00
Matt Bierner 4dec0f3f3d Move scroll storage into html preview 2018-03-05 16:54:55 -08:00
Matt Bierner 540c4c3e64 Remove extra webview editor class from inheritance hierarchy 2018-03-05 16:30:03 -08:00
Matt Bierner 34fd8ad00b Move loadReleaseNotes into ReleaseNotesManager 2018-03-05 16:24:09 -08:00
Matt Bierner ec6412be83 Switch release notes to use webview editor
Changes the release notes to use the standard webview editor instead of their custom webview editor.

Also makes the release notes editor a singleton. Only one release notes editor may be open at a time.

Fixes #27493
Fixes #34369
2018-03-05 16:18:54 -08:00
Matt Bierner 78870d93cb Remove create on webview input 2018-03-05 16:18:54 -08:00
Daniel Imms 99949edbd5 Prevent layout on terminals that are in the background
Fixes #44325
2018-03-05 14:43:58 -08:00
Matt Bierner 267f791f2c Move webview editor and input to own part 2018-03-05 14:07:17 -08:00
isidor 3e7bc80881 debug repl elements: no need for toString method 2018-03-05 22:33:45 +01:00
Matt Bierner 1ab4fcd586 Check-in preview scripts
Need a way to run custom scripts as part of the top level vs code build
2018-03-05 12:45:05 -08:00
isidor f1ad6834ec panelViewlet: only update title area if no longer a singleView or becoming a singleView
fixes #45033
2018-03-05 21:33:00 +01:00
Matt Bierner b877522bce Use lodash throttle 2018-03-05 11:56:23 -08:00
Matt Bierner f517f69175 Cache settings 2018-03-05 11:56:23 -08:00
Matt Bierner cf9dfda7d4 Move active line marker to own file 2018-03-05 11:56:23 -08:00
Matt Bierner ffcb6fdba8 Start moving some scroll sync logic to own file 2018-03-05 11:56:22 -08:00
Matt Bierner 08baa73de8 Extract onceDocumentLoaded to function 2018-03-05 11:56:22 -08:00
Matt Bierner 5ef492b88d Move style loading monitor to class 2018-03-05 11:56:22 -08:00
Matt Bierner dc0d6badd3 Enable strict mode 2018-03-05 11:56:22 -08:00
Matt Bierner c43fe75976 Move strings to own file 2018-03-05 11:56:22 -08:00
Matt Bierner 32e0e2d66c make csp alerter a class 2018-03-05 11:56:22 -08:00
Matt Bierner 0a68f769f4 Move common command logic to own file 2018-03-05 11:56:22 -08:00
Matt Bierner 3c4002f850 Type settings 2018-03-05 11:56:22 -08:00
Matt Bierner e49c6b3f8e Extract duplicate settings logic to own file 2018-03-05 11:56:22 -08:00
Matt Bierner 36c3f4b008 Move over csp and loading to use webpack 2018-03-05 11:56:22 -08:00
Matt Bierner e5b1420d14 Create basic webpack for markdown preview 2018-03-05 11:56:22 -08:00
Matt Bierner f9aa0e062c Proper fix for markdown font csp
Forgot to save on 6f57929bdb
2018-03-05 11:56:22 -08:00
Daniel Imms 6f8a39fe9b Alt click in terminal only move horizontally in normal buffer
Fixes #44642
2018-03-05 11:36:57 -08:00
Peng Lyu 4024f2cca1 Fix #44914. No monaco-shell in monaco. 2018-03-05 11:21:21 -08:00
Daniel Imms a1b7b1f04b Fix alt+mouse cursor in terminal
Fixes #44586
2018-03-05 10:57:26 -08:00
Daniel Imms efaeeabd6b Only reset terminal layout when orientation changes
Fixes #45074
2018-03-05 10:22:12 -08:00
Ramya Achutha Rao 6e1574671a Use copy of config object to avoid making changes to the readonly objects 2018-03-05 10:22:01 -08:00
Joao Moreno b18d495250 fixes #45069 2018-03-05 19:11:10 +01:00
Daniel Imms 59c18a4b4c Execution oncancel callback
Part of #44745
2018-03-05 09:55:42 -08:00
kieferrm a057f3d72a remove machine id from crash reporting 2018-03-05 09:40:22 -08:00
Ramya Rao 1b08866bd9
Remove old code from when suggest docs was shown inline Microsoft/monaco-editor#553 (#44951) 2018-03-05 09:39:58 -08:00
Joao Moreno 11789a555d fix splitview tests 2018-03-05 18:17:14 +01:00
Joao Moreno 3a028771ef Merge branch 'master' into tyriar/44435 2018-03-05 18:11:26 +01:00
Joao Moreno e15a83a793 fixes #44857 2018-03-05 18:08:09 +01:00