notable api 2019: update <fileType> EP with exact file naming matching

This commit is contained in:
Yann Cébron 2019-06-07 17:25:12 +02:00
parent d0c5727264
commit 7b9aec78ee

View File

@ -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).