Commit Graph

14225 Commits

Author SHA1 Message Date
Daniel Imms
8f76900a67 node-pty@0.6.1
Fixes #18985
2017-01-21 14:48:00 -08:00
Alex Dima
7292137a04 Fixes #18391 2017-01-21 22:06:39 +01:00
Dirk Baeumer
46e9ab2774 Support OS specific properties in task command definition 2017-01-21 20:36:45 +01:00
Alex Dima
0c65d0a0b8 Do not use fast rendered view line on Linux in the standalone editor (#18975) 2017-01-21 10:10:25 -08:00
Alex Dima
ef772d7175 Fixes #18975: Zoom Level can impact read character widths 2017-01-21 09:55:53 -08:00
Alex Dima
c5407df4b1 Do not use CanvasCharWidthReader on Linux (#18975) 2017-01-21 09:27:28 -08:00
Alex Dima
814f92341a Render find options by themselves temporarily (#18973) 2017-01-21 14:31:50 +01:00
Alex Dima
c7586fce1d Extract find input checkboxes to separate file 2017-01-21 13:40:49 +01:00
Alex Dima
3357ae8f54 Highlight find options when invoking multicursor actions 2017-01-21 13:10:38 +01:00
Benjamin Pasero
a4a2e8dae0 fix tests 2017-01-21 08:42:16 +01:00
Benjamin Pasero
e42705be9c fixes #18731 2017-01-21 08:39:11 +01:00
Benjamin Pasero
6e9996ed6d Intl is not defined in Safari < 10 2017-01-21 08:20:25 +01:00
bgashler1@users.noreply.github.com
7ecae4787a Enlarged stop icons to match disconnect #16929 2017-01-20 21:29:08 -08:00
roblou
91f797b561 node-debug2@1.9.8 2017-01-20 17:28:45 -08:00
Matt Bierner
a02320ba80 Fixes md preview to editor sync when before first element in preview (#18959)
* Fixes md preview to editor sync when before first element in preview

* Fix potential undef reference
2017-01-20 17:23:21 -08:00
Ramya Achutha Rao
aa334d9cd8 Use spread operator instead of Object.assign 2017-01-20 16:49:59 -08:00
Alex Dima
bda6cb768e Fixes #18645: Bracket match does not scroll screen 2017-01-21 01:43:23 +01:00
Alex Dima
1903620c7b Fix duplicated -1 in FastRenderedViewLine 2017-01-21 01:25:20 +01:00
Alex Dima
14ba76f6d2 Fixes #18378: Expose detected-link color to themes 2017-01-21 01:22:57 +01:00
Alex Dima
8289f6fa05 Fixes #18711: File level search & replace won't replace with nothing 2017-01-21 00:57:22 +01:00
Alex Dima
543616cd6e Fixes #18954: Round individual positions 2017-01-21 00:24:58 +01:00
Matt Bierner
dc614f212d Cleanup markdown extension (#18951)
* Splits symbol provider to own file
* Removes duplicate frontmatter logic
2017-01-20 15:20:37 -08:00
Daniel Imms
c486e01988 Fix terminal tab stop issue
Fixes #18952
2017-01-20 14:35:26 -08:00
Matt Bierner
94909e76d0 Fixes #18946 (#18948) 2017-01-20 13:22:41 -08:00
Dirk Baeumer
06072ef762 Cannot define multiple commands in tasks.json #981 2017-01-20 22:06:26 +01:00
Matt Bierner
4c58d0ddbb Merge branch 'master' of https://github.com/microsoft/vscode 2017-01-20 12:53:26 -08:00
Morag S
22cc4a1ce7 Markdown fixes (#18704)
* Fix typos

* Add Go, Rust and Scala

* Adjust Go, Rust and Scala's logic as per #17591
2017-01-20 12:51:09 -08:00
Matt Bierner
d85dc993f9 Support Local File Links from the Markdown Preview (#18824)
* Support Local File Links from the Markdown Preview

Fixes #989

**Bug**

* `file://` links do not work in the markdown preview.
* `./file` and `/file` and `file` links do not work in the markdown preview.

**Fix**
For the first issue, allow `file://` links explicitly.

Add a custom link validator. If the incoming link has no scheme, try to resolve it relative to the current file or workspace. Likes like `/file` are relative to the workspace, while links like `file` or `./file` are relative to the current file.

* Fix reveal of source line on load in markdown preview
2017-01-20 12:44:09 -08:00
Dirk Baeumer
bf89d878d8 Removed <DiagnosticSeverity> cast 2017-01-20 21:21:24 +01:00
Matt Bierner
04603721d8 Merge branch 'master' of https://github.com/microsoft/vscode 2017-01-20 11:43:33 -08:00
Matt Bierner
b5ae881b26 Add Markdown Document Link Provider To Support Local Links (#18821)
* Support []() links

* Fix for file switching

* Fix local links with hash fragments
2017-01-20 11:36:34 -08:00
Benjamin Pasero
3f72812d61 update panel order to put problems first 2017-01-20 20:17:17 +01:00
Benjamin Pasero
d533719c43 more panel UX updates 2017-01-20 20:09:09 +01:00
Joao Moreno
6b855fccb8 git: enable languages syntax 2017-01-20 19:50:34 +01:00
Johannes Rieken
f46e1061c4 have proper NodeBuffer definition in place 2017-01-20 19:25:50 +01:00
Alex Dima
e99d29510d Add runtime minimap char renderer 2017-01-20 19:19:58 +01:00
Alex Dima
0a8d3045f0 Have data for one character be contiguous 2017-01-20 19:19:58 +01:00
Alex Dima
82c78a0a51 Add minimap char renderer 2017-01-20 19:19:58 +01:00
Sandeep Somavarapu
9fa02f5e22 #1587 Update override propery schema with allowed identifiers 2017-01-20 19:04:27 +01:00
Ramya Rao
6ae3ffa546 Override syntax with profile only if profile is valid (#18625) 2017-01-20 09:39:50 -08:00
Sandeep Somavarapu
b3aec45ebb Keyboard access to Setting editor tabs 2017-01-20 17:51:42 +01:00
Sandeep Somavarapu
6af5ba8cf0 💄 Settings tabs styling 2017-01-20 17:28:04 +01:00
Sandeep Somavarapu
2c7cb5cfc2 Settings search: Do not trust schema type instead check type of value to match search string 2017-01-20 17:13:16 +01:00
Daniel Imms
553baf9b5a Implement line and underline terminal cursor styles
Fixes #10528
2017-01-20 08:10:28 -08:00
Daniel Imms
64c4765918 Uplevel xterm.js
This brings in support for cursor styles
2017-01-20 08:02:42 -08:00
Sandeep Somavarapu
7323b3174d Fix #18801 2017-01-20 16:59:49 +01:00
Sandeep Somavarapu
170c5714e5 Clear the editable settings input on clear input 2017-01-20 16:49:11 +01:00
Sandeep Somavarapu
64b2bf2432 Fix switching settings inside editor when the editor is not active 2017-01-20 15:57:00 +01:00
Joao Moreno
ee9d91c05f Revert "scm: keep selection & focus on refresh"
This reverts commit 81726c0ff8.
2017-01-20 15:51:40 +01:00
Joao Moreno
422ffefee2 fix npe 2017-01-20 15:48:15 +01:00