Commit graph

23417 commits

Author SHA1 Message Date
Matt Bierner 33ec299b85 Reset Styling for meta.embedded for other themes 2017-09-11 11:24:44 -07:00
Matt Bierner 3952d4ed5c Convert Red theme to json 2017-09-11 11:24:44 -07:00
Daniel Imms cd7181dd80 Uplevel xterm.js
Fixes #34161
2017-09-11 11:16:09 -07:00
Matt Bierner 1d992b11f7 Use MarkedString for js completion and sig help 2017-09-11 11:03:44 -07:00
Daniel Imms 48bfb73ae2 Merge pull request #33935 from ihalip/fix-30994
fixed the terminal and find widget key presses
2017-09-11 10:46:02 -07:00
Daniel Imms 7bed94d7e3 Allow ctrl+j to toggle panel when terminal is focused
Fixes #34099
2017-09-11 10:18:21 -07:00
Benjamin Pasero 5ebd3b3460 Quick open history does not restore untitled files (fixes #34156) 2017-09-11 18:50:11 +02:00
Benjamin Pasero 7680b25354 remove unused code (window-all-closed) 2017-09-11 18:22:30 +02:00
Benjamin Pasero 18f3f1d71b 💄 2017-09-11 16:22:45 +02:00
Christof Marti 408482da57 Shortcut when there are no siblings clauses with ripgrep 2017-09-11 07:14:49 -07:00
Benjamin Pasero 01af50793b Show file paths in inactive panes (fixes #29932) 2017-09-11 15:45:59 +02:00
Martin Aeschlimann 177cff1c40 extension editor: add icon themes 2017-09-11 15:43:09 +02:00
Martin Aeschlimann 97c0bdf1e7 extension editor color box: set high contrast color 2017-09-11 15:42:48 +02:00
Martin Aeschlimann d5687531ea Extension contributed colors do not show in the extensions "Contribution Tab". Fixes #34127 2017-09-11 15:33:14 +02:00
Benjamin Pasero 55354382c6 implement getTitle/getDescription for untitled editors 2017-09-11 15:22:20 +02:00
Tony Valderrama 3d6f59a384 Add template system for tab descriptions. (#12965) (#33815)
* Add template system for tab descriptions. (#12965)

* Add a boolean flag to onConfigurationChanged to prevent updates during initialization.

* - Change configuration key to 'workbench.editor.tabSubtitle'.
- Change configuration type to the enum ['default', 'short', 'medium', 'long']
- Move path logic into FileEditorInput.
- Move configuration handling into GroupService/ITabOptions.
- Refactor duplicate path shortening logic.

* Don't consider empty-string descriptions during de-duplication. Don't show subtitle when all descriptions are identical.

* Minor fixes and documentation.
2017-09-11 12:34:34 +02:00
Joao d941eb71c7 build: lock gulp-tsb 2017-09-11 12:33:10 +02:00
Benjamin Pasero 0008cde03a Allow to configure files.encoding and files.autoGuessEncoding per language
fixes #33903
fixes #19890
2017-09-11 11:48:15 +02:00
Joao 7770f2ef26 fix #34120 2017-09-11 11:39:01 +02:00
Benjamin Pasero d6bd346da2 Editor loses focus when you click or drag the window title bar (fixes #30967) 2017-09-11 10:39:41 +02:00
Benjamin Pasero 0d53acce8c Add some more encodings to the picker
fixes #16322
fixes #23646
2017-09-11 10:24:41 +02:00
Benjamin Pasero c7837ea750 remove legacy workspace migration code 2017-09-11 10:11:45 +02:00
Benjamin Pasero e191f750cc fix tests 2017-09-11 10:04:18 +02:00
Johannes Rieken c62644ed13 Merge pull request #33881 from Microsoft/ben/13631
quick fix: select first entry in menu automatically for fast access
2017-09-11 10:00:27 +02:00
Benjamin Pasero 12892d4768 remove todo: legacy backup format 2017-09-11 09:35:57 +02:00
Benjamin Pasero 7fc136f025 remove todo: migration of previous git viewlet 2017-09-11 09:31:41 +02:00
Benjamin Pasero f486590370 label consistency 2017-09-11 08:32:51 +02:00
Benjamin Pasero dfa4067061 💄 import commented 2017-09-11 08:31:51 +02:00
Benjamin Pasero fa269dfaaf Support 'code -rw' in running instance and wait until tab gets closed (fixes #24327) 2017-09-11 08:27:58 +02:00
Rob Lourens 2c385b9806
Bump node-debug2 2017-09-10 17:14:24 -07:00
Daniel Imms 3f2c8abb46 Merge pull request #33954 from Microsoft/tyriar/canvas_terminal
Use canvas to render the terminal
2017-09-10 12:02:42 -07:00
Daniel Imms 02c75d263d Remove enableBold and fontLigratures terminal settings 2017-09-10 12:02:24 -07:00
Daniel Imms 27c1918eb7 Fix font/line height size issues 2017-09-10 10:52:53 -07:00
Daniel Imms ab8ebea781 Uplevel xterm.js 2017-09-10 10:49:52 -07:00
Daniel Imms 379070d9ef Tweak terminal selection defaults 2017-09-10 08:37:18 -07:00
Daniel Imms 9746e5cc0e Add copyright statement 2017-09-10 08:29:42 -07:00
Daniel Imms 7df8d06aee Support terminal.selectionBackground theme key
Fixes #28397
2017-09-10 08:28:30 -07:00
Daniel Imms 61cef0a648 Support new terminal theme model 2017-09-10 08:16:29 -07:00
Daniel Imms 62afc94f38 Uplevel xterm.js
cursorAccent theme color
2017-09-10 08:03:59 -07:00
Joao Moreno d62bb39e16 smoke 2017-09-10 09:43:31 +02:00
Daniel Imms 055b8b4500 Uplevel xterm.js 2017-09-09 21:26:37 -07:00
rebornix f425a51b74 Remove duplicate require. 2017-09-09 19:23:20 -07:00
Rob Lourens dd97ea27fe Merge pull request #34068 from rcjsuen/patch-1
Fix a small typo in snippet.md
2017-09-09 09:41:45 -07:00
Rob Lourens 260fce986b
Fix #31496 - don't take selected text when focus is already in the search viewlet 2017-09-09 09:25:23 -07:00
Joao Moreno 50b82f6858 smoke: take screenshot when waitFor times out 2017-09-09 15:22:39 +02:00
Remy Suen 6327b3136b Fix a small typo
Signed-off-by: Remy Suen <remy.suen@gmail.com>
2017-09-09 19:15:20 +09:00
Joao Moreno 8d98227e60 smoketest: debug 2017-09-09 12:04:12 +02:00
Benjamin Pasero b85a6a76a4 Merge branch 'master' into ben/13631 2017-09-09 08:10:43 +02:00
Matt Bierner dce4442b91 remove no longer needed todo 2017-09-08 22:58:52 -07:00
Matt Bierner 2dcc231cdb Pick up new TS insiders 2017-09-08 22:58:52 -07:00