Commit graph

18632 commits

Author SHA1 Message Date
Martin Aeschlimann
ae333a8b41 test fixes for #17178 2017-05-18 10:50:30 +02:00
Martin Aeschlimann
8b77c7170f [less] update grammar 2017-05-18 10:35:53 +02:00
Martin Aeschlimann
bd77d243b4 [scss] update grammar (fies #26837) 2017-05-18 10:35:53 +02:00
isidor
8a1fab94a2 hc black: use more token colors (same as dark+)
fixes #17178
2017-05-18 10:08:02 +02:00
Alex Dima
aae591bd9e Move ViewModelCursors out of the ViewModel 2017-05-18 10:06:17 +02:00
Martin Aeschlimann
beee645a29 [css] update grammar 2017-05-18 10:06:02 +02:00
Johannes Rieken
d9e7a2e212 configure .eslintrc to use ecma script 3 for things in src 2017-05-18 09:39:07 +02:00
Joao Moreno
77b9cbe74e add 32bit libasound dependency to dockerfile 2017-05-18 08:56:47 +02:00
Joao Moreno
72fdad33ca tfs: fix linux32 2017-05-18 08:56:36 +02:00
Alex Dima
8f63417163 Only show a certain subset of decorations when they are collapsed 2017-05-18 08:36:30 +02:00
Joao Moreno
bc0c78790a tfs: fix windows build 2017-05-18 08:17:33 +02:00
Alex Dima
4c786b0067 Fixes #26575: More workarounds for Chromium line height quirks 2017-05-18 08:16:09 +02:00
Benjamin Pasero
3bb9b5314e no ES6 in JS 2017-05-18 08:15:08 +02:00
Joao Moreno
17a6e12e02 tfs: create env.ps1 2017-05-18 07:59:38 +02:00
Benjamin Pasero
b673a06683 WorkbenchKeybindingService._cachedResolver stale after ElectronWindow.setup (fixes #26823) 2017-05-18 07:59:11 +02:00
Benjamin Pasero
26bf10d9a4 Theme: inconsistency for text field inside extensions sidebar (fixes #26798) 2017-05-18 07:26:55 +02:00
Ramya Achutha Rao
e0a8ca570d Re-ordering css for better readability 2017-05-17 17:40:08 -07:00
Ramya Achutha Rao
0b48b8c193 Fix bug when change to expandDocs in one editor doesnt show up in another 2017-05-17 17:39:50 -07:00
Matt Bierner
799fa528db Load script async in markdown preview 2017-05-17 17:39:00 -07:00
Matt Bierner
a67048c2fe Fix a potential null reference 2017-05-17 17:14:55 -07:00
Matt Bierner
67e76b818c Fix webview scroll positon sometimes being reset
Fixes #25125

**Bug**
Sometimes the scroll position of webviews is reset. The root cause seems to be rapid edits to the markdown preview resulting in the creation of multiple old content iframes

**Fix**
Only maintain two iframes at most. Ensure that these are properly used when updating
2017-05-17 17:00:35 -07:00
Ramya Achutha Rao
1a653e1a2d Use full width only when docs are expanded 2017-05-17 16:49:56 -07:00
Ramya Achutha Rao
95f392458a Move close icon to fix case when there is docs but no details 2017-05-17 16:41:29 -07:00
Ramya Achutha Rao
6ec7c69855 Use focusBorderColor when details is in focus 2017-05-17 16:13:26 -07:00
Daniel Imms
d8ce0d822e Remove scrollbar from small suggestion docs 2017-05-17 16:07:35 -07:00
Ramya Achutha Rao
78298312ca Add close icon to close expanded suggest docs 2017-05-17 15:08:13 -07:00
Matt Bierner
14c752b7c2 small cleanups to webview 2017-05-17 14:40:08 -07:00
Ramya Achutha Rao
e18df5b268 Screenreader support for when docs are expanded 2017-05-17 14:33:03 -07:00
Matt Bierner
dea44c8f0b Preserve Webview Scroll Position (#26426)
* Preserve Webview Scroll Position

Fixes #22995

**Bug**
If you switch away from an editor that users a webview, the scroll position is currently not preserved. This effects our release notes and the markdown preview. The root cause is that the webview is disposed of when the view is hidden.

**Fix**
Add some presisted state to track scrollProgress through the webview. Use this state in the standard html editor and in the release notes.

* Use view state

* Continue prototype memento based approach

* Preserve Webview Scroll Position

Fixes #22995

**Bug**
If you switch away from an editor that users a webview, the scroll position is currently not preserved. This effects our release notes and the markdown preview. The root cause is that the webview is disposed of when the view is hidden.

**Fix**
Add some presisted state to track scrollProgress through the webview. Use this state in the standard html editor and in the release notes.

* Revert changes to ReleaseNotesInput
2017-05-17 14:17:31 -07:00
Joao Moreno
b8521876bb fix windows build 2017-05-17 22:16:40 +02:00
Ramya Rao
e0969a5136 Toggle expanded docs, add stickyness to expansion (#26783)
* Toggle expanded docs, add stickyness to expansion

* New command for moving focus to/from details

* Store user choice in local storage

* Refactoring

* Show prev width for suggest list unless docs expand

* Add keybinding to Read Less button
2017-05-17 11:13:09 -07:00
Daniel Imms
ecf1ca70d6 node-pty@0.6.5
Fixes #17609
2017-05-17 10:51:39 -07:00
Christof Marti
5573e3a64f Add interactive playground to Help menu (fixes #23481) 2017-05-17 10:39:21 -07:00
Daniel Imms
0e3ca52806 Merge pull request #26788 from hungys/terminal_foreground
Fix for terminal.foreground not working
2017-05-17 08:59:51 -07:00
Sandeep Somavarapu
394932d6d4 Merge pull request #26564 from thr0w/13456a
Intelli-sense in extensions file
2017-05-17 17:54:15 +02:00
Johannes Rieken
028a86d4c7 fix bad merge 2017-05-17 17:49:25 +02:00
Johannes Rieken
cc8771da0b 💄 2017-05-17 17:49:25 +02:00
Christof Marti
b12085b2e7 Add hint about preview to theme selector (fixes #26057) 2017-05-17 08:46:31 -07:00
Michel Kaporin
ed6b7a8bfd Fixes #25777 2017-05-17 17:37:59 +02:00
Christof Marti
d7d749b65a Add 'more' to the Recent section (fixes #25583) 2017-05-17 08:35:20 -07:00
Joao Moreno
d4f3981b74 tfs win build 2017-05-17 16:49:07 +02:00
Joao Moreno
65d736eea8 fix windows build 2017-05-17 16:46:08 +02:00
Joao Moreno
15a6f0b4e9 fix 2017-05-17 16:44:14 +02:00
Joao Moreno
c0fd0eba1b tfs: fix npm distro install 2017-05-17 16:37:26 +02:00
Johannes Rieken
84d4fc595c support to profile a tick, move to /node 2017-05-17 16:27:32 +02:00
Erich Gamma
f4a351fc08 Move tslint settings to tslint.json 2017-05-17 16:13:23 +02:00
Benjamin Pasero
669b83d5fc less ES6 in JS files 2017-05-17 15:09:57 +02:00
unknown
71fbd74e17 less ES5 2017-05-17 14:56:44 +02:00
unknown
08a377742c more ES5 2017-05-17 14:44:24 +02:00
unknown
777d2e5558 use ES5 2017-05-17 14:35:53 +02:00