Gilby Sunil
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 4
-
Created Preserving and Restoring State in JCEF-based Editor Tabs when Editor is Moved Around
I'm working on a JetBrains plugin where I open a custom editor tab that renders a web page using JCEF. This is done by attaching a VirtualFile to the editor, which then loads the JCEF browser compo... -
Created JBCefJSQuery.inject() Supports Only a Single String Parameter — Limits Multi-Argument Use Cases
Currently, the inject() method of JBCefJSQuery in the IntelliJ Platform SDK accepts only a single string parameter. This poses a challenge for plugin developers who need to pass multiple values or ... -
Edited How to Serve Resource Files Locally to JCEF
I am trying to integrate a webview as part of my plugin development. I have created a react application for the same and I am passing the index.html file as a resource to the plugin to render the w...