Commit Graph

36 Commits

Author SHA1 Message Date
Matt Bierner
4bd5fc1d5e Fixes #17537 - serif fonts in markdown preview on some systems 2016-12-19 14:49:54 -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
Matt Bierner
6e758c483b Use enum for md previewFrontMatter setting closes #16185 (#16188) 2016-11-29 09:49:20 -08:00
Matt Bierner
9ee2ad1258 Extract markdown decs strings for #13102 (#16177) 2016-11-28 15:10:07 -08:00
Matt Bierner
7320059e5c Don't translate Markdown.category Closes #16087 (#16159) 2016-11-28 12:48:23 -08:00
Daniel Imms
cbc0c0e66c Make cmd+k clear terminal on Mac
Fixes #12585
2016-11-22 17:49:31 -08:00
Matt Bierner
eb563582f4 Add yaml front matter support for Markdown (#15218)
* Add language support for yaml front matter to markdown grammar

* Add option to strip yaml front matter from preview

* Use enum for setting instead of boolean

* Better names

* Fix merge error
2016-11-11 15:09:32 -08:00
Benjamin Pasero
4384310ab2 'Open Preview' button for markdown files is not available anymore (fixes #13476) 2016-10-24 08:32:25 +02:00
Matt Bierner
9e28d5764c Show Markdown Preview Menu Button For any File Opened as Markdown
Issue #7638

**Bug**
Open a `.txt` file containing markdown in VSCode. Select the editor language as `markdown` and the highlighing kicks in, but there is no preview button for the file.

**Fix**
Base display of the markdown preview button on `resourceScheme` instead of `resourceLangId`.

Closes #7638
2016-09-22 11:06:32 -07:00
Martin Aeschlimann
4a13944af6 Migrate all other languages to language-configuration.json 2016-07-21 20:30:37 +02:00
Daniel Imms
9900f278ab Proper copy and paste support for integrated terminal
Fixes #6451
2016-07-11 15:13:13 -07:00
kieferrm
a1c2fcb9bd Add category, fixes #8271 2016-07-01 12:05:44 -07:00
kieferrm
9d50ac3f78 Add windows specific guidance 2016-06-30 16:45:27 -07:00
kieferrm
6b01b4c0d8 lookup of custom style sheets, fixes #8287 2016-06-30 14:50:58 -07:00
kieferrm
a1f6aadfee Change default value from null to []; fixed #8283 2016-06-30 12:45:47 -07:00
Johannes Rieken
eb2b0d1a15 deliver and wire in icons, #8111 2016-06-28 16:31:50 +02:00
kieferrm
e33e9a83ba fixed #8066 2016-06-27 10:42:23 -07:00
Martin Aeschlimann
e228769042 Polish configuration section labels & add link 2016-06-27 18:37:04 +02:00
Johannes Rieken
61973222fd support group property for menu item and treat 'navigation' special 2016-06-24 17:15:00 +02:00
Johannes Rieken
dbb8c3f3b6 markdown uses explorer/context menu 2016-06-23 16:27:49 +02:00
Johannes Rieken
51f0436d53 rename editor/primary to editor/title, remove editor/secondary 2016-06-23 15:42:01 +02:00
Johannes Rieken
87d3f05666 actionBarContributor, scope keybindings services 2016-06-23 12:17:41 +02:00
Johannes Rieken
22773cb862 replace ActionService with MenuService, merge both contribution points, add user friendly objects 2016-06-22 16:59:49 +02:00
Johannes Rieken
40deddb4a7 Merge branch 'master' into joh/menus 2016-06-22 10:25:29 +02:00
kieferrm
b985edc9f5 introduce activation telemetry 2016-06-21 20:32:50 -07:00
kieferrm
65d93c9408 Fix up duplicated names in command pallete 2016-06-21 20:24:08 -07:00
Johannes Rieken
cc8f1034db make command#when be like keybinding#when 2016-06-20 21:29:23 +02:00
kieferrm
ea101fea09 re-contribute configuration option; fixes #7832 2016-06-17 12:26:34 -07:00
Johannes Rieken
f23877c4ed md - differentiate between showPreview and showSource
having two distinct commands allows us to have a context menu action in the explorer to show a preview
2016-06-17 11:23:17 +02:00
Johannes Rieken
a91bc054c3 not yet fit for explorer contribution 2016-06-16 18:18:22 +02:00
Johannes Rieken
b248889d39 inline context, have one per command 2016-06-16 17:35:13 +02:00
Johannes Rieken
8c2fb77935 add icons for preview and view source 2016-06-16 11:40:52 +02:00
Johannes Rieken
203ab96155 whitespace issue 2016-06-14 15:01:58 +02:00
kieferrm
2ac170e64e fix hygiene issues 2016-06-14 15:01:58 +02:00
kieferrm
0b856de5a7 prepackage markdown extension 2016-06-14 15:01:58 +02:00
Erich Gamma
8f35cc4768 Hello Code 2015-11-13 14:39:38 +01:00