Commit Graph
13823 Commits
Author SHA1 Message Date
Martin Aeschlimann 6bac4340f3 [theme] rename peek view match color names (for #23464) 2017-03-30 11:51:43 +02:00
Martin Aeschlimann e146a508c8 [theme] rename editorCurrentFindMatchHighlight -> editorFindMatch (for #23464) 2017-03-30 11:38:13 +02:00
Martin Aeschlimann 57ac341cfd [theme] rename editorSelectionHighlightColor -> editorSelectionHighlight (For #23464) 2017-03-30 11:38:12 +02:00
Sandeep Somavarapu ae0ad03034 Fix #23593 2017-03-30 11:29:36 +02:00
Alex Dima 643de7cdff Fixes #23371: update decorations and default keybindings.json when kb layout changes (if files are opened) 2017-03-30 11:16:22 +02:00
Martin Aeschlimann 3bdf2e2d50 Find input checkbox on high contrast issues. Fixes #23571 2017-03-30 11:15:17 +02:00
Joao Moreno ae46d50241 🎨 unhook scm from marshalling 2017-03-30 10:27:14 +02:00
João Moreno bc9a7bb1f9 Merge pull request #23645 from joaomoreno/scm-api-v2
Update SCM API based on feedback
2017-03-30 09:56:54 +02:00
Johannes Rieken ea04364795 recurse with gap-penalty, fixes #23458 2017-03-30 09:21:04 +02:00
Dirk Baeumer d1dba0ccb8 Fixes #23355: 'Restart Task' command does not restart the task 2017-03-30 09:20:33 +02:00
Joao Moreno b68c8e3347 automatically marshal scm resources 2017-03-30 08:56:28 +02:00
Sandeep Somavarapu 1e111ecff8 Fix #23379 2017-03-30 01:01:42 +02:00
Sandeep Somavarapu dc254a258c Reset selection and focus on filter 2017-03-30 00:30:40 +02:00
Rob Lourens 2a823213ce Fix #23534 - no reason to force --regexp when using --word-regex 2017-03-29 15:12:57 -07:00
Daniel Imms 55732e69e5 Fix cmd terminal link hint on mac
Part of #23522
2017-03-29 14:16:16 -07:00
rebornix 665744231b fix #23616. 2017-03-29 14:00:55 -07:00
Joao Moreno ccfcbe6c6f scm: move from pull to push model 2017-03-29 22:44:25 +02:00
Alex Dima fcfec9f8ce Fixes #23335: classic keybindings editor shows warning for cmd+shift+_ bindings 2017-03-29 22:10:44 +02:00
Martin Aeschlimann 65819f9580 [theme] change setting to workbench.experimental.colorCustomizations 2017-03-29 21:59:11 +02:00
Sandeep Somavarapu ef3853fd2f #23379 - Make action bar visible on row focused 2017-03-29 21:37:01 +02:00
Alex Dima df0566c636 Fixes #23354: Word navigation does not reveal cursor 2017-03-29 21:19:11 +02:00
Rob Lourens 787e0229ea Fix #23548 2017-03-29 11:30:24 -07:00
Rob Lourens 9c20a6dc01 Fix #23529 - wait on async result handling before finishing search 2017-03-29 11:27:42 -07:00
Sandeep Somavarapu 18632f5a8a Add defineKeybinding action to the context menu 2017-03-29 20:26:20 +02:00
Sandeep Somavarapu 603d8771a7 Fix #23285 2017-03-29 20:15:43 +02:00
Rob Lourens 51e58cc5b3 Don't search files.exclude when disregardExcludeSettings is set 2017-03-29 11:10:37 -07:00
Alex Dima 95d4e101bc Fixes #23415: show message if a kb layout is impacted by the new logic 2017-03-29 19:12:59 +02:00
Benjamin Pasero 4be4a427ab Merge pull request #23586 from Microsoft/weinand-patch-1
prevent reload window closes the debuggee; fixes #23390
2017-03-29 10:11:25 -07:00
Benjamin Pasero ddbeb849d4 💄 2017-03-29 10:11:05 -07:00
Johannes Rieken 32a836a82f gap penalty, -Number.MIN_VALUE is smaller then -1, fixes #23581 2017-03-29 18:36:06 +02:00
Andre Weinand 97f95d2752 prevent reload window closes the debuggee; fixes #23390
I cannot reproduce the problem when running out of source, so I could not really verify that the fix works.

`environmentService.debugExtensionHost.break` is used for two things: 1) as an indication that debug mode is active and 2) it indicates that break mode is active. The first use is now broken, because debug mode can be enabled with the command line flag `--debugPluginHost` too.  This dual use forbids that we can just add a test for `--debugPluginHost` when parsing the value from the command line. For this reason I'm following @bpasero's suggestion to use the `debugExtensionHost.port` as an indication that debug mode is active.
2017-03-29 18:24:06 +02:00
Alex Dima 8e32c9103e Fixes #23561: Toggle word wrap affects all tabs in an editor slot 2017-03-29 18:19:20 +02:00
Benjamin Pasero 5f2dd90d72 Cannot save file "deleted from disk" (fixes #23349) 2017-03-29 08:42:35 -07:00
Alex Dima 543f956377 Fixes #23445 2017-03-29 17:33:19 +02:00
Sandeep Somavarapu 3db0796add Fix #23369 2017-03-29 17:20:54 +02:00
Sandeep Somavarapu 0c7629b86e Fix #23489 2017-03-29 17:03:51 +02:00
Martin Aeschlimann b361eb13f9 editorLineHighlightBorderCox should be BorderBox. Fixes #23456 2017-03-29 16:51:23 +02:00
Sandeep Somavarapu b63cd5422d Fix #23395 2017-03-29 16:39:16 +02:00
Dirk Baeumer a9544249b5 Fixes #23578: Handle bash under Windows in terminal task runner. 2017-03-29 16:38:03 +02:00
Dirk Baeumer d5fa376c28 Fixes #23577: Send run task activation even whnen task open handler is used. 2017-03-29 16:38:02 +02:00
Johannes Rieken c4ed98f3de undo monaco.d.ts api breakages and keep using enum #23293 2017-03-29 16:26:46 +02:00
Martin Aeschlimann 805905dfe1 Inconsistent terminology for "finding additional items in the marketplace". Fixes #23490 2017-03-29 16:16:14 +02:00
Benjamin Pasero f79cba94b8 fix #23472 2017-03-29 07:08:12 -07:00
Alex Dima 5e234bf101 Fixes #23460 2017-03-29 16:06:54 +02:00
Benjamin Pasero 265c96b275 fix #23469 2017-03-29 07:01:34 -07:00
Benjamin Pasero 1fa676a0e3 consistent color names (#23464) 2017-03-29 06:58:19 -07:00
Benjamin Pasero 6d2cd6c13f fix #23441 2017-03-29 06:47:13 -07:00
isidor 7e26ba1a3d fixes #22928 2017-03-29 15:43:05 +02:00
Benjamin Pasero 56d3f11376 encoding normalization (reported in #23322) 2017-03-29 06:19:31 -07:00
Johannes Rieken b712ca9783 revert selector changes, #21886 2017-03-29 14:34:42 +02:00