mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
notable api 2019: update <fileType> EP with exact file naming matching
This commit is contained in:
parent
d0c5727264
commit
7b9aec78ee
@ -10,7 +10,7 @@ title: Notable Changes in IntelliJ Platform and Plugins API 2019.*
|
||||
: Use new dedicated extension point `com.intellij.highlightingPassFactory`.
|
||||
|
||||
`com.intellij.openapi.fileTypes.FileTypeFactory` deprecated
|
||||
: When registering file type via file extension matching, use extension point `com.intellij.fileType` instead (see [Sample](/tutorials/custom_language_support/language_and_filetype.md#b-register-file-type-20192-or-later)).
|
||||
: When registering file type via file extension or exact file name matching, use extension point `com.intellij.fileType` instead (see [Sample](/tutorials/custom_language_support/language_and_filetype.md#b-register-file-type-20192-or-later)).
|
||||
|
||||
Unbundled plugins in IntelliJ IDEA
|
||||
: Several plugins for no longer actively maintained technology have been moved to a [separate repository](https://github.com/JetBrains/intellij-obsolete-plugins/). If your plugin depends on them, users will need to install them from the [JetBrains plugin repository](https://plugins.jetbrains.com).
|
||||
|
Loading…
x
Reference in New Issue
Block a user