Heu Majing
- 活动总数 66
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 24
-
已编辑于 how to Open the web page in the file editor position?
已回答idea plugin develop, I want to click a button in the toolwindow, and different buttons represent different URLs. Open the web page in the file editor position. i need use jcef with jbcefbrowser and... -
已编辑于 Can custom plugin be automatically installed when the idea is installed?
已回答When idea is installed, some plug-ins will be installed by default, and these plug-ins are bundled. I have a custom plug-in that needs to be used by many people. Can the plug-in be automatically in... -
已编辑于 Can custom plugin be automatically installed when the idea is installed?
When idea is installed, some plug-ins will be installed by default, and these plug-ins are bundled. I have a custom plug-in that needs to be used by many people. Can the plug-in be automatically in... -
已编辑于 idea 2023.2.2 jcef devtools how to open
已回答hello, i develop a plugin with jcef .i want to Right-click to pop up devtools. .i writethe command in custom properties file, it takes effect in other versions.But in 2023.2.2 the devtools can not... -
创建于 idea 2023.2.2 jcef devtools can not open
已回答hello, i develop a plugin with jcef .i want to Right-click to pop up devtools. .i writethe command in custom properties file, it takes effect in other versions.But in 2023.2.2 the devtools can not... -
已编辑于 customize idea plugin develop how to rely on the third-party plugin?eg: sonarlint ,use it api
已回答@Jakub Chrzanowski hello,i am developing idea plugin needs to rely on the third-party plugin sonarlint, how to dependency it inplugin.xml or build.gradle???sonarlint.zip is placed on my server. I ... -
创建于 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...