api_notable_list_2020.md: update VirtualFileLookup entry

This commit is contained in:
Yann Cébron 2020-06-02 16:08:17 +02:00
parent c5e48b1558
commit 45e181cf26

View File

@ -12,8 +12,8 @@ We've published our roadmap for the IntelliJ Platform for 2020: [Part I](https:/
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()`.
`VirtualFile` lookup via `Path`
: Added `VirtualFileManager.findFileByNioPath()`/`refreshAndFindFileByNioPath()`. 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.