Commit Graph

30110 Commits

Author SHA1 Message Date
Matt Bierner fd2ea5fbf6 Fix reload command not working
Do not check that the contents are the same inside the webview itself. This is already handled at a higher level
2018-02-26 17:47:06 -08:00
Matt Bierner cfcc5c8121 Annotate param with jsdoc type 2018-02-26 17:46:25 -08:00
Matt Bierner 68c21cde76 Prevent out of range line acecss on markdown preview scrolling when user scrolls to end of document 2018-02-26 17:17:22 -08:00
Matt Bierner 6b85d3afdc Fix markdown show preview 2018-02-26 17:09:23 -08:00
Matt Bierner cfbebc3faf Fix bad merge 2018-02-26 16:52:30 -08:00
Sandeep Somavarapu 0d65571563 Show built in actions in command pallette 2018-02-27 01:49:12 +01:00
Matt Bierner 2279b4d252 Scroll sync markdown editor with markdown preview (#44454)
Fixes #19459

Syncs the markdown preview's viewport with the markdown editor's using the proposed visible ranges API
2018-02-26 16:46:54 -08:00
Matt Bierner 5f25d3c167 Update js/ts grammars 2018-02-26 16:35:57 -08:00
Matt Bierner 6b743d8c61 Prevent multiple markdown previews of the same type in the same editor group 2018-02-26 16:35:57 -08:00
Pine Wu e22aac5b52 correctly handle new value and range from html service 2018-02-26 16:33:03 -08:00
Pine Wu 5a67acfb17 Avoid running pathCompletion in languages other than html 2018-02-26 16:30:29 -08:00
Matt Bierner b34585bc6d Make sure we dispose of markdown preview on webview dispose 2018-02-26 15:51:15 -08:00
Matt Bierner 4d95590a81 Use onDid* type event names in webview 2018-02-26 15:51:15 -08:00
Matt Bierner 978beebd0a Rename webviewOptions.keepAlive to retainContextWhenHidden to make it more clear what this option does 2018-02-26 15:51:15 -08:00
Peng Lyu 9b69b61eaf Fix microsoft/monaco-editor#567. We should filter section when it is provided 2018-02-26 15:25:49 -08:00
Matt Bierner 6f5f757479 Use fspath for reveal line to fix drive letter case differences 2018-02-26 15:11:51 -08:00
Alex Dima ef3b4ddc6f Fixes #43514: Register default commands for undo and redo 2018-02-27 00:05:16 +01:00
Pine Wu e6200af9a0 Merge branch 'master' of github.com:Microsoft/vscode 2018-02-26 15:04:39 -08:00
Pine Wu 3b5a1c3907 address ramya's feedback on html completion participants 2018-02-26 15:04:32 -08:00
Ramya Achutha Rao 57572a12e9 Use latest emmet helper 2018-02-26 14:59:25 -08:00
Rachel Macfarlane 0a57823b7f Improve wording of see all running extensions 2018-02-26 14:54:27 -08:00
Alex Dima 47d249b651 More fixing invalid JSON in typescript extension that breaks the build 2018-02-26 23:53:30 +01:00
Alex Dima e1dc91fc04 Fix invalid JSON in typescript extension that breaks the build 2018-02-26 23:45:53 +01:00
Alex Dima 814be2fd75 Fixes #39266: Don't run diff for computing edits in case of model update 2018-02-26 23:45:26 +01:00
Rachel Macfarlane efc74018f2 I18n issue in the issue reporter, fixes #44203 2018-02-26 14:22:31 -08:00
Martin Aeschlimann 44a45f8bad typescript.experimental.syntaxFolding (#44444) 2018-02-26 14:06:51 -08:00
Christof Marti 8eddfa2cfb Fix TypeScript features in Interactive Playground (fixes #44172) (#44443) 2018-02-26 14:05:24 -08:00
Daniel Imms 174b9ad957 Adopt log service in terminal
Fixes #44442
2018-02-26 13:48:22 -08:00
Alex Dima 74b681b08a Avoid view model inconsistency 2018-02-26 22:12:18 +01:00
Alex Dima 5133a79e40 Avoid NPE 2018-02-26 22:12:18 +01:00
Martin Aeschlimann 7e97f98c41 compile errors in html 2018-02-26 22:06:44 +01:00
Peng Lyu 20b5c3a9b5 Fix microsoft/monaco-editor#610. avoid bootstrap collision with custom-checkbox. 2018-02-26 12:56:54 -08:00
Matt Bierner 26cbbea694 Add webview.show method to show a webview in a given group
Fixes #44430
2018-02-26 12:56:23 -08:00
Matt Bierner 205143c088 Move onDidChangeTextEditorSelection into Markdown preview 2018-02-26 12:56:23 -08:00
Matt Bierner 95b3bc9af4 Move onDidChangeTextDocument into MarkdownPreview 2018-02-26 12:56:23 -08:00
Matt Bierner 037747734f Hook up markdown preview onDispose 2018-02-26 12:56:23 -08:00
Matt Bierner 4f00d4c520 Make resource private in markdown preview 2018-02-26 12:56:22 -08:00
Matt Bierner 1d864d8419 Move webview creation into MarkdownPreview 2018-02-26 12:56:22 -08:00
Matt Bierner e6105ab277 Add a way to 'pin' a markdown preview
Fixes #44429
2018-02-26 12:56:22 -08:00
Matt Bierner 5627c11660 Set markdown context based on scheme 2018-02-26 12:56:22 -08:00
Alex Dima 20ed3d9632 Fixes #44424: Add proposed API - TextEditor.visibleRanges 2018-02-26 21:28:09 +01:00
Martin Aeschlimann 292a290e3f Rename built-in syntax and snippet extensions to "Language Basics". Fixes #44241 2018-02-26 21:27:22 +01:00
Martin Aeschlimann 033d21d196 Change python block comment to """. Fixes #42767 2018-02-26 21:23:19 +01:00
Martin Aeschlimann f7167ccda7 Merge pull request #44144 from Microsoft/octref/html-path-completion
Html path completion. Fix #2037
2018-02-26 20:55:13 +01:00
Martin Aeschlimann 9ca6bf4743 vscode-html-languageservice: 2.0.17-next.3 2018-02-26 20:54:24 +01:00
Martin Aeschlimann 13dfd2dbf4 Merge branch 'master' into octref/html-path-completion 2018-02-26 20:53:52 +01:00
Martin Aeschlimann 4f5b8dcfaf rev version 2018-02-26 20:53:30 +01:00
Martin Aeschlimann 46d4c16ef9 fix vscode-languageserver version 2018-02-26 20:43:10 +01:00
Daniel Imms 842780dd3c Make terminal outer margins 20px
Fixes #44154
2018-02-26 11:35:20 -08:00
Martin Aeschlimann a9d90af1a7 Add tests, update version 2018-02-26 20:06:24 +01:00