Heu Majing
- 活动总数 66
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 24
-
创建于 Class path contains multiple slf4j binding in plugin maven and 3rd-party-rt.jar ,how to execlue?
已回答I am developing a plug-in that relies on the maven plug-in import slf4j-log4j12 jar package. Now there are 3 slf4j implementation classes, which prompt conflicts. I want to keep only one, such as d... -
创建于 idea plugin in debug mode,method threw java.lang.noclassdeffounderror
已回答i meet the same question int this: https://intellij-support.jetbrains.com/hc/en-us/community/posts/360001227039-ClassNotFoundException-in-plugin-development?page=1#community_comment_7768731052178 t... -
创建于 idea plugin develop ,how to load .class which opened in the idea project?
已回答To develop the idea plug-in, you need to obtain the .class file of the open project A, obtain the class<?> object, and do follow-up operations.Throws classnot found: this answer can not resolve pro... -
已编辑于 ClassNotFoundException when plugin as jar.but in debug ,there is no problem
已回答I am developing a plugin that depends on importing compile group: 'cn.hutool', name: 'hutool-all', version: '5.7.9' . When I am in debug mode, there is no problem. When this plugin is packaged, the... -
创建于 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 ...