Commit graph

12498 commits

Author SHA1 Message Date
rebornix db979de520 apply decreaseIndent for ruby code 2016-12-02 11:00:57 -08:00
Daniel Imms bf38fbef59 Remove sync fs call in terminal.ts start up
Fixes #16378
2016-12-02 09:45:36 -08:00
Benjamin Pasero 0c89d399fc side by side input: editor factory 2016-12-02 18:22:59 +01:00
Sandeep Somavarapu f1b7315a84 Fix #16372 2016-12-02 18:14:41 +01:00
Benjamin Pasero 036c2b0eb3 setInput: make options optional 2016-12-02 18:02:04 +01:00
Benjamin Pasero 0763cc8858 sidebysidecontrol => editorgroupscontrol 2016-12-02 17:46:15 +01:00
Benjamin Pasero f288e3ae41 fix tests 2016-12-02 17:38:44 +01:00
Sandeep Somavarapu 8692734a1b #16394 Polishing 2016-12-02 17:37:28 +01:00
Sandeep Somavarapu c157937b19 #16394 Move VSash to sash.ts 2016-12-02 17:14:41 +01:00
Sandeep Somavarapu 10babbbc5f Implements #16394 2016-12-02 17:06:23 +01:00
Johannes Rieken da2f0eeccf also log missing id cases #16151 2016-12-02 17:05:24 +01:00
Johannes Rieken 9554aa46dc run alternative machine id experiment, #16151 2016-12-02 17:03:54 +01:00
Benjamin Pasero fb70b84f76 part of #16381 2016-12-02 16:58:35 +01:00
Alex Dima 9377376eb4 Fixes #15401: home and end have special behaviours when leaving selection mode 2016-12-02 16:40:23 +01:00
Alex Dima eebf4c7b3c Clean up move to beginning/end of line in cursor 2016-12-02 16:40:22 +01:00
Johannes Rieken 14aa8e7101 fix #16380 2016-12-02 16:39:42 +01:00
Johannes Rieken 5e78562ed0 make it clear that a DocumentLink can be created without target 2016-12-02 16:32:54 +01:00
Johannes Rieken 19472a9583 Merge pull request #16366 from Microsoft/joh/cached_data
Make use of v8 cached data
2016-12-02 16:13:24 +01:00
Johannes Rieken 56861c8fe3 debt - remove duplicated code 2016-12-02 13:01:37 +01:00
Johannes Rieken 119e110034 fix #16379 2016-12-02 13:01:37 +01:00
Benjamin Pasero 0ff871ce0c Hot Exit: properly deal with backups to files that got deleted (fixes #14054) 2016-12-02 12:35:08 +01:00
Sandeep Somavarapu 2e77e6c968 Do not use new preferences editor for default keybindings 2016-12-02 11:39:02 +01:00
Sandeep Somavarapu 60fc1aa46b export Find controller for disabling in Defaults preferences editor 2016-12-02 11:39:02 +01:00
Sandeep Somavarapu 6093e46dfe Defaults Preferences Editor:
Disable Find and Selection highlight
Refactoring - Rename to Default preferences
2016-12-02 11:39:02 +01:00
Johannes Rieken 70a9363c03 increase cleanup timeout 2016-12-02 11:24:13 +01:00
Johannes Rieken 22e5e9fcc5 add nodeCachedDataManager for telemetry and cleanup 2016-12-02 11:22:02 +01:00
Alex Dima 9a00662730 Optimize reading done in viewCursor 2016-12-02 11:21:27 +01:00
Johannes Rieken 83b929e196 use cachedData only when built 2016-12-02 10:51:14 +01:00
Johannes Rieken 335b422a30 update loader to eeafe10 2016-12-02 10:43:38 +01:00
Benjamin Pasero 36bf554ad3 fix #16223 2016-12-02 10:19:16 +01:00
João Moreno fe4e29b383 remove bad telemetry call 2016-12-02 09:28:33 +01:00
Benjamin Pasero daa71ca002 💄 2016-12-02 07:28:33 +01:00
kieferrm c082cc53a1 opt-out telemetry; fixes #16131 2016-12-01 21:36:55 -08:00
Rob Lourens dce380bc8d Merge pull request #16333 from Microsoft/roblou/smarterSearchBatching
Smarter search batching
2016-12-01 17:24:00 -08:00
roblou f7dff0b1a7 Use a timeout of 500ms for the first 5s, then a timeout of 2s 2016-12-01 17:23:24 -08:00
roblou 7b2c1a49cf Only do flush things when the batch has something in it 2016-12-01 14:21:10 -08:00
Matt Bierner 22deff959d Use Strict Null Checks In TS Extension (#16244)
* Use Strict Null Checks In TS Extension

Updates the Ts extension to use strict null checks.

* Throw instead of returning undefined in some linkedmap cases

* fix small null check in buffersync

* Fix for request item null
2016-12-01 13:48:03 -08:00
Matt Bierner 393c5a8e02 Fix markdown preview scrolling issue (#16334)
**Bug**
In the markdown preview, clicking on a page link causes the editor to go blank. This effects our release notes.

**Fix**
Fix the webview pre script which was accidentially slightly changed when it was extracted.
2016-12-01 12:59:03 -08:00
Matt Bierner 0c6333e604 Add font settings for markdown preview (#16302)
Fixes #4641

Adds basic settings for controlling the markdown preview font. We already support this with custom css, but these settings are similar to what the editor and integrated terminal expose and allow for a few basic customizations. Custom style sheets will override these.
2016-12-01 12:55:00 -08:00
Daniel Imms 95b37de58d Re-introduce disabled hot exit tests 2016-12-01 11:59:07 -08:00
roblou e8daaba27f Fix batch condition 2016-12-01 09:54:24 -08:00
roblou 41a7a30fbd Tweak batch size 2016-12-01 09:49:13 -08:00
roblou fb8e08a21b Fix #16284 - smarter batching to get results to the frontend faster 2016-12-01 09:30:15 -08:00
roblou 4807288877 Reuse searchModel between measurement runs,
more realistic
2016-12-01 09:15:15 -08:00
roblou 9f2de58240 Use graceful-fs to avoid opening too many files,
fix #16329
2016-12-01 09:14:52 -08:00
Johannes Rieken 9791f64bb2 update loader 2016-12-01 17:25:40 +01:00
Martin Aeschlimann a29692641d [html] telemetry for completion in embedded content 2016-12-01 17:14:20 +01:00
Alexandru Dima 2fe6947154 Merge pull request #16187 from rebornix/FixDirtyTextAreaCache
Fix #15765. Update textarea state even if there is no selection change in composition
2016-12-01 17:14:06 +01:00
Benjamin Pasero 16c47fba39 Title Bar Actions Not Refreshed In Some Scenarios (fixes #16298) 2016-12-01 16:58:37 +01:00
Martin Aeschlimann 854228de92 Tests contain output. Fixes #16315 2016-12-01 16:41:08 +01:00