Sandeep Somavarapu
41ae0c7875
move rendering marker hover to hover widget
2019-01-07 22:23:48 +01:00
Rob Lourens
ef2547d547
replace void 0 with undefined
2019-01-03 11:20:19 -08:00
Alex Dima
6738976474
More strict null checks ( #60565 )
2018-11-30 15:11:29 +01:00
Sandeep Somavarapu
aab56e95c6
Fix #62370
2018-11-15 11:38:36 +01:00
Johannes Rieken
d4116a8f38
tweak markdown string conversion and rendering
2018-11-09 10:50:20 +01:00
Matt Bierner
be38e56996
Remove duplicate blank lines at the start of some files
2018-10-02 16:28:19 -07:00
Matt Bierner
d4edb9abcc
Remove use strict directives in main VS Code src (part 3)
...
We compile using the alwaysStrict flag so these directives are not needed.
This part removes most of the remaining use strict directives that were not caught by part 1 and 2
2018-10-02 16:14:11 -07:00
Johannes Rieken
2da0f2215f
remove some code, bring some code back
2017-11-15 15:08:21 +01:00
Johannes Rieken
f58de870d7
debt remove some unused code
2017-11-15 14:38:41 +01:00
Johannes Rieken
229093ec9e
debt - remove unused 'usesCommandLink' telemetry
2017-10-02 14:40:03 +02:00
Johannes Rieken
54dfbf8c66
fix #34520
2017-09-20 09:54:37 +02:00
Johannes Rieken
3ab2688b17
trusted -> isTrusted, #29076
2017-08-25 11:48:18 +02:00
Johannes Rieken
0614806c12
move out util-methods to make MarkedString API ready, #29076
2017-08-24 17:06:28 +02:00
Johannes Rieken
57da808a98
Fix what an empty string is, don't render empty MarkdownString, #29076
2017-08-24 16:49:21 +02:00
Johannes Rieken
fb83608ebc
MarkdownString#enableCommand -> trusted, #29076
2017-08-24 16:38:57 +02:00
Johannes Rieken
9de86a1b4f
fix #33047
2017-08-24 10:00:37 +02:00
Johannes Rieken
60892e5fa8
💄 #29076
2017-08-23 16:18:14 +02:00
Johannes Rieken
9791d58701
replace MarkedString with object-type IMarkdownString, #29076
2017-08-23 15:53:39 +02:00
Johannes Rieken
001cff3e78
know hover providers using command links, #29076
2017-08-23 11:50:46 +02:00
Johannes Rieken
beb033f98b
make internal variant of MarkedString be a string, #29076
2017-08-22 12:01:09 +02:00
Matt Bierner
7194723e62
Continue refactoring html content renderer ( #29060 )
...
* Splits `renderHtml` into three distict functions to prevent passing in mixed content types
* Moves the `inline` and `className` properties onto the `RenderOptions` structure
2017-06-19 17:33:39 -07:00
Matt Bierner
54b8d4d9e9
Continue html renderer cleanup ( #28913 )
...
* Removes the `child` option for `IHTMLContentElement`. This is only used internally
* Delete some unused functions
2017-06-19 08:06:46 -07:00
Matt Bierner
324cd2ac55
Remove Unused Html Content Renderer Extensibility ( #28760 )
...
* Remove Unused Html Content Renderer Extensibility
Removes a few options from the html content renderer that are currently not used
* Fix messageList
2017-06-15 10:21:43 -07:00
katainaka0503
0962f8a082
Use property syntax instead of array syntax.
2017-03-18 05:21:25 +09:00
Matt Bierner
59ccb985cd
Unescape Markdown Escapes inside of a link
...
Fixes #14968
**Bug**
Due to https://github.com/chjj/marked/issues/829 , markdown escapes inside of links are currently not rendered properly. This also can effect regular text that contains characters that are escaped when we convert them to markdown text.
**Fix**
For links, remove markdown escapes before rendering them.
2016-12-06 15:07:13 -08:00
Alex Dima
73d151d7ce
Adopt TypeScript's readonly in editor API
2016-10-23 09:24:25 +02:00
Johannes Rieken
6681a2a7d6
tsfmt - src
2016-10-08 09:53:13 +02:00
Martin Aeschlimann
4e235375cd
htmlContent.textToMarkedString: Convert plainText to MarkedString
2016-09-07 16:37:35 +02:00
Johannes Rieken
31d1692155
use string concat and rename escape trick to signal that it creates a code block, #10939
2016-08-25 16:57:58 +02:00
Martin Aeschlimann
51f2d539a6
Use MarkedString insetad of HTMLContentElement
2016-06-24 10:23:50 +02:00
Alex Dima
9a4d2bf43d
Fixes #4317 : Compare all properties of IHTMLContentElement for equals check
2016-03-17 09:15:28 +01:00
Johannes Rieken
04643f8788
first steps in supporting markdown preview
2016-01-25 10:28:40 +01:00
Erich Gamma
8f35cc4768
Hello Code
2015-11-13 14:39:38 +01:00