Heu Majing
- 活动总数 66
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 24
-
创建于 some jar in idea plugin sdk is low,how to replace?
已回答hello, 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... -
创建于 JBCefBrowser how to use api to clean cache or disable cache like chorme?
已回答i 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 ... -
已编辑于 Dialog uses jcef to create a browser, close dialog, how to release jbcef
已回答1、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 ... -
创建于 Toolwindow plugin with JCEF dose not closed when idea closed
已回答II 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... -
创建于 idea plugin notification sticky_ballon not popup actively
已回答After 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... -
创建于 idea plugin jcef I browser how to Visit an untrusted website
已回答i 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 ...