diff --git a/topics/reference_guide/jcef.md b/topics/reference_guide/jcef.md index 9b1c4415b..ab024c6b3 100644 --- a/topics/reference_guide/jcef.md +++ b/topics/reference_guide/jcef.md @@ -29,7 +29,7 @@ Embedding of the browser component inside the IDE allows amongst others: Using JCEF requires using a dedicated JetBrains Runtime, please follow these [installation instructions](https://youtrack.jetbrains.com/issue/IDEA-231833#focus=streamItem-27-3993099.0-0) on how to obtain and activate it in your IDE. -Enable `ide.browser.jcef.enabled` in Registry dialog (invoke Help | Find Action and type "Registry") and restart the IDE for changes to take effect. +Enable `ide.browser.jcef.enabled` in Registry dialog (invoke Help | Find Action and type "Registry") and restart the IDE for changes to take effect. @@ -45,9 +45,9 @@ ide.browser.jcef.debug.port=9222 ``` JavaScript debugger in IntelliJ IDEA Ultimate can thus be used to debug JavaScript code running in the IDE via the Chrome DevTools. -Use the _Attach to Node.js/Chrome_ configurations with a proper port number. +Use the Attach to Node.js/Chrome configurations with a proper port number. -Also, JCEF provides a default Chrome DevTools front-end (similar to the one in the Chrome browser) that can be opened from the JCEF's browser component context menu via **Open DevTools**. +Also, JCEF provides a default Chrome DevTools front-end (similar to the one in the Chrome browser) that can be opened from the JCEF's browser component context menu via Open DevTools. The menu item is available in [internal mode](enabling_internal.md) only, starting with 2021.3 platform registry key `ide.browser.jcef.contextMenu.devTools.enabled` must be set to `true` explicitly. To access the Chrome DevTools in plugin code, use the following API: @@ -89,7 +89,7 @@ JCEF can be unsupported when: - It's not available in the IDE runtime (the IDE is started with an alternative OpenJDK). - Its version is not compatible with the running IDE. -To avoid the above problems, the IDE should be run with the bundled JBR. +To avoid the above problems, the IDE should be run with the bundled JetBrains Runtime (JBR) (see also [](ide_development_instance.md)). ### JBCefClient