embedded_browser_jcef.md: remove outdated content

This commit is contained in:
Yann Cébron 2025-04-29 14:04:19 +02:00
parent f9ebe4e24a
commit 758a5f1fae

View File

@ -37,34 +37,6 @@ See [JavaFX and JCEF in the IntelliJ Platform](https://blog.jetbrains.com/platfo
>
{style="warning"}
## Enabling JCEF
<tabs>
<tab title="2020.2 and later">
JCEF is available and enabled by default since 2020.2.
No additional actions are required.
</tab>
<tab title="Earlier versions">
Using JCEF requires using a dedicated JetBrains Runtime and enabling JCEF in the IDE Registry.
<procedure>
1. Go to the [JetBrains Runtime releases list](https://github.com/JetBrains/JetBrainsRuntime/releases).
2. Download "Binaries for launching IntelliJ IDEA" matching your operating system, e.g., <path>jbr_jcef-17.0.9-osx-x64-b1087.7.tar.gz</path> for macOS.
3. Unpack the archive.
4. Follow the steps described in the [IDEA Web Help](https://www.jetbrains.com/help/idea/2020.2/switching-boot-jdk.html) and choose the downloaded JBR.
5. Invoke <ui-path>Help | Find Action...</ui-path>, type "Registry", and press enter to open the <control>Registry</control> dialog.
6. Enable the `ide.browser.jcef.enabled` flag.
7. Restart the IDE for changes to take effect.
</procedure>
</tab>
</tabs>
## Using JCEF In a Plugin
The core JCEF class exposed by IntelliJ Platform API is [`JBCefApp`](%gh-ic%/platform/ui.jcef/jcef/JBCefApp.java).