mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
embedded_browser_jcef.md: remove outdated content
This commit is contained in:
parent
f9ebe4e24a
commit
758a5f1fae
@ -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).
|
||||
|
Loading…
x
Reference in New Issue
Block a user