mahu

- Total activity 14
- Last activity
- Member since
- Following 1 user
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Created How do I use SWT-related components in my plug-in?
AnsweredHello,I have a problem with an eclipse plug-in that I need to migrate to idea or rewrite, where the eclipse plug-in uses the dialog component of the font provided by swt. In order to ensure the con... -
Created File content saving
AnsweredHello, I have a problem about file saving, and psi operation is used.Take the example of saving an xml type file.1. I get the document of the file and save the contents of the fileval document = re... -
Edited When creating the JCEF browser, the page cannot use the numeric keypad after OSR is enabled
AnsweredplatformType = IC platformVersion = 2023.2.5Please review the procedure: Create a JCEF private val htmlPanelComponent = JCEFHtmlPanel( JBCefApp.isOffScreenRenderingModeEnabled(), null, null) I crea... -
Created Dragging on the page does not take effect when opening OSR when creating JCEF browser
Answeredval jbCefBrowser = JBCefBrowser.createBuilder() .setEnableOpenDevToolsMenuItem(openDevtools) .setOffScreenRendering(true) .build()What else do I need to implement after enabling OSR