Commit Graph

22683 Commits

Author SHA1 Message Date
Matt Bierner e1f33fbb07 Rename ext host / main thread editor to textEditor
Rename to make it more clear that these APIs are for `vscode.TextEditor`
2018-02-15 15:32:16 -08:00
Matt Bierner c37e742023 Hookup basic webview.viewColumn 2018-02-15 15:27:39 -08:00
Martin Aeschlimann bffbf8b1e7 Clarify diffEditor.inserted/removedTextBackground (#41201) 2018-02-15 22:38:49 +01:00
Rachel Macfarlane 2a445d90d2 Tag issues generated by issue reporter, telemetry improvements 2018-02-15 12:51:56 -08:00
Martin Aeschlimann d019a5bed2 [theming] Make contrastActiveBorder around text optional/themeable. Fixes #43761 2018-02-15 21:49:34 +01:00
Matt Bierner 70b41f0b2d Use onEditorsChanged to fire webview onBecameActive and onBecameInactive
Fixes #43775
Fixes #43776
2018-02-15 11:07:06 -08:00
Matt Bierner ae15d09cbc Mark injected service properties as readonly 2018-02-15 10:38:37 -08:00
Matt Bierner 8602124979 Move webview commands to own file 2018-02-15 10:25:45 -08:00
Matt Bierner 427b3bbe5d Move webview keybindings to own file 2018-02-15 10:25:45 -08:00
Matt Bierner 7a7e566e41 Mark ids readonly 2018-02-15 10:25:45 -08:00
Matt Bierner 7f2cdefd1d Cleanup webview findwidget 2018-02-15 10:25:45 -08:00
Matt Bierner 57c65e2e17 Don't use default export for webview 2018-02-15 10:25:45 -08:00
Matt Bierner ab8438a8f0 Remove duplicate types 2018-02-15 10:25:45 -08:00
Matt Bierner 83ccb8552e Combine emitter and event definitions 2018-02-15 10:25:45 -08:00
Matt Bierner 4ba0a75cbb Extract getActiveTheme 2018-02-15 10:25:45 -08:00
Matt Bierner 8b096ad66b Move scrollbar-thumb css logic into webview 2018-02-15 10:25:45 -08:00
Matt Bierner 3fbaf30825 Extract registerFileProtocols 2018-02-15 10:25:45 -08:00
Matt Bierner 493651d6ce Make webview.contents a string instead of an array of strings 2018-02-15 10:25:45 -08:00
EbXpJ6bp 0ace6ef8ea Improve Issue Reporter UI
* improve scrollbar margin
* add cursor property
* no wrapping of label text
2018-02-15 09:26:48 -08:00
Martin Aeschlimann 861c6bf17f [theming] editorOverviewRuler.addedForeground & deletedForeground not working. Fixes #43356 2018-02-15 17:44:09 +01:00
Daniel Imms 9e0baca2f1 Ensure tab has instances before showing in dropdown
Fixes #43749
2018-02-15 08:38:07 -08:00
isidor b031771078 fix build error 2018-02-15 17:05:24 +01:00
isidor 79ec0c070d fixes #43752 2018-02-15 17:02:30 +01:00
isidor 72e32fbe79 bring back open editors visible
fixes #43597
2018-02-15 16:10:41 +01:00
isidor 9259113c17 debug: show breakpoint icon in view
fixes #3388
2018-02-15 16:02:50 +01:00
Alex Dima c869fef06c Do not include line number value in exception message 2018-02-15 13:01:19 +01:00
Alex Dima 3751acf55f Fixes #43740 2018-02-15 11:12:05 +01:00
Alex Dima 3efe22f155 Fixes #43735 2018-02-15 11:00:25 +01:00
isidor f33518bfd1 debug: breakpoint glyph handle function breakpoint not supported 2018-02-15 10:46:55 +01:00
Matt Bierner 78fab8dce2 Remove extra logging statements 2018-02-14 22:31:05 -08:00
Rob Lourens 70e020b237 Fix #42219 - don't invoke ripgrep on workspace folders that don't exist 2018-02-14 19:19:00 -08:00
Matt Bierner 3412eab2ec Webview Api Prototype (#42690)
* Webview api

* Cleaning up markdown webview

* Hooking up dispose

* Fix some merge errors

* Use custom context key to show markdown title bar contributions

* Add basic on focus and on blur events

* Fixing find widget in webview

* Hookup _isDisposed

* Use new extension resource scheme to load markdown extension resources

* Documenting keep alive
2018-02-14 18:52:26 -08:00
Ramya Achutha Rao dbcf30ddbc Manage Extensions from gear menu fixes #43708 2018-02-14 18:02:27 -08:00
Ramya Achutha Rao 28a0426d0b Rename setting to showRecommendationsOnlyOnDemand #43471 2018-02-14 17:43:23 -08:00
Ramya Achutha Rao 4d8eb83c77 Setting to disable eager recommendations fixes #43471 2018-02-14 17:15:55 -08:00
Rachel Macfarlane 875706be45 Issue Reporter: Differentiate between open and closed GitHub issues, #43549 2018-02-14 15:48:21 -08:00
Ramya Achutha Rao deec213362 Revert "Fix #41571" as it breaks tests
This reverts commit 00262fb390.
2018-02-14 15:00:50 -08:00
Rachel Macfarlane cf360e0054 Update duplicate search endpoint in issue reporter 2018-02-14 14:29:27 -08:00
Rob Lourens a6a9ce9ecb Fix Settings Search Issue title in reporter 2018-02-14 13:50:09 -08:00
Daniel Imms 68054914a4 Evenly spread out term panes on sash reset 2018-02-14 11:44:34 -08:00
Daniel Imms 696d990928 Allow more than one split 2018-02-14 11:30:07 -08:00
Sandeep Somavarapu 00262fb390 Fix #41571 2018-02-14 19:35:36 +01:00
Daniel Imms 2851180ae1 Add split vertically terminal context menu action 2018-02-14 10:29:03 -08:00
Daniel Imms c7bdbbe116 Correct terminal action names 2018-02-14 10:27:06 -08:00
Daniel Imms 38f87ec0d0 Make terminal pane focus directional generic, add up/down 2018-02-14 10:14:21 -08:00
Daniel Imms f51deb548b Update terminal dropdown when closing left split pane 2018-02-14 09:44:40 -08:00
Sandeep Somavarapu 1542efd648 Fix #42978 2018-02-14 15:57:19 +01:00
isidor 7db7f5bd45 debug: move getBreakpointMessageAndClassName to breakpointsView so it can be reused 2018-02-14 15:57:11 +01:00
Sandeep Somavarapu 950574c378 Fix #32012 2018-02-14 13:38:20 +01:00
isidor 6ee5bdc241 debug: fix layering a bit, move things to /browser 2018-02-14 12:04:21 +01:00