api_notable_list_2020.md: ReaderModeProvider

This commit is contained in:
Yann Cébron 2020-11-18 19:15:04 +01:00
parent 470260e4af
commit 518eac6ff7

View File

@ -34,6 +34,9 @@ Welcome Screen customization
File Type association with the IDE
: To control file type association with the IDE in the operating system, implement `com.intellij.openapi.fileTypes.OSFileIdeAssociation`.
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.
### Notable Changes in JavaScript Plugin 2020.3
Published Javascript Testframework