mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 02:07:50 +08:00
api_notable_list_2020.md: HtmlBuilder
This commit is contained in:
parent
0be3db57d9
commit
85fd0d77cf
@ -11,7 +11,10 @@ We've published our roadmap for the IntelliJ Platform for 2020: [Part I](https:/
|
|||||||
|
|
||||||
Reparsing of `IReparseableLeafElementType`
|
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.
|
: 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
|
## 2020.2
|
||||||
|
|
||||||
### Notable Changes in IntelliJ Platform 2020.2
|
### Notable Changes in IntelliJ Platform 2020.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user