Heu Majing
- Total activity 66
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 24
-
Created Class path contains multiple slf4j binding in plugin maven and 3rd-party-rt.jar ,how to execlue?
AnsweredI 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... -
Created idea plugin in debug mode,method threw java.lang.noclassdeffounderror
Answeredi 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... -
Created idea plugin develop ,how to load .class which opened in the idea project?
AnsweredTo 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... -
Edited ClassNotFoundException when plugin as jar.but in debug ,there is no problem
AnsweredI 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... -
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 ...