Heu Majing
- Total activity 66
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 24
-
Created some jar in idea plugin sdk is low,how to replace?
Answeredhello, i am developing a plugin ,i use lucene-core 8.0.0 ,but intellij sdk plugins\maven\lib\lucene-core-2.4.1. though,i append ucene-core 8.0.0 in dependency ,plugin classloader can not load ,th... -
Created JBCefBrowser how to use api to clean cache or disable cache like chorme?
Answeredi am developing a idea plugin. i use jbcef to load a url and display in the toolwindow. the url page is developing and it always changed. But in my installed plugin, the url page always ... -
Edited Dialog uses jcef to create a browser, close dialog, how to release jbcef
Answered1、Use dialogwrapper to create a dialog, add jbcef browser。when open a dialog ,i new a jbcef browser 2、after closing the window, how to close or release jbcef resources, otherwise it will always be ... -
Created Toolwindow plugin with JCEF dose not closed when idea closed
AnsweredII use the jcef framework to develop an idea plugin. After installation, even if you don't click the plugin, all opened ideas and resource managers will have another jcef helper and openjdk plat... -
Created idea plugin notification sticky_ballon not popup actively
AnsweredAfter calling notificontions.bus.notify, the stick_ballon window cannot pop up in the lower right corner, but there are records in the eventlog window. I found that when the eventlog window is open... -
Created idea plugin jcef I browser how to Visit an untrusted website
Answeredi use JBcefBrowser jbcefbrowser=new JBcefBrowser(https://xxxx)this url is an untrusted website . what can i do to Bypass and visit website the weburl show it is unsafe, how can i use jbcefbrowser ...