Mokloukong
- 活动总数 45
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 10
-
创建于 Setting JPanel colors has no effect in the toolwindow
已回答this.contentFactory = ContentFactory.getInstance(); this.contentManager = toolWindow.getContentManager(); JPanel jPanel = new JPanel(new BorderLayout()); JLabel jLa... -
创建于 JBCefBrowser load iframe HTML, unable to input Chinese Input
已回答code:Content content = contentFactory.createContent(new ChatBrower().getComponent(), "", false);this.contentManager.addContent(content);public class ChatBrowser extends JBCefBrowser { public Cha... -
创建于 Android Studio is not supported JCEF
已回答this.jbCefBrowser = new JBCefBrowser(); There is an error message when using JCEF in Android Studio, which is not supportedjava.lang.IllegalStateException: JCEF is not supported in this env or fail... -
创建于 Create multiple idea project windows for the same version of the idea, and the plugin can only be used in one project window
已回答Create multiple idea project windows for the same version of the idea, and the plugin can only be used in one project window. Multiple idea project windows cannot be used in the same idea version. ... -
创建于 Code completion operation in editor inlayModel as a streaming effect
已回答I want to complete the code of the plugin in editor inlayModel as a streaming effect. Do you have any documentation or materials to read? I don't have any direction yet -
创建于 a demo about using JBHtmlPane component to report error conv is null
已回答public class RefactorChatWindow implements DumbAware, ToolWindowFactory @Overridepublic void createToolWindowContent(@NotNull Project project, @NotNull ToolWindow toolWindow) {JFrame frame = new JF... -
创建于 Cannot invoke "javax.swing.text.html.CSS$CssValue.parseCssValue(String)" because "conv" is null
已回答class:public class CodeTextPane extends JTextPane implements RefreshColorComponent { private static final Logger log = LoggerFactory.getLogger(CodeTextPane.class); private static Code2HtmlCon... -
创建于 Plugin setting Gradle plugin (2. 1.0) has a warning
已回答environment: JDK:jbr_jcef-21.0.5IDEA:IntelliJ IDEA 2024.2.3 (Ultimate Edition)Gradle: gradle-8.7w11bulid.gradleplugins { id 'org.jetbrains.intellij.platform' version '2.1.0'}repositories { ma... -
创建于 How to achieve the effect of Inlay hint on the list above each function, separating and triggering by clicking?
已计划Desired:This implementation effect is very unique. It's like a list implementation, where each one can be clicked and separated, but it's also like a drawing. You can directly click on it and enter... -
创建于 can support both PsiElEment and PyFunction
已回答Hello, currently in plugin development, PsiElement can only recognize Java's PsiMethod, and the corresponding Python PyFunction is still not supported. I want to extend the IDEA plugin to recognize...