Commit Graph

17964 Commits

Author SHA1 Message Date
Joao c40fd46336 Merge remote-tracking branch 'joao/smoketest' into smoketest 2017-09-04 11:56:35 +02:00
Sandeep Somavarapu 4f8d86c56f Improve smoke tests 2017-09-04 11:51:50 +02:00
Joao cc2cedf6ad fixes #33383 2017-09-01 12:22:13 +02:00
Alex Dima dfd902449c Fixes #33351: Compute the scroll location for a reveal range request based on the already pending animation 2017-09-01 11:40:04 +02:00
Benjamin Pasero ee29fc9c61 Opening WorkSpace opens wp file instead after upgrade (fixes #33614) 2017-09-01 11:17:51 +02:00
Johannes Rieken 95d150db14 add vscode.env.appRoot 2017-09-01 11:09:41 +02:00
Joao 455cddfcae fixes #33153 2017-09-01 11:09:12 +02:00
rebornix a2079a772d Avoid saturation box repainting when unncessary. 2017-08-31 16:14:30 -07:00
Andre Weinand 947baa6e87 fix for no-folder case; fixes #33367 2017-08-31 21:43:58 +02:00
Alex Dima 779b4aeccb Fixes #33412: Don't do smooth scrolling when moving the cursor up/down one line 2017-08-31 18:48:50 +02:00
Alex Dima 7aa36c621b Fix compilation issue 2017-08-31 18:45:13 +02:00
Alex Dima c2803e3c14 Have two animations when jumping at large distances (#33347) 2017-08-31 18:24:37 +02:00
Alex Dima ca2d5dd0a7 Smooth scroll when jumping within the same file (#33414) 2017-08-31 18:24:37 +02:00
Joao Moreno 18bea9c44e list: respect selectOnMouseDown 2017-08-31 17:55:10 +02:00
isidor ca61d17f86 do not show newFile / newFolder action for nonexistent roots 2017-08-31 17:09:57 +02:00
isidor 74b1964953 gray out nonexistent multi root folder
fixes #29738
2017-08-31 16:17:18 +02:00
Joao Moreno 2b51e6bfe2 Revert "fixes #30323"
This reverts commit 062d65d175.
2017-08-31 15:51:03 +02:00
Joao Moreno c541f7fe8f fixes #33383 2017-08-31 15:40:26 +02:00
Alex Dima 1ffdbe427e Fixes #33342: Toggle Minimap command should have View category 2017-08-31 15:13:21 +02:00
Johannes Rieken 1cd745c529 clarify doc, #27939 2017-08-31 14:39:07 +02:00
Alex Dima 7e5d978256 Fixes #33368 2017-08-31 14:21:54 +02:00
Alex Dima 8ce745843c Fixes #33416: use smooth scrolling when revealing a model reference only when jumping within the same model 2017-08-31 14:07:06 +02:00
Martin Aeschlimann b5783867f3 Not all token colour customisations are updated. Fixes #33495 2017-08-31 12:53:21 +02:00
Benjamin Pasero 0dcdf199e3 Undo after external modification does not turn editor dirty (fixes #33580) 2017-08-31 11:38:44 +02:00
isidor a9398d49ad debug: do not allow to launch compound twice
fixes #33558
2017-08-31 11:06:32 +02:00
Sandeep Somavarapu f6870c02ca Fix #32895 2017-08-31 10:59:56 +02:00
Alex Dima 80a4c2f9f3 Fixes #33565: When computing line widths fast, and the width of a line cannot be computed fast, and all the lines are in the viewport, do not reset line widths 2017-08-31 10:25:50 +02:00
Rob Lourens 8b942faafb Fix #33444 - search.excluded folders can still show up in quickopen 2017-08-30 19:33:46 -07:00
rebornix 9d1835d3a1 #re #33344, revert the mouse move monitor checking as the bug is introduced by hue loss. 2017-08-30 15:46:57 -07:00
rebornix ebd61ccd4f Fix #33344. Keep Hue value even when Saturation is 0, otherwise converting color between RGBA/HSLA/HSVA will lead to the loss of Hue.
Since we bring back Hue value properly, https://github.com/Microsoft/vscode/commit/23bd5fee0fcc3272b7c588d094987bd93702f6cf needs to be reverted, our old tests are good.
2017-08-30 15:43:45 -07:00
rebornix 5f6e95ada9 Fix #33348. Push undo stop on every document content change. 2017-08-30 11:54:00 -07:00
Daniel Imms 198dc33084 Prevent multiple requests to windows-process-tree at once
For any given terminal

Fixes #33541
2017-08-30 10:30:32 -07:00
Daniel Imms e130c60482 Properly dispose of WindowsShellHelper
Fixes #33536
2017-08-30 09:56:46 -07:00
Daniel Imms d6ae2b856f Allow waitOnExit when process is killed during launch
Fixes #32276
2017-08-30 09:49:39 -07:00
Martin Aeschlimann 751a32c617 add 'editorOverviewRuler.wordHighlightStrongForeground' (for #26606) 2017-08-30 18:15:30 +02:00
Andre Weinand 5b2362d64b use DAP@1.23.0 2017-08-30 17:58:08 +02:00
Martin Aeschlimann ce2a73e67d error/warning colors in overview ruler (for #26606) 2017-08-30 17:57:33 +02:00
Daniel Imms 5d3ed9d4ee Fix qucik open when terminal is focused
Fixes #32347
2017-08-30 08:37:33 -07:00
Sandeep Somavarapu 7e3ca32005 Fix #31841 2017-08-30 17:29:09 +02:00
Sandeep Somavarapu 4668a3909e Fix #31588 2017-08-30 17:02:09 +02:00
isidor 6c95d55f57 fixes #33452 2017-08-30 16:40:30 +02:00
Martin Aeschlimann 77e635dcda Add separate color id for overviewRuler colors, revert color changes. Fixes #33488 2017-08-30 16:40:10 +02:00
Andre Weinand 95a7ea91f9 make name mandatory; fixes #33361 2017-08-30 16:29:05 +02:00
Sandeep Somavarapu 2c1d843ccb Fix #31561 2017-08-30 16:28:47 +02:00
Adrian a529259e6e Modifying report issues url to include command line options and smarter extensions table (#33225)
* Added arguments to generated issue url

* extensions are disabled message on report issue

* remove arguments from issue report
2017-08-30 16:25:22 +02:00
Alex Dima e070afceab Editor: reveal* family of methods take a ScrollType which can be Smooth or Immediate 2017-08-30 16:18:21 +02:00
isidor 482c3404dd debug: never open internal modules pinned
fixes #33237
2017-08-30 16:07:50 +02:00
Sandeep Somavarapu 172991e241 fix #32993 2017-08-30 16:06:43 +02:00
Joao 5e27e57a8f fixes #33419 2017-08-30 16:06:26 +02:00
Johannes Rieken 911cbd422c fix #33480 2017-08-30 16:03:59 +02:00