mahu

- Total activity 14
- Last activity
- Member since
- Following 1 user
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
mahu created a post, AnsweredHow do I use SWT-related components in my plug-in?
Hello,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... -
mahu commented, -
mahu created a post, AnsweredFile content saving
Hello, 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... -
-
mahu created a post, AnsweredWhen creating the JCEF browser, the page cannot use the numeric keypad after OSR is enabled
platformType = IC platformVersion = 2023.2.5Please review the procedure: Create a JCEF private val htmlPanelComponent = JCEFHtmlPanel( JBCefApp.isOffScreenRenderingModeEnabled(), null, null) I crea... -
-
mahu created a post, AnsweredDragging on the page does not take effect when opening OSR when creating JCEF browser
val jbCefBrowser = JBCefBrowser.createBuilder() .setEnableOpenDevToolsMenuItem(openDevtools) .setOffScreenRendering(true) .build()What else do I need to implement after enabling OSR -
-