mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
api_notable_list_2020.md: TextEditorCustomizer
This commit is contained in:
parent
b9d14b558d
commit
fec89a2716
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user