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