Commit Graph

379 Commits

Author SHA1 Message Date
Matt Bierner
8e88f8cf03 Update markdown grammar
Fixes #43150
2018-02-08 15:57:20 -08:00
Matt Bierner
9030f132e3 Use extracted markdown grammar
Fixes #43141
2018-02-08 12:59:25 -08:00
Matt Bierner
6e8d4d057b Moving openDocumentLinkCommand to own file
Move OnPreviewStyleLoadErrorCommand to own file

Move commands.ts into new commands directory

Moving show preview commands to own file

Add missing import for tests

Use export from to export commands

Extract tryRevealLine to own method

Extract tryOpen to method

Extract moveCursorToPosition to own file

Extract didClick command to own file

Move RevealLineCommand to own file

Move ShowPreviewSecuritySelectorCommand command to own file

Move refreshPreviewCommand to own file

Move show source command to own file
2018-02-07 16:08:54 -08:00
Matt Bierner
f66c6f9b3f Fixing a few TS 2.7 errors 2018-02-07 16:08:54 -08:00
Matt Bierner
e385fc3e3f Make data2String static 2018-02-07 16:08:54 -08:00
Matt Bierner
e8bc943db4 Adding more tests for toc provider 2018-02-07 16:08:54 -08:00
Matt Bierner
b93fa7bf4c Use find for toc lookup 2018-02-07 16:08:54 -08:00
Matt Bierner
01631fefe4 TOC lookup returns toc entry instead of line number 2018-02-07 16:08:54 -08:00
Matt Bierner
8f497e771c Mark all toc entries properties readonly 2018-02-07 16:08:54 -08:00
Matt Bierner
14b7051664 Adding basic test for markdown 2018-02-07 16:08:54 -08:00
Matt Bierner
5cf57a1b08 Small formatting fix 2018-02-07 16:08:54 -08:00
Matt Bierner
54c037cc65 Make slug a whole value 2018-02-07 16:08:54 -08:00
Matt Bierner
e459b96852 Don't use nan to signal undefined table of contents position 2018-02-07 16:08:54 -08:00
Matt Bierner
31a237f49c Use alwaysStrict in markdown extension 2018-02-07 16:08:54 -08:00
Matt Bierner
2ace8adce1 Mark property reaonly 2018-02-07 16:08:54 -08:00
Royall Spence
c8a22ccead Fix typo (#42364) 2018-01-30 11:27:14 -08:00
Dirk Baeumer
e91b851ca8 Upgrade to latest language pack format 2018-01-30 00:11:57 +01:00
Ramya Achutha Rao
71c3b15465 Update the telemetry module used by extensions 2018-01-29 14:53:24 -08:00
Matt Bierner
eaa199495e Add alias for markdown commands
#39778
2018-01-29 09:55:20 -08:00
Dirk Baeumer
04594c864b Add support for Language Packs 2018-01-25 21:14:34 +01:00
Matt Bierner
9e6b718bd4 Fixing markdown colorization test 2018-01-24 08:42:06 -08:00
Mika Andrianarijaona
2472a47bc8 fix: add word boundray to check markdown italic (#41466)
* fix: add word boundray to check markdown italic

* fix: update markdown.tmLanguage.base
2018-01-24 08:40:25 -08:00
Benjamin Pasero
ee08381433 markdown - put a group to actions for editor/title 2018-01-04 17:28:03 +01:00
Ash258
553ace93d1 Add region markers for Markdown (#40312)
Region markers for Markdown wasn't added since markers were implemented
2018-01-02 15:28:36 -07:00
Matt Bierner
0532a3429a Fix markdown preview section links
Fixes #40877
2018-01-02 10:43:16 -08:00
isidor
b1a8048c19 fix tests and groups 2017-12-27 17:50:31 +01:00
isidor
c89c89f60c markdown contribute to 2_navigation 2017-12-21 16:37:41 +01:00
Matt Bierner
20f2d6fe1b Extract markdown preview scheme to constant 2017-12-20 17:24:45 -08:00
Matt Bierner
55382a106f Cache code-line elements for md scroll-sync
Fixes #19092
2017-12-18 14:25:39 -08:00
SteVen Batten
f929c1bff4 updating the md scroll sync to use binary search over linear search (#40401) 2017-12-18 10:45:45 -08:00
Matt Bierner
6ccc79823d Fix fragment name 2017-12-12 18:12:57 -08:00
Matt Bierner
2652b3f9b8 Support link with line number in md editor
Fixes #40140
2017-12-12 18:11:14 -08:00
Matt Bierner
4d42f3d7af Support extension-less links in the markdown preview
Fixes #39945
2017-12-12 17:04:29 -08:00
Matt Bierner
f4eca163a0 Relax vscode-nls deps 2017-12-12 11:04:39 -08:00
Alex Dima
14ac7514b6 Move license entries to root OSSREADME.json 2017-12-12 11:40:42 +01:00
colinfang
d09e6ef353 Fix md block under a list is recognized as a paragraph (#39952) 2017-12-11 10:32:05 -08:00
Matt Bierner
7656a3af59 Remove unused import 2017-12-07 12:49:20 -08:00
Matt Bierner
ebfd5dc480 Revert c585fc65b7
Fixes #39857
2017-12-07 12:47:57 -08:00
Matt Bierner
c585fc65b7 Fix markdown extension-less links in the markdown preview
Fixes #37400
2017-12-06 13:37:09 -08:00
Matt Bierner
9becd492fc 💄 2017-12-06 13:37:09 -08:00
Matt Bierner
6c4ed74ac4 Use id for markdown open document link command uir 2017-12-06 13:37:09 -08:00
Matt Bierner
565110a940 Move markdown providers into own directory 2017-12-04 15:25:55 -08:00
Matt Bierner
c3275b7ca1 Extract inner functions in loadMarkdownExtensions 2017-12-04 15:24:08 -08:00
Matt Bierner
826f5a82f8 Move markdown extensions logic to own file 2017-12-04 15:24:08 -08:00
Matt Bierner
6b533e7cae Move markdown TelemetryReporter to own class 2017-12-04 15:24:08 -08:00
Matt Bierner
4d1e77d8eb 💄 2017-12-04 15:24:07 -08:00
Matt Bierner
6b6b456257 Extract loadMarkdownExtensions 2017-12-04 15:24:07 -08:00
Matt Bierner
5e856d473b Finish moving commands over to own file 2017-12-04 15:24:07 -08:00
Matt Bierner
b31dc3a359 Continue moving over commands 2017-12-04 15:24:07 -08:00
Matt Bierner
3c5d21030d Extract show source command to commands 2017-12-04 15:24:07 -08:00