Commit graph

2549 commits

Author SHA1 Message Date
Benjamin Pasero b0b6af5754 Extensions quick open: Can no longer click into installing extension without quick open closing (fixes #2492) 2016-01-28 15:24:12 +01:00
Benjamin Pasero 491b3e1f91 Not using standard landmarks (fixes #2486) 2016-01-28 15:03:09 +01:00
Alex Dima c9fb992a65 Fixes #2410: Add Alt+F1 help widget, Ctrl+Shift+R for toggling on experimental screen reader support, ariaLabel option for the editor 2016-01-28 15:02:18 +01:00
Erich Gamma 7fc4b8bf0e Merge branch 'master' of https://github.com/Microsoft/vscode 2016-01-28 14:42:35 +01:00
Erich Gamma d3c32e6929 Fixes #2455 2016-01-28 14:42:10 +01:00
isidor 97f15a9088 panel: set z-index to initial, not 1
fixes #2321
2016-01-28 14:27:19 +01:00
Erich Gamma df7a28a904 Fixes #2369 2016-01-28 14:15:11 +01:00
Andre Weinand baaa42c0e9 update to latest node-debug 2016-01-28 12:46:19 +01:00
Andre Weinand 27c9b5cf19 fix typo in debug protocol 2016-01-28 12:43:30 +01:00
Alex Dima 8a21d65d78 Fixes #2304: Use better label when tabFocusMode is enabled 2016-01-28 12:08:48 +01:00
Benjamin Pasero 1445018228 better fix for hiding actions in splitview headers 2016-01-28 11:30:28 +01:00
Alex Dima 75741257df Fixes #2448: Make error box same height as find input and align it vertically, use 'No results' instead of '0 of 0' 2016-01-28 11:27:54 +01:00
Benjamin Pasero 34801e450f Focus on selected tree element actions barely visible (fixes #2287) 2016-01-28 11:25:56 +01:00
Joao Moreno 8f7aa676ed fixes #2418 2016-01-28 11:21:19 +01:00
Joao Moreno 0ab005e028 don't ignore mixin setting 2016-01-28 11:21:19 +01:00
Alex Dima 599727bf77 Fixes #2417: All read only editors enter tabFocusMode automatically 2016-01-28 11:13:24 +01:00
Alex Dima ae17b9ca36 Fixes #2197: "Change All Occurrences" needs writable editor 2016-01-28 11:07:09 +01:00
Alex Dima 78a8cf8960 Fixes #1400: Write to clipboard the text with its actual EOL character 2016-01-28 11:02:49 +01:00
Martin Aeschlimann db40c87ba8 Fixes #2446: [json] Unable to load schema jsconfig.schema.json 2016-01-28 10:59:15 +01:00
Joao Moreno c2ffc3ffc2 Merge branch 'master' of github.com:Microsoft/vscode 2016-01-28 10:27:36 +01:00
Joao Moreno 4cb90f3b64 Merge branch 'krizzdewizz-master' 2016-01-28 10:27:00 +01:00
Joao Moreno 6232afb856 Merge branch 'master' of https://github.com/krizzdewizz/vscode into krizzdewizz-master 2016-01-28 10:11:20 +01:00
Joao Moreno 66dee502fd fixes #2458 2016-01-28 09:48:56 +01:00
Benjamin Pasero 685baff923 Weird wording when migrating auto-save setting (fixes #2363) 2016-01-28 08:52:25 +01:00
Benjamin Pasero bb94a5b5b2 Improve quick open accessibility (fixes #2393) 2016-01-28 08:49:17 +01:00
Benjamin Pasero ab5dce2444 Up and down arrows should jump through splitview headers (fixes #2373) 2016-01-28 07:56:41 +01:00
Benjamin Pasero ddbb872ca1 some more focus css tweaks 2016-01-28 07:38:18 +01:00
Sofian Hnaide 46234232d9 fix #2400 Check that the user is internet-connected before loading the getting started page 2016-01-27 16:16:45 -08:00
Andre Weinand 77d07b0156 remove tests from node-debug 2016-01-27 23:47:38 +01:00
Andre Weinand 3d6d958cd3 Fixes #2429: normalize drive letter to lower 2016-01-27 19:17:55 +01:00
Alex Dima 3d71b0e525 Fixes #1197: Sort decorations before rendering for consistent rendering output 2016-01-27 18:22:43 +01:00
Joao Moreno 37c2157978 extensions can become obsolete, so delete them on startup
fixes #2096
2016-01-27 18:07:51 +01:00
Martin Aeschlimann f8836d7698 Fixes #2322: OSS README in TypeScript extension needs to be updated 2016-01-27 18:00:08 +01:00
Martin Aeschlimann 338ff58622 Fixes #2422: json extension ships dev node modules such as mocha and typescript that adds more than 13MB 2016-01-27 18:00:08 +01:00
Alex Dima 6789019e67 Fixes #1140: auto closing bracket intercepts deleteLeft only when there is no selection 2016-01-27 17:47:02 +01:00
Alex Dima 1b1b0ef12c Further clean up in cursor.test.ts 2016-01-27 17:47:00 +01:00
Alex Dima 7b7ae36a9d Clean up cursor.test.ts 2016-01-27 17:46:59 +01:00
Joao Moreno ce4bc9befb suggest: stop calling layout unnecessarily, second attempt
fixes #2279
2016-01-27 17:42:51 +01:00
Benjamin Pasero 0e8e69e917 Focus decoration go away on hover (fixes #2379) 2016-01-27 17:27:07 +01:00
Joao Moreno 4bcceaa724 suggest: stop calling layout unnecessarily
fixes #2279
2016-01-27 17:22:58 +01:00
Joao Moreno 67111e11b9 better product.json 2016-01-27 17:22:58 +01:00
isidor c6bd22aaf7 debug: verticaly align breakpoint checkbox on win and linux
fixes #2215
2016-01-27 17:22:29 +01:00
Johannes Rieken 899aa459d6 tweak api command doc 2016-01-27 17:10:31 +01:00
isidor 241d480c93 fixes #2462 2016-01-27 17:06:19 +01:00
Benjamin Pasero c1946bdb3b splitview: use opacity to hide actions so that it does not break keyboard a11y 2016-01-27 16:43:37 +01:00
Joao Moreno b14258e8d1 fixes #2127 2016-01-27 15:42:00 +01:00
isidor 794b7d3521 fixes #2269 2016-01-27 15:38:00 +01:00
Johannes Rieken fc3da668bc pull in jrieken.vscode-omnisharp 0.3.1 2016-01-27 15:30:27 +01:00
isidor 353f325bb3 panel: esc to close
fixes #2424
2016-01-27 15:00:14 +01:00
Benjamin Pasero eb9d146d85 Revert "Markdown/HTML Preview: I can open links within VS Code (fixes #2362)"
This reverts commit f8ad5c52ae.
2016-01-27 14:59:53 +01:00