api_notable_list_2020.md: iconDescriptionBundle EP

This commit is contained in:
Yann Cébron 2020-05-15 16:07:20 +02:00
parent d6467b0bc4
commit f7f1b85331

View File

@ -13,7 +13,11 @@ Constructor Injection in `Configurable` forbidden
: Please obtain necessary components only when needed (logged as ERROR now).
`com.intellij.openapi.vfs.VirtualFileLookup`
: Locates `VirtualFile` from given `java.nio.file.Path` or `java.io.File`. See also `VirtualFile.toNioPath()`.
: Locates `VirtualFile` from given `java.nio.file.Path` or `java.io.File`. See also `VirtualFile.toNioPath()`.
Tooltip descriptions for icons
: Register resource bundle via extension point `com.intellij.iconDescriptionBundle` to provide tooltips automatically for all `SimpleColoredComponent` renderers.
# 2020.1