Commit graph

18658 commits

Author SHA1 Message Date
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
unknown
2587b41b95 update distro 2017-05-17 14:18:35 +02:00
Benjamin Pasero
8ba5b8cd7b Support crashReporterHockeyAppSubmitURL (#26814) 2017-05-17 14:05:46 +02:00
Johannes Rieken
db42b30598 add startupTimer, use it some places 2017-05-17 13:41:42 +02:00
Joao Moreno
1fb2d844ed remove build from test script 2017-05-17 11:48:51 +02:00
isidor
2fb3b186bc debug toolbar: default position all the way to the right and introduce telemetry
#2513
2017-05-17 11:44:52 +02:00
Joao Moreno
cf173f903f Merge branch 'product-dependencies' 2017-05-17 11:13:59 +02:00
Joao Moreno
70912d13f8 tfs: remove windows build step 2017-05-17 11:13:45 +02:00
Martin Aeschlimann
3df725b2c9 Bracket matching box too large (regression from #26104) 2017-05-17 10:45:31 +02:00
Joao Moreno
506ec62591 tfs: improve win32 step 2017-05-17 10:29:50 +02:00
Benjamin Pasero
2fbc979be2 Split editor command (Cmd+|) throws exception (fixes #26801) 2017-05-17 10:03:11 +02:00
Joao Moreno
0a93ace1c7 fix build 2017-05-17 09:43:42 +02:00
Joao Moreno
c123897472 tfs: update bash step function 2017-05-17 09:27:21 +02:00
Benjamin Pasero
28bcf9d05b theming - search viewlet 2017-05-17 08:21:55 +02:00
Joao Moreno
d2d9c02ea6 tfs: update dockerfile 2017-05-17 08:02:53 +02:00
Joao Moreno
3999d8112b tfs: linux build stats 2017-05-17 07:51:53 +02:00
Matt Bierner
9843623452 Make TextEditorOptions.fromEditor static (#26779)
Refactors TextEditorOptions.fromEditor to a static method instead of an instance method. This method is only called after creation of the options object and currently requires using a weird cast in a few places
2017-05-17 07:20:12 +02:00
Yu-Hsin Hung
46b81d14de Fix for terminal.foreground not working when terminal.background is not set 2017-05-17 11:43:36 +08:00
Matt Bierner
4514ddd180 Add option to exclude unique names from suggestion lists in JS files
Fixes #26595

**Problem**
TS includes all unique names in a file in the completion list for JavaScript files. This is often desirable, but may result in unexpected completions

**Fix**
Add a new option `javascript.nameSuggestions` to filter these suggestions out.
2017-05-16 18:35:07 -07:00
Matt Bierner
17004573e3 Always Show File Names in Symbol Search Results (#26518)
* Fixes #26370

Updates the symbol search results to always display the filename. This feature was previously added to the TS extension specifically, so this change removes that work in favor of a change to the core symbol search experience

* Use dash with filename
2017-05-16 17:00:43 -07:00
Matt Bierner
405271c17d Move getting active line out of inner openTextDocument 2017-05-16 16:57:26 -07:00
Christof Marti
50ed5aa111 Split Quick Links section (fixes #22097) 2017-05-16 14:59:33 -07:00
Joao Moreno
418f91d044 tfs: better build perf measurements 2017-05-16 23:35:28 +02:00
Matt Bierner
087a2d2f24 Default to not updating scroll position if no valid editor is found. Part of #25910 2017-05-16 14:05:10 -07:00
Joao Moreno
614eaacd53 tfs: fix darwin build 2017-05-16 22:56:52 +02:00