Commit graph

29647 commits

Author SHA1 Message Date
Alex Dima dbd76d987c Adopt latest loader (which is snapshot-friendly) 2018-02-16 12:54:44 +02:00
isidor 6831fb4a2c fixes #43432 2018-02-16 11:49:29 +01:00
isidor 119d49590d minor polish 2018-02-16 11:43:39 +01:00
Isidor Nikolic aa2ef6602a
Merge pull request #43552 from sriram-dev/master
#42557 fix - make open in command multiselect aware
2018-02-16 11:40:52 +01:00
Alex Dima b27a905d2d Make code snapshot-friendly 2018-02-16 11:12:41 +01:00
Sriram Desikan 74dec50ae4 Use set instead of map and set active only on primary instance 2018-02-16 08:34:49 +05:30
Sriram Desikan 51260093c5 Merge https://github.com/Microsoft/vscode 2018-02-16 08:32:41 +05:30
Rob Lourens 936b796aa8 Fix #43758 and failing test 2018-02-15 17:20:09 -08:00
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
Martin Aeschlimann bcda4bd737 Double color boxes appear inside style blocks in html files in 1.21. Fixes #43628 2018-02-15 22:23:11 +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
Till Salinger 054e575037 - shows the user the path while typing (when a slash has been typed)
- text-overflow handled by elliipsis appearing at the beginning of path
2018-02-15 17:48:37 +01: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 5d0366e78e Exclude more than 100 duplicated __generator definitions in workbench.main.js 2018-02-15 12:58:45 +01:00
Christof Marti 1883ccfaa7 Enable duplicate detection on new issues 2018-02-15 12:53:00 +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
Christof Marti 2384ee1353 Update calendar 2018-02-15 09:31:53 +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
Gus Hurovich 7420a04c64 Fix for Emmet's wrap with abbreviation inserting extra spaces (#43345)
* Fixing trailing spaces in expansion

* Emmet - Fixing extra spaces when wrapping with abbreviation

* Avoid fetching tag if there's no need to ezpand again

* Replacing several 'indexof's with regexp

* Making regexp for tagname stricter. Removing unnecessary check.

* Removing extra call to expand.

* tiny changes

* tinitiny changes
2018-02-14 17:08:44 -08:00
Rachel Macfarlane 875706be45 Issue Reporter: Differentiate between open and closed GitHub issues, #43549 2018-02-14 15:48:21 -08:00