Commit graph

17500 commits

Author SHA1 Message Date
Maxwell Paul Brickner 6335dd3eb4 Changed link to use https
This is a very minor change. I just changed the link to stackoverflow to use https instead of http. ^ _ ^
2017-04-13 17:34:50 -04:00
Martin Aeschlimann 9bb956b219 [theme] suggest widget match highlight 2017-04-13 22:51:57 +02:00
Martin Aeschlimann c6ce043c2a [theme] searate list selection outlines for high contrast suggest widget colors 2017-04-13 22:07:14 +02:00
Martin Aeschlimann b008858740 [theme] suggest widget 2017-04-13 22:07:14 +02:00
Dominic Valenciana e60ea34adc Nested code lines now no longer display the hover border left. (#24686)
* Nested code lines now no longer display the hover border left.

* Added fix for both light and hc themes.
2017-04-13 11:05:35 -07:00
Michel Kaporin fd27a89df5 Reverted back to iconv-lite dependancy until discovery why iconv module breaks the build. 2017-04-13 19:58:13 +02:00
Michel Kaporin 51dd9749a4 Updated iconv version to latest. 2017-04-13 19:03:20 +02:00
Michel Kaporin 018d824619 Added task that generates nls.metadata.json as a dependency for translations pushing. 2017-04-13 18:32:51 +02:00
Michel Kaporin 1ac2a17bb6 Fixed gulp task termination before all translations were emitted. Fixed issue with incorrect encoding for pulled translations. 2017-04-13 18:24:11 +02:00
Johannes Rieken e5fa2e943d 💄 2017-04-13 17:46:04 +02:00
Johannes Rieken 1fce212024 announce summary after renaming a symbol, #17247 2017-04-13 16:36:07 +02:00
Johannes Rieken b83f0b2fad announce accepted suggestion label and text, fixes #17236 2017-04-13 16:16:20 +02:00
Isidor Nikolic b01632798d Merge pull request #23878 from QwertyZW/setState
Let the widgetactions debug UI reflect the state of a focused thread
2017-04-13 16:12:51 +02:00
Johannes Rieken f3ffc2ed9b fix #24435 2017-04-13 15:35:10 +02:00
Johannes Rieken c354922c33 fix #24457 2017-04-13 15:15:17 +02:00
Johannes Rieken ef4b55dfef fix #24640 2017-04-13 15:02:32 +02:00
Alex Dima 8f67f0721c Fixes #24566: Add support for three char hex colors in syntax colors 2017-04-13 15:07:00 +03:00
Johannes Rieken 1798af5363 update test lifecycle 2017-04-13 12:57:56 +02:00
Johannes Rieken 20651fb6d6 make xvfb an arg 2017-04-13 12:44:37 +02:00
Johannes Rieken 7ac05a0a88 pass on args 2017-04-13 12:09:40 +02:00
Johannes Rieken f1551be59e add xvfb test script 2017-04-13 12:08:10 +02:00
Joao Moreno 85b04dc330 🎨 git.ignoreLegacyWarning 2017-04-13 10:04:48 +02:00
Joao Moreno 09400d8073 Merge branch '24283-adding-never-show-in-git-extension' of https://github.com/timbanaveen/vscode into timbanaveen-24283-adding-never-show-in-git-extension 2017-04-13 09:56:04 +02:00
Dirk Baeumer ab1742f207 Merged in translations 2017-04-13 09:48:08 +02:00
Benjamin Pasero edc636dfd5 adopt tree/list styler 2017-04-13 09:05:51 +02:00
Benjamin Pasero 37d4fa2bd0 extract tree/list css into dynamic stylesheet 2017-04-13 09:05:51 +02:00
Johannes Rieken 2efc376a80 Merge pull request #24469 from mjbvz/allow-title-only-code-lens
Allow Code Lenses to only Provide a Title and no Backing Command
2017-04-13 08:55:28 +02:00
NKumar2 615ebe524b Adding 'never show again' in Git Extension 2017-04-13 12:10:19 +05:30
Matt Bierner d1b315f030 Fix a webview initial zoom possibly being incorrect 2017-04-12 17:56:45 -07:00
Matt Bierner a0cb432471 Allow Code Lenses to Provide only a Title
Fixes #24209

**Bug**
Currently, for the js/ts references code lens, even if there are zero references you can click on the lens. This display an empty peek view

**Fix**
Allow code lenses to only register a title for the lens with no actual backing command
2017-04-12 15:47:20 -07:00
rebornix 8d3f2bf45b Fix #24553. We should allow paste content besides the selection. 2017-04-12 15:35:38 -07:00
rebornix 97e8bf8ca3 Fix #24616. Do not update mouse pointer style when dnd is disabled. 2017-04-12 14:55:17 -07:00
Matt Bierner 5f628cd731 Use js/tsconfig schema for jsconfig.*.json files (#24637)
Fixes #24572

Applies the js/tsconfig schema to file names such as `jsconfig.app.json`
2017-04-12 14:46:08 -07:00
Benjamin Pasero c342bea4e5 disable translate3d for tabs title control scrolling 2017-04-12 18:45:08 +02:00
Alex Dima 9533699556 Fixes #24426: editor.occurrencesHighlight should be honoured by SelectionHighlighter 2017-04-12 18:27:24 +02:00
Alex Dima 705fe98da2 Fixes #24022 2017-04-12 17:50:54 +02:00
Joao Moreno 75811f214d 🐛 fix instantiation warning 2017-04-12 17:42:07 +02:00
Martin Aeschlimann 7e722bf0bc [theme] complete renameInputWidget: box-shadow, border 2017-04-12 17:27:19 +02:00
Martin Aeschlimann b39d2ffc08 [theme] editor accessibility widget 2017-04-12 16:45:25 +02:00
isidor 6cbd653811 fix typo 2017-04-12 16:38:57 +02:00
Martin Aeschlimann 59a41a7cd6 [theme] rename editorFindWidgetBackground to editorWidgetBackground, add editorWidgetShadow and use in findOptionsWidget 2017-04-12 16:25:26 +02:00
Isidor Nikolic 8ae90c012e Merge pull request #24499 from lifez/option-keep-activity-bar-in-zen-mode
Add zenMode.hideActivityBar option
2017-04-12 15:56:14 +02:00
Joao Moreno 2c53097aeb 🐛 remove extension sort order
fixes #24534
2017-04-12 15:40:25 +02:00
Joao Moreno fdf9830d7e improve test script help 2017-04-12 15:40:08 +02:00
Sandeep Somavarapu a079ef154c Fix #18351 2017-04-12 15:27:24 +02:00
Martin Aeschlimann e86e17e11b [seti] fix vertical alignment on Windows 2017-04-12 14:51:45 +02:00
Benjamin Pasero 6570bed8e8 Keyboard shortcuts not visible in command palette (fixes #24531) 2017-04-12 14:25:59 +02:00
Benjamin Pasero 581962b773 NPE in selectBox.ts (fixes #24584) 2017-04-12 13:48:45 +02:00
Joao Moreno a00275b3c3 Merge branch 'jordanmkasla2009-master' 2017-04-12 12:34:49 +02:00
Joao Moreno b04a827f69 🐛 better handle uris in windows
related to #20290
2017-04-12 12:34:09 +02:00