Commit graph

9054 commits

Author SHA1 Message Date
Alex Dima daf411d8d2 Move more bracket matching tests to textModelWithTokens.test.ts 2016-08-31 15:47:19 +02:00
Alex Dima 668ff04cda Merge model.brackets.test.ts into textModelWithTokens.test.ts 2016-08-31 15:47:19 +02:00
Joao Moreno 06241839f3 improved code --help localization
fixes #11218
2016-08-31 15:41:27 +02:00
Sandeep Somavarapu 564889c8cb fix #10140 2016-08-31 15:29:39 +02:00
isidor 77d3fe3317 debug repl: history next and previous only enable on last and first line
fixes #11245
2016-08-31 15:24:06 +02:00
Joao Moreno 2f8e7a9e18 add update all extensions global command
fixes #11161
2016-08-31 15:21:25 +02:00
Joao Moreno 746f66a6e7 fallback when no APPDATA is defined
fixes #10616
2016-08-31 15:16:43 +02:00
Sandeep Somavarapu 337688d4f4 Use proper names for find color settings 2016-08-31 15:15:49 +02:00
Joao Moreno 7681c228ad fix askpass ipc
fixes #10329
2016-08-31 15:15:08 +02:00
Joao Moreno 3eafb202c7 close all extensions when going away from viewlet
fixes #10202
2016-08-31 15:09:11 +02:00
Sandeep Somavarapu 08100c8b2c fix #10127 2016-08-31 15:06:05 +02:00
Sandeep Somavarapu ff53eb7711 Use inactive selection setting for non focussed selection 2016-08-31 14:58:22 +02:00
Alex Dima 07d4bf3c06 Fixes #3930: Make it clear that editor.fontSize is expressed in pixels 2016-08-31 14:19:32 +02:00
Benjamin Pasero eb76405080 Tabs look bad in High Contrast theme (fixes #11303) 2016-08-31 13:05:56 +02:00
Martin Aeschlimann 8fce607027 Merge branch 'master' of https://github.com/Microsoft/vscode 2016-08-31 12:58:28 +02:00
Martin Aeschlimann 6d786dba0e [icon themes] prefer file extensions over language association 2016-08-31 12:58:22 +02:00
Benjamin Pasero 767b155cab Seti: font not perfectly aligned with file label (fixes #11227) 2016-08-31 12:49:34 +02:00
Joao Moreno c5afb58b64 do not encode url when opening it
fixes #10033
2016-08-31 12:44:50 +02:00
Joao Moreno 7fc80e5f09 catch bad obsolete file format
fixes #9935
2016-08-31 12:38:32 +02:00
isidor 943835bf77 debug: remove isAttach field from debugService, get it from configuration
fixes #11163
2016-08-31 12:36:24 +02:00
Dirk Baeumer b7ab0e8c90 Fixes #11304: Update node.d.ts for extension to 4.x version to be in line with normal extension development 2016-08-31 12:28:21 +02:00
Joao Moreno e55a58c4fe use clickable instead of a tags
fixes #9179
2016-08-31 12:22:04 +02:00
Joao Moreno 02659b1479 use SVG in tree twisties
fixes #9170
2016-08-31 12:17:46 +02:00
isidor 02436846cb debug new disconnect icon
#10998
2016-08-31 11:49:37 +02:00
Joao Moreno e1a2dc94a4 fix bad commit 2016-08-31 11:46:13 +02:00
Benjamin Pasero 6f84a12872 Rename input field not nice for folders without icons (fixes #11225) 2016-08-31 11:45:15 +02:00
Joao Moreno 39e7eff9af fixes #8558 2016-08-31 11:41:36 +02:00
Benjamin Pasero 55c6f8e10e Rename input odd in high contrast theme (fixes #11226) 2016-08-31 11:35:39 +02:00
Joao Moreno 3e14ed6a02 propagate extension installation errors to UI
fixes #9979
2016-08-31 11:29:00 +02:00
Joao Moreno df2bf8b841 http.proxyAuthorization setting
fixes #6480
2016-08-31 11:29:00 +02:00
Joao Moreno f7a6d19c07 add better error messages
fixes #4827
2016-08-31 11:29:00 +02:00
Joao Moreno e13c306194 bump gulp-symdest 2016-08-31 11:29:00 +02:00
Sandeep Somavarapu 270ddf65ac fix #11270 2016-08-31 11:22:37 +02:00
Johannes Rieken 5d57cf1470 add icons for SymbolKind.Constant, fixes #11171 2016-08-31 11:15:24 +02:00
Benjamin Pasero af82fdc890 Merge pull request #11293 from chrmarti/chrmarti/disabledir
Disable 'dir' traversal
2016-08-31 10:55:56 +02:00
Christof Marti 89afe816e3 Disable 'dir' traversal 2016-08-30 22:43:43 -10:00
Johannes Rieken 182764c361 disconnect token on promise resolve/reject, cancel picker on next picker, fixes #11172 2016-08-31 09:12:28 +02:00
kieferrm 1de4d832cc fixed #11263 2016-08-30 17:26:32 -07:00
Dirk Baeumer 964be94e01 Fixes #11229: Flickering red underlines in code with errors 2016-08-30 21:20:38 +02:00
Alex Dima e1b98c60f6 Fixes #11145: Write integration test for new option bag in TextEditor.edit 2016-08-30 17:37:25 +02:00
Benjamin Pasero 943217edcc a bit lighter icons for light theme 2016-08-30 17:33:40 +02:00
Benjamin Pasero 563577963a Mode detection doesn't work when file doesn't exist, from CLI, from extension mode (fixes #11219) 2016-08-30 17:23:51 +02:00
Alex Dima 374c4e3e99 Fixes #9675: Do not push undo stops when compositing 2016-08-30 17:12:25 +02:00
Benjamin Pasero ac973ed4c1 Typing into embedded editor moves focus into outer editor sometimes (fixes #10686) 2016-08-30 16:35:41 +02:00
isidor e956a5a925 stdFork: dispose of process.on('exit') listener
fixes #11169
2016-08-30 16:34:42 +02:00
Benjamin Pasero 99d95ace6c Quick open perform slow when includeSymbols settings is true (fixes #11177) 2016-08-30 16:11:41 +02:00
Alex Dima 23f074b42e Fixes #9905: Remove default keybindings for sort lines commands 2016-08-30 15:59:23 +02:00
Joao Moreno 039bba1ed0 show commit when --version 2016-08-30 15:53:09 +02:00
Alex Dima 0df8713841 Fixes #8253: Disable font ligatures if editor.fontLigatures is false 2016-08-30 15:46:13 +02:00
Isidor Nikolic 97e49980ab Merge pull request #11168 from joaomoreno/fix11165
Fix "Clear output action takes 1 second to execute"
2016-08-30 10:23:04 +02:00