Commit Graph
73433 Commits
Author SHA1 Message Date
Johannes Rieken 5920e7132e debt - use innerText instead of innerHTML 2020-08-13 16:08:10 +02:00
Benjamin Pasero fca5c66e0d Dragging a diff view to another editor group loses scroll position (fix #104517) 2020-08-13 14:51:18 +02:00
Alex Ross ece81412c7 Reworks alignment logic to handle certain nesting cases (#85657)
* Removes short-circuit that causes mis-alignment

* Better alignment fix of items w/ icons

Items with an icon that belong to a parent with an icon, but have siblings with children but without icons should now be aligned properly

Co-authored-by: Alex Ross <alros@microsoft.com>
2020-08-13 13:31:11 +02:00
Alex Ross 5f1815c320 Merge branch 'master' into eamodio/tree-alignment 2020-08-13 13:30:14 +02:00
Benjamin Pasero 15bf20dd56 scorer - cache needs to account for multi-queries 2020-08-13 13:29:43 +02:00
Benjamin Pasero c18e316126 scorer - fix debug messages 2020-08-13 13:22:04 +02:00
Benjamin Pasero 28a32aa4bf scorer - boost uppercase matches (to help camelcase matches win) 2020-08-13 13:20:12 +02:00
Caio 6d520b812f remove .h++-specific icons 2020-08-13 08:04:42 -03:00
Benjamin Pasero 611f6f9364 scorer - drop prefix and camelcase scoring and prefer lcs 2020-08-13 12:58:19 +02:00
Johannes Rieken 4398a424d5 fix compile error 2020-08-13 12:49:55 +02:00
Johannes Rieken 2d9ffda246 some jsdoc, https://github.com/microsoft/vscode/issues/102091 2020-08-13 12:16:13 +02:00
Johannes Rieken aabb4e3aa3 add TextDocument#notebook api proposal, https://github.com/microsoft/vscode/issues/100890 2020-08-13 11:42:58 +02:00
Alex Ross 1d08d20301 Position tree markdown hovers with mouse x 2020-08-13 11:27:49 +02:00
Isidor Nikolic 2f1c4b0f9e Merge pull request #104528 from relmify/compare-full-filenames
Compare full filenames
2020-08-13 11:14:01 +02:00
Benjamin Pasero ad415a08c6 web - remove shell_exec from php sample 2020-08-13 10:39:46 +02:00
Johannes Rieken 78ba6126c6 make sure to dispose worker service when test is done, should fix https://github.com/microsoft/vscode/issues/104485 2020-08-13 10:38:24 +02:00
Johannes Rieken 186c5879ce Revert "maybe maybe for https://github.com/microsoft/vscode/issues/104485"
This reverts commit af3c1cfdef.
2020-08-13 10:38:24 +02:00
Isidor Nikolic 2e2f69d92f Merge pull request #103891 from bamurtaugh/bamurtaugh/install-debug-extension
Add "Install Debug Extension(s)" Action
2020-08-13 10:24:36 +02:00
Benjamin Pasero aa6e57d93c notifications - enable ellipsis overflow for buttons again 2020-08-13 10:11:10 +02:00
Benjamin Pasero 6e57a9a4bb nls - remove legacy local.json migration 2020-08-13 09:59:09 +02:00
Benjamin Pasero f0f223a1f1 💄 binary file editor 2020-08-13 09:45:04 +02:00
Rob Lourens 34dee12ff3 MOVE_EDITOR context not used when dragging between groups
Fix #104535
2020-08-12 22:14:07 -07:00
Daniel Imms f7f05dee53 Don't require creationOptions to be the same object
Fixes #102950
2020-08-12 17:02:40 -07:00
SteVen Batten c12abc9bb4 fixes #104448 2020-08-12 17:01:08 -07:00
Connor Peet 49924e7ba0 debug: improve self-host debug configurations
https://github.com/microsoft/vscode/issues/100368
2020-08-12 16:41:11 -07:00
Daniel Imms 9a2696d391 Don't fire onDidChangeTerminalDimensions when cols/rows is 0
Fixes #83778
2020-08-12 16:33:55 -07:00
Leila Pearson 5fb7d2aa2f Compare full filenames
This change fixes issue #99955

When comparing file and folder names, after grouping  by type if applicable, compare the full name all at once instead of separately
comparing the name and the extension.

This change makes filename comparisons work the same as they
do in the Mac File Explorer and the same as a standard locale-based
sort with the numeric option (a form of natural sort) enabled.

Windows File Explorer has a different sort order due to treating the
dot character differently. Many terminal programs and sites like
github also differ, using a unicode-sort instead of a locale-based sort.
2020-08-12 16:33:14 -07:00
Daniel Imms c80b8a3318 Fix wrapping overflow when up against the edge
Fixes #104508
2020-08-12 16:18:37 -07:00
SteVen Batten bf5bb7fc61 push SCM above added panes by default 2020-08-12 16:07:04 -07:00
Caio 2416082d2d revert seti-ui update but leave h++-specific icons 2020-08-12 19:41:41 -03:00
noecald eeae2a6445 revert to 2.2 and 0.1.2 temporarily 2020-08-12 15:39:25 -07:00
b51f344771 don't use tranlate3d in notebooks for custom menus
Co-authored-by: SteVen Batten <sbatten@microsoft.com>
Co-authored-by: rebornix <penlv@microsoft.com>
2020-08-12 15:33:38 -07:00
Eric Amodio 7f37c2ec27 Better alignment fix of items w/ icons
Items with an icon that belong to a parent with an icon, but have siblings with children but without icons should now be aligned properly
2020-08-12 18:11:31 -04:00
Connor Peet 3e9c6eafd6 debug: fix parent session badge not hiding correctly
Fixes https://github.com/microsoft/vscode-js-debug/issues/664
2020-08-12 14:44:06 -07:00
Brigit Murtaugh fa0a611063 Merge branch 'master' into bamurtaugh/install-debug-extension 2020-08-12 14:37:38 -07:00
noecald cb633a5d73 add minor version 2020-08-12 14:05:27 -07:00
Eric Amodio 467f014634 Removes rogue onFileSystem activation 2020-08-12 16:57:40 -04:00
rebornix edcc70c8a3 💄 2020-08-12 13:48:53 -07:00
Rob Lourens 4d77523642 Add context menu to notebook cells
Also make inline actions always show up in the overflow menu as well
Fix #103920
2020-08-12 13:46:07 -07:00
noecald 7c48b0cfa2 removed 2.2 dependency 2020-08-12 13:42:33 -07:00
Eric Amodio 4a67f133c8 Removes short-circuit that causes mis-alignment 2020-08-12 16:41:54 -04:00
rebornix 8c1aa16f4b fix #102156. 2020-08-12 13:34:15 -07:00
rebornix 37697bc556 fix #104128. 2020-08-12 13:24:43 -07:00
rebornix 7d9f54c96e add join cell above into toolbar context menu 2020-08-12 13:24:43 -07:00
Dasharathi, Abhijith 9891b8e882 Updating the unit test with the code changes 2020-08-13 01:51:41 +05:30
Brigit Murtaugh cfa0e31680 Merge branch 'master' into bamurtaugh/install-debug-extension 2020-08-12 12:58:42 -07:00
Jackson Kearl e4a77a8009 Fix #100328: search view: preserve last focused item 2020-08-12 12:39:13 -07:00
Dasharathi, Abhijith 4e51025355 Removing any trailing : from the selected range and incorporating changes suggested 2020-08-13 01:00:07 +05:30
chrisdias ff5a252d06 update distro 2020-08-12 12:28:41 -07:00
Brigit Murtaugh a6e9a6a2ba Merge branch 'master' into bamurtaugh/install-debug-extension 2020-08-12 11:51:23 -07:00