From 85fd0d77cf2bccb1982067d1e49e3ba6881becab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Thu, 17 Sep 2020 16:15:06 +0200 Subject: [PATCH] api_notable_list_2020.md: HtmlBuilder --- reference_guide/api_notable/api_notable_list_2020.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/reference_guide/api_notable/api_notable_list_2020.md b/reference_guide/api_notable/api_notable_list_2020.md index ca5b0821a..8d090e6e0 100644 --- a/reference_guide/api_notable/api_notable_list_2020.md +++ b/reference_guide/api_notable/api_notable_list_2020.md @@ -11,7 +11,10 @@ We've published our roadmap for the IntelliJ Platform for 2020: [Part I](https:/ Reparsing of `IReparseableLeafElementType` : For elements whose 'IElementType' implements this interface, platform attempts reparse when a modification is made right before or after the leaf element preventing reparsing the whole file. - + +Generating HTML fragments +: Use `com.intellij.openapi.util.text.HtmlBuilder` for generating formatted content, e.g., for [Documentation](/reference_guide/custom_language_support/documentation.md). + ## 2020.2 ### Notable Changes in IntelliJ Platform 2020.2