api_notable_list_2020.md: TextEditorCustomizer

This commit is contained in:
Yann Cébron 2020-11-24 18:28:36 +01:00
parent b9d14b558d
commit fec89a2716

View File

@ -36,6 +36,9 @@ File Type association with the IDE
Reader Mode customization
: Implement `com.intellij.codeInsight.actions.ReaderModeProvider` and register in `com.intellij.readerModeProvider` extension point to apply custom settings for files rendered in reader mode. Provide `com.intellij.codeInsight.actions.ReaderModeMatcher` to disable Reader Mode for particular set of files.
Text Editor customization
: Implement `com.intellij.openapi.fileEditor.impl.text.TextEditorCustomizer` and register in `com.intellij.textEditorCustomizer` extension point to customize created editors.
### Notable Changes in JavaScript Plugin 2020.3