4 Matching Annotations
  1. Sep 2022
    1. The menu item is available in internal mode only, starting with 2021.3 platform registry key ide.browser.jcef.contextMenu.devTools.enabled must be set to true explicitly.

      How to enable context menu in JCEF? Note that "Registry" can be found in "Help -> Actions".

    1. Take a look at the com.intellij.httpRequestHandler extension point. Easiest way of using it is to extend org.jetbrains.ide.RestService.

      How a JetBrains plugin listen to a port and accept http requests

  2. Jan 2022