2019.3: get rid of JsonFileTypeFactory

This commit is contained in:
Sergey Ignatov 2019-07-18 13:09:24 +03:00 committed by GitHub
parent 7037174968
commit bf333e255a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,13 @@ See the note on how to document new problems on the main page reference_guide/ap
-->
# 2019.3
## Changes in IntelliJ Platform 2019.3
`com.intellij.json.JsonFileTypeFactory` class removed:
use `com.intellij.fileType` extension point instead
# 2019.2
## Changes in IntelliJ Platform 2019.2
@ -38,7 +45,7 @@ Recompile your code to pick up the new signature.
`com.intellij.extapi.psi.PsiElementBase` class removed
: Please use `com.intellij.psi.impl.PsiElementBase` or one of its descendants as a base class for PSI elements, e.g. `com.intellij.extapi.psi.ASTWrapperPsiElement`, as suggested in [Custom Language Support Tutorial](../../tutorials/custom_language_support/grammar_and_parser.md).
`com.intellij.extapi.psi.MetadataPsiElementBase` class removed
c
: Please use different base class for PSI elements.
`com.intellij.ide.actions.SearchAgainAction` class now extends `com.intellij.openapi.editor.actionSystem.EditorAction` and inherits its final method `actionPerformed`