api_notable_list_2021.md: JBCefOsrHandlerBrowser

This commit is contained in:
Yann Cébron 2021-04-08 17:42:35 +02:00
parent ab0ba387e6
commit dff5975029

View File

@ -15,6 +15,9 @@ _Add unambiguous imports on the fly_ for custom languages
Ability to override encoding per `VirtualFile`
: Implement [`FileEncodingProvider`](upsource:///platform/core-api/src/com/intellij/openapi/vfs/encoding/FileEncodingProvider.java) and register in `com.intellij.fileEncodingProvider` extension point.
[JCEF](jcef.md): wrapper for `CefBrowser`
: [`JBCefOsrHandlerBrowser`](upsource:///platform/platform-api/src/com/intellij/ui/jcef/JBCefOsrHandlerBrowser.java) forwards to custom `CefRenderHandler`, e.g., for off-screen rendering.
### Notable Changes in Java Plugin 2021.1