Commit Graph

17093 Commits

Author SHA1 Message Date
Martin Aeschlimann 40864e1cbb Standalone editor coloring issues. Fixes #23580 2017-03-30 19:55:44 +02:00
Rob Lourens 2214d34a9b Tweak launch.json - Fix #23626 2017-03-30 10:41:39 -07:00
Rob Lourens 16d359d405 Bump node-debug2 2017-03-30 10:30:51 -07:00
Benjamin Pasero 47ca38c207 avoid new Date() and Math.round() for performance numbers 2017-03-30 09:32:06 -07:00
Joao Moreno 286c3786cf 🐛 fix npe 2017-03-30 18:08:27 +02:00
Johannes Rieken bbe4c8de6f check array.length, not array, fixes #23404 2017-03-30 17:42:38 +02:00
Alex Dima 2f315f1021 Align code on all operating systems 2017-03-30 17:32:57 +02:00
Martin Aeschlimann 8fb7fea7c2 [theme] color descriptions to end with a dot 2017-03-30 16:56:37 +02:00
Martin Aeschlimann b945d3caab [theme] rename editorPeek* -> peekView* (for #23464) 2017-03-30 16:56:37 +02:00
Isidor Nikolic 03748e79c6 Merge pull request #23670 from michelkaporin/exception-widget
Exception widget UI update with respect to DA protocol
2017-03-30 16:41:16 +02:00
Martin Aeschlimann 9ee6801d05 [theme] rename editorPeekResultsSelected -> editorPeekResultsSelection (for #23464) 2017-03-30 16:33:03 +02:00
Joao Moreno f6dfd2fae1 🐛 show current scm provider in viewlet title
fixes #23437
2017-03-30 16:26:08 +02:00
Martin Aeschlimann 658643a31c [theme] rename editorGuide -> editorIndentGuides (for #23464) 2017-03-30 16:24:05 +02:00
Joao Moreno c2b0ea9193 make SourceControlResourceState.command optional 2017-03-30 16:15:51 +02:00
Benjamin Pasero 8060f655e5 revert for #22527 since hot exit is now case sensitive 2017-03-30 07:13:21 -07:00
Benjamin Pasero 5b8e5c60ad Revert "fix #22899"
This reverts commit 9793e5740f.
2017-03-30 07:01:30 -07:00
Michel Kaporin be6caecbc7 Code sanity. 2017-03-30 16:01:19 +02:00
Michel Kaporin 0ea9aa7b89 Updated widget UI with respect to #22078 discussion. Fixes #23388. 2017-03-30 16:01:19 +02:00
Michel Kaporin 01fe17bb24 Missing details null check added per DA protocol specification. 2017-03-30 16:01:19 +02:00
Joao Moreno 7ca9653d7d Merge branch 'joaomoreno-fix-menu-actions-args' 2017-03-30 16:00:36 +02:00
Joao Moreno 10659a1106 Merge branch 'fix-menu-actions-args' of https://github.com/joaomoreno/vscode into joaomoreno-fix-menu-actions-args 2017-03-30 16:00:21 +02:00
Alex Dima 4461a80c7a Fixes #23393: duplicate entries in default-keybindings 2017-03-30 15:34:29 +02:00
Joao Moreno 8f989036dd 🐛 add missing menu intellisense
fixes #23438
2017-03-30 15:31:26 +02:00
Joao Moreno 24eb9e571f 🐛 pick up activeEditor for git commands
fixes #23416
2017-03-30 15:18:18 +02:00
Martin Aeschlimann 18affc0b0b [json] update service (fixes NPE in color requestor) 2017-03-30 15:06:52 +02:00
Alex Dima 822ab91b89 Fixes #21780: Add keyboard.dispatch setting 2017-03-30 14:52:14 +02:00
Joao Moreno 02c23884e3 🐛 fix commands naming
fixes #20810
2017-03-30 14:45:31 +02:00
Joao Moreno 0747f366f0 🐛 change scm/resource/context to scm/resourceState/context
fixes #23653
2017-03-30 14:42:44 +02:00
Joao Moreno 8738327b29 🐛 any resource can come in via command arguments 2017-03-30 14:40:55 +02:00
isidor d1d5b8009c debug: remove stale distinct breakpoint call since we now support multiple breakpoints per line
fixes #23659
2017-03-30 14:31:37 +02:00
Alex Dima bdfb840fbc Fixes #22534 2017-03-30 14:15:48 +02:00
Alex Dima 2f7fb6c5e6 Fixes #22541 2017-03-30 14:10:45 +02:00
Sandeep Somavarapu 31a503af71 Fix #17688 2017-03-30 14:06:33 +02:00
Sandeep Somavarapu c49bcf1edc Fix #23377 2017-03-30 13:11:11 +02:00
Alex Dima 46820c0d0c Fixes #21729: Issue with text selection over minimap 2017-03-30 12:57:08 +02:00
Alex Dima b295c7722e Fixes #23541: Multiline Ctrl+D does not work in CRLF files 2017-03-30 12:47:33 +02:00
Martin Aeschlimann c9f06d862f [theme] rename editorPeekBorders -> editorPeekBorder (for #23464) 2017-03-30 12:21:08 +02:00
Martin Aeschlimann 6534252837 [theme] rename checkedBorderColor -> inputActiveOptionBorder (for #23464) 2017-03-30 12:18:42 +02:00
Martin Aeschlimann 320a91118d [theme] rename editorInvisibles -> editorWhitespaces (for #23464) 2017-03-30 12:18:42 +02:00
Sandeep Somavarapu 20a6340c58 Fix #21375 2017-03-30 12:17:41 +02:00
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
Martin Aeschlimann 94d2a5ab4b [themes] solarized-dark polish: add colors for peek, hover (#23638) 2017-03-30 10:48: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
Martin Aeschlimann 097e6598eb Merge pull request #23638 from Microsoft/roblou/solarizedDark
Add extra theme colors to Solarized Dark for #23294
2017-03-30 09:36:53 +02:00