Commit Graph

25178 Commits

Author SHA1 Message Date
isidor b703cdba7a debug brekapoints hover messages: fix copy paste mistake 2018-05-02 10:03:49 +02:00
Alex Dima 5dff77e49c Fixes Microsoft/monaco-editor#857: Ensure pageSize is > 0 2018-05-02 09:45:50 +02:00
Johannes Rieken 946623f81f fix #49003 2018-05-02 09:37:08 +02:00
Rob Lourens 56fcd46ec3 Merge pull request #48906 from Microsoft/roblou/settingsUI
Implement new settings GUI
2018-05-01 17:27:45 -07:00
Rob Lourens 349f5c61d3 Fix wrong quickinput casing, causing tests to hang 2018-05-01 17:25:29 -07:00
Matt Bierner 4daf8d2266 Pick up newer marked version 2018-05-01 16:29:02 -07:00
Matt Bierner 6cea141254 Add API for storing state in webviews contents themselves 2018-05-01 16:14:54 -07:00
Matt Bierner 245155d161 Make sure we have a model
Fixes #47549
2018-05-01 10:43:36 -07:00
Matt Bierner ba1fda8b86 Always cancel parameter hints when document changes
Fixes #48237
2018-05-01 10:39:18 -07:00
Matt Bierner eab96df4c0 Allow cmr+r reload from webview developer tools
Fixes #48975
2018-04-30 15:42:01 -07:00
Matt Bierner 730eb4e560 Remove onmessage wrapper 2018-04-30 15:42:01 -07:00
Matt Bierner 8077bd07fc Use arrow functions 2018-04-30 15:42:01 -07:00
Rachel Macfarlane 3f53efa597 Show window title as part of process name in process explorer, fixes #48626 2018-04-30 15:00:37 -07:00
Matt Bierner a287dcd89e Fix suggest widget sometimes being cut off if it contains a code block
Fixes #48395
2018-04-30 14:20:32 -07:00
Matt Bierner 0387727447 Fix a spell 2018-04-30 14:20:32 -07:00
Daniel Imms 94145d3d17 Fix terminal layout in dev mode 2018-04-30 13:49:56 -07:00
Matt Bierner ab86b9ad5d Don't need to remove class that is never set 2018-04-30 12:07:03 -07:00
Matt Bierner 6dae5a3bf9 Fix rendering of whitespace in markdown parameter hinds
Fixes #48758
2018-04-30 12:03:53 -07:00
Ramya Achutha Rao b42cc7f929 Add GDPR annotation back for property that are relevenat for older versions of the product 2018-04-30 10:09:37 -07:00
Rob Lourens 64420af8f6 Merge branch 'roblou/includesTildeTests' 2018-04-30 09:40:40 -07:00
Martin Aeschlimann 9d8c8f4c33 Improve registerFoldingRangeProvider doc (for #48526) 2018-04-30 18:39:00 +02:00
Johannes Rieken af7757fd67 debt - don't let strings-util depend on map-util 2018-04-30 18:24:50 +02:00
Martin Aeschlimann f2d37611f1 Replace FoldingRangeKind type with normal enum. Fixes #48956 2018-04-30 18:13:41 +02:00
Alex Dima 638c9c3764 Document nodeAcceptEdit through tests 2018-04-30 18:05:34 +02:00
isidor 8c0d644a20 Revert "fixes #43516"
This reverts commit c7218a88f3.
2018-04-30 17:57:30 +02:00
Johannes Rieken ab78dc7eba fix #47988 2018-04-30 17:09:53 +02:00
Johannes Rieken 818854350f add test, #47988 2018-04-30 17:09:53 +02:00
Alex Dima 715815380c Fixes #38117 2018-04-30 16:14:00 +02:00
Alex Dima deb2f76352 Introduce and adopt ICodeEditorWidgetOptions 2018-04-30 16:04:37 +02:00
Alex Dima e95910adc9 Eliminate CodeEditor 2018-04-30 15:31:49 +02:00
Alex Dima 37c7bdb4f6 Eliminate CommonCodeEditor 2018-04-30 15:17:20 +02:00
Alex Dima 6c81948133 Have the TestCodeEditor extend from CodeEditorWidget 2018-04-30 14:42:27 +02:00
Johannes Rieken ce55e9dbee fix #45764 2018-04-30 14:24:29 +02:00
Johannes Rieken 24300d5fd7 fix #41852 2018-04-30 14:03:34 +02:00
Alex Dima 1690957722 Fixes #33659: Reveal first diff immediately 2018-04-30 12:43:38 +02:00
Johannes Rieken 484175b94e wtf file watching 2018-04-30 12:41:28 +02:00
Johannes Rieken 727774d6bc debt - make bulkEdit a service so that we can add create/delete/rename file to it 2018-04-30 12:30:24 +02:00
Alex Dima 8d139ed565 Fixes #33456 2018-04-30 12:25:37 +02:00
Alex Dima 977396b7d0 Fixes #44991 2018-04-30 12:11:32 +02:00
Alex Dima fdba0ec7b0 Avoid inner-loop closure allocation 2018-04-30 12:11:31 +02:00
Christof Marti 34b34f813a Remove IQuickOpenService.input() (fixes #48940) 2018-04-30 11:50:09 +02:00
isidor c79a472c15 debug: use readonly modifier more 2018-04-30 11:29:34 +02:00
Johannes Rieken 65f198eb3a fix #48807 2018-04-30 11:02:16 +02:00
Johannes Rieken 467a559a3e add comment about symbolic links, #47475 2018-04-30 10:47:42 +02:00
Johannes Rieken 4a77765661 debt - better way to track keys in tst 2018-04-30 10:01:25 +02:00
Christof Marti fdd6df33b7 Pass focus to editor when closing (#48847) 2018-04-30 08:54:44 +02:00
Ramya Achutha Rao b936b570bd Understanding user interaction in the activity bar 2018-04-28 23:47:38 -07:00
Rob Lourens e431f9e522 Settings editor - make "edit in settings.json" buttons functional 2018-04-28 21:52:38 -07:00
Rob Lourens dd696eff55 Add SettingsEditor2InputFactory so the settings editor can be persisted open 2018-04-28 21:03:42 -07:00
Ramya Achutha Rao 5e9454432e Understanding user interaction in the extension editor 2018-04-28 19:24:58 -07:00