Commit graph

41635 commits

Author SHA1 Message Date
Puneet Goyal 422b14feb4
Remove 'new' and rewording 2018-10-26 06:50:10 +05:30
Rob Lourens 5d68db08cd Combined text search result tests 2018-10-25 17:17:41 -07:00
Rob Lourens 36d5e04603 Use combined search results for matches from editor, too 2018-10-25 17:17:41 -07:00
Rob Lourens 7397ec97e6 Multiple match on line integration test 2018-10-25 17:17:41 -07:00
Rob Lourens aba240a4d8 Fix #59919 - text search combines matches on one line 2018-10-25 17:17:41 -07:00
Antoine b8c5d97659 Add missing final periods in comments. (#61827) 2018-10-25 15:40:18 -07:00
Daniel Imms 60cbd1fd0b Allow storage to return undefined fallback values
Fixes #61394
2018-10-25 15:10:19 -07:00
Matt Bierner 907924abc0 Reveal absolute top of markdown preview when scrolling to line 0
Fixes #61816
2018-10-25 11:57:50 -07:00
Matt Bierner fe63c7e2f2 Reveal line 0 in editor when markdown preview scrolls to top
Fixes #61815
2018-10-25 11:57:50 -07:00
Joao Moreno 295ff96f26 system proxy: use node url to parse url 2018-10-25 11:29:08 -07:00
Matt Bierner f4131970f6 Add isRetrigger field to signature help context
#54972

Instead of having a generic `Retrigger` reason, add a new field on the `SignatureHelpContext` that tracks if this was a retrigger or not. This allows retrigger for all the different trigger reasons, including invoke.

Replace the old `Retriggger` trigger reason with `ContentChange` which tracks cursor movement and text updates.
2018-10-25 10:38:44 -07:00
rebornix 9aa969cd07 Fix #61546. Strict null checks for comment services. 2018-10-25 10:37:55 -07:00
Rob Lourens 02275f047b Add tslint rule banning new Buffer 2018-10-25 10:05:34 -07:00
Rob Lourens edefe6b0bf Fix #61744 - remap \u1234 unicode escape sequence 2018-10-25 10:05:34 -07:00
Rob Lourens 5ad9e9c22e Remove duplicated search helpers 2018-10-25 10:05:34 -07:00
isidor a3e49cae31 show the number of hidden frames (Show N more frames)
#50334
2018-10-25 18:01:05 +02:00
isidor 1e9717afd2 Support collapsing stack frames
fixes #50334
2018-10-25 17:48:36 +02:00
Benjamin Pasero 4c131e5bc5 another fix for #51013 2018-10-25 17:18:27 +02:00
Benjamin Pasero 5c5dafee0f debt - do not use deprecated API 2018-10-25 16:41:11 +02:00
Greg Van Liew 83ecc6ae04
Merge pull request #61653 from natheist/grammar
Fix minor grammatical error in menu bar
2018-10-25 07:29:37 -07:00
Benjamin Pasero 0ebf5f2d5f debt - new Buffer() is deprecated 2018-10-25 13:06:33 +02:00
Len Smith d54b3a0607 Add window.nonNativeFullscreen option for macOS (#55267)
* window.nonNativeFullscreen uses simpleFullScreen on macOS

* Handle edge-case where user edits prefs while in fullscreen and can never escape it.

* change 'nonNativeFullscreen' to 'nativeFullscreen' and invert the default value

* Prevent maximize button from going to native fullscreen if nativeFullscreen == false

* Fix focus getting lost after simpleFullScreen and encapsulate more of electron's api

* Fix missing whitespace for eslint

* 💄

* restart properly when setting changes

* Handle screen resolution changes when in SimpleFullscreen

* fix issues to be merged
2018-10-25 11:38:49 +02:00
isidor e3938ba331 fix build 2018-10-25 11:14:26 +02:00
isidor b4490c5aad fixes #58137 2018-10-25 11:04:37 +02:00
isidor 1cc7dd4025 setVisible do not lie to the world, you are not async 2018-10-25 10:51:17 +02:00
Matt Bierner 3dd2b19b2a Use TS 3.1.3 for building VS Code 2018-10-24 22:53:33 -07:00
Matt Bierner 8bcad6aaaf Pick up new TS insiders version 2018-10-24 22:53:33 -07:00
Matt Bierner 9375a38648 Fixing editor-distro compile error
Fixes #61741
2018-10-24 22:53:33 -07:00
Benjamin Pasero 4a29bd3731 fix compile 2018-10-25 07:29:21 +02:00
Benjamin Pasero 98f26b19af fix strict null 2018-10-25 07:26:54 +02:00
Joao Moreno 1879561337 grid: pass priority, snapSize and proportionalLayout down to splitview
related to #50853
2018-10-24 17:43:18 -07:00
Joao Moreno c01cf1d166 splitview: support snapSize 2018-10-24 17:32:57 -07:00
Rachel Macfarlane 92187cf405 Add null check in setComments 2018-10-24 16:41:04 -07:00
Joao Moreno 0c6e472c31 fix strict null checks build 2018-10-24 16:08:57 -07:00
Peng Lyu 0ba2d2bd4b
Merge pull request #61757 from Microsoft/rebornix/pendingcomment
Cache pending comments in comment widget
2018-10-24 15:11:59 -07:00
Joao Moreno 949f44e5a3 splitview: LayoutPriority
related to #50853
2018-10-24 15:08:53 -07:00
rebornix 01651ec8ec Merge remote-tracking branch 'origin/master' into rebornix/pendingcomment 2018-10-24 14:47:47 -07:00
rebornix 5c888c9720 Remove new pending comment cache 2018-10-24 14:46:28 -07:00
rebornix 2c777c0fc4 comments contribution takes care of comment fetching itself 2018-10-24 14:40:19 -07:00
Joao Moreno 2ff5934b85 splitview: proportionalLayout option
related to #50853
2018-10-24 14:39:05 -07:00
Daniel Imms b2f8941985 Use median instead of mean for measuring terminal frames 2018-10-24 12:21:30 -07:00
Daniel Imms 092bb9a585 vscode-xterm@3.9.0-beta12
Fixes #59376
Fixes #59344
2018-10-24 12:01:20 -07:00
Pine c9f7d10187
Merge pull request #59070 from Microsoft/octref/58555
Give hierarchy to the Open View quick pick. Fix #58555
2018-10-24 10:04:30 -07:00
rebornix 8c8bec8855 use accessor explictly 2018-10-24 09:49:07 -07:00
rebornix c7587607ff renamge getcomments to recomputecomments 2018-10-24 09:44:32 -07:00
Benjamin Pasero 9b2b174cec debt - fix bad URI.fsPath usage 2018-10-24 18:15:29 +02:00
Johannes Rieken 496ebc6438 let '--prof-append-timers' also append if it was a standard start 2018-10-24 17:58:48 +02:00
Joao Moreno e3375691ee remove input box visibility change 2018-10-24 08:31:17 -07:00
Joao Moreno 63da98253c Revert "Revert "Merge branch 'pr/60051'""
This reverts commit fb1ed79271.
2018-10-24 08:27:35 -07:00
Johannes Rieken 2142a3d02f debt - remove unused 2018-10-24 17:18:22 +02:00