Commit Graph

30348 Commits

Author SHA1 Message Date
Alex Dima c15001e11d Fixes #22832: Consider fullwidth characters when rendering tabs 2018-03-01 12:22:12 +01:00
Sandeep Somavarapu 1d4ace9ee0 Fix #43531 2018-03-01 12:21:34 +01:00
Sandeep Somavarapu 0a66ff1c49 Fix #43531 2018-03-01 12:20:32 +01:00
Alex Dima 79e6a07c41 Add test for #22717 2018-03-01 12:09:08 +01:00
Alexandru Dima bae62c11c0 Merge pull request #44259 from yh1224/fulllwidth
Treat full-width character as two visible columns.
2018-03-01 12:00:45 +01:00
Benjamin Pasero 0af74d626a fix #44812 2018-03-01 11:44:41 +01:00
Alexandru Dima b1c07c80be Merge pull request #43950 from irrationalRock/fix-38232
fixed #38232
2018-03-01 11:34:12 +01:00
isidor 6fbbded7c2 search.location: mention that it is a preview 2018-03-01 11:27:41 +01:00
Alex Dima 006ab18f45 Add tests 2018-03-01 11:25:37 +01:00
Alex Dima 6d3956c515 Fix also the case when the find widget is open 2018-03-01 11:25:29 +01:00
Joao Moreno c5ea97e879 fixes #7717 2018-03-01 11:20:31 +01:00
Joao Moreno 8213521eb3 fixes #44714 2018-03-01 11:20:31 +01:00
Sandeep Somavarapu f4cc465725 update description for vscode:uninstall 2018-03-01 11:02:36 +01:00
Alexandru Dima 2db30013bd Merge pull request #44353 from rcjsuen/patch-1
Update typings in model.ts to allow nulls
2018-03-01 10:51:59 +01:00
Alex Dima a99b8c1b6f Add monaco.d.ts 2018-03-01 10:50:39 +01:00
Benjamin Pasero 326782bc28 fix #44784 2018-03-01 10:35:03 +01:00
Erich Gamma 815720cb58 Fix typos in Readme 2018-03-01 10:33:11 +01:00
isidor 9ba6d40915 function breakpoint
fixes #44556
2018-03-01 09:34:09 +01:00
Matt Bierner 0179894e45 Use vscode.X for basic extensions and vscode.X-language-features for lang features extensions
Standardizing extension identifiers
2018-03-01 00:26:31 -08:00
isidor 0352d7b913 fixes #44513 2018-03-01 07:46:08 +01:00
Benjamin Pasero 9a04587cc6 Revert "Update icon for Emmet"
This reverts commit 31f3a21523.
2018-03-01 07:30:52 +01:00
isidor 12e2e2e6e7 fix breakpoint sizes
fixes #44550
2018-03-01 07:29:03 +01:00
isidor 76a80894bb Normalize all drive letters going out from vscode to debug adapters so we are consistent with our resolving
fixes #43959
2018-03-01 06:55:56 +01:00
isidor a73471c5d4 fixes #44487 2018-03-01 06:52:43 +01:00
isidor 6779558077 fixes #44489 2018-03-01 06:50:00 +01:00
isidor 5974852ae1 fixes #44309 2018-03-01 06:39:08 +01:00
Ramya Achutha Rao b280a148d0 Show builtin themes in the end #44626 2018-02-28 21:33:59 -08:00
Matt Bierner dee28efc34 logo -> icon 2018-02-28 20:52:27 -08:00
Matt Bierner 22595c0137 Add icon 2018-02-28 20:51:18 -08:00
Matt Bierner 168a8fd980 Use standard name 2018-02-28 20:39:38 -08:00
Matt Bierner 691da9b3a3 Split markdown extension into markdown and markdown-basics 2018-02-28 20:37:02 -08:00
Matt Bierner df9b7778f2 Add logo 2018-02-28 20:28:53 -08:00
kieferrm d53fa1cf77 icon and cosmetics for php extension 2018-02-28 19:26:04 -08:00
kieferrm 95888050f7 add icon for seti file theme extension 2018-02-28 18:59:00 -08:00
Matt Bierner ea2132e45f Cleaning up class and method names 2018-02-28 18:18:19 -08:00
Matt Bierner e1cb0377c9 Move previewConfig to own file 2018-02-28 18:14:19 -08:00
Matt Bierner dfa6e44bd3 Enable command uris in the markdown preview
These are used to support document links
2018-02-28 18:09:50 -08:00
Matt Bierner 0ec912a96c Formatting 2018-02-28 18:09:50 -08:00
Matt Bierner 6935cffe4c Move isMarkdownFile to own file 2018-02-28 18:09:50 -08:00
Matt Bierner f131ccf4e1 Move topmost line monitor to own file 2018-02-28 18:09:50 -08:00
Matt Bierner 572a763e64 Move preview to own file 2018-02-28 18:09:50 -08:00
Matt Bierner 9ea92b3019 Fix webview dispose potentially closing unrelated editors 2018-02-28 18:09:50 -08:00
Matt Bierner 5994f5f90e Fix onDidChangeActiveWeview not getting fired when switching away from webviews 2018-02-28 18:09:50 -08:00
Matt Bierner 47ec334ed9 Batch visible line updates for markdown preview
Fixes #44532
2018-02-28 18:09:50 -08:00
Matt Bierner 1846821795 Remove extra calls to isMarkdownFile
isPreviewOf already handles this
2018-02-28 18:09:49 -08:00
Matt Bierner 73d03f63b6 Only show toggleLock when in markdown preview 2018-02-28 18:09:49 -08:00
Matt Bierner 66d38d0702 Use native promise 2018-02-28 18:09:49 -08:00
Matt Bierner 56eb1fc0de Clean up scrolling logic to be smoother 2018-02-28 18:09:49 -08:00
Matt Bierner b58272a182 Remove duplicate getBoundingClientRect call 2018-02-28 18:09:49 -08:00
Matt Bierner 9bc705805f Extract createNewPreview and make isScrolling private 2018-02-28 18:09:49 -08:00