Mokloukong

- Total activity 45
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 10
-
Created Setting JPanel colors has no effect in the toolwindow
Answeredthis.contentFactory = ContentFactory.getInstance(); this.contentManager = toolWindow.getContentManager(); JPanel jPanel = new JPanel(new BorderLayout()); JLabel jLa... -
Created JBCefBrowser load iframe HTML, unable to input Chinese Input
Answeredcode:Content content = contentFactory.createContent(new ChatBrower().getComponent(), "", false);this.contentManager.addContent(content);public class ChatBrowser extends JBCefBrowser { public Cha... -
Created Android Studio is not supported JCEF
Answeredthis.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... -
Created Create multiple idea project windows for the same version of the idea, and the plugin can only be used in one project window
AnsweredCreate 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. ... -
Created Code completion operation in editor inlayModel as a streaming effect
AnsweredI 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 -
Created a demo about using JBHtmlPane component to report error conv is null
Answeredpublic class RefactorChatWindow implements DumbAware, ToolWindowFactory @Overridepublic void createToolWindowContent(@NotNull Project project, @NotNull ToolWindow toolWindow) {JFrame frame = new JF... -
Created Cannot invoke "javax.swing.text.html.CSS$CssValue.parseCssValue(String)" because "conv" is null
Answeredclass:public class CodeTextPane extends JTextPane implements RefreshColorComponent { private static final Logger log = LoggerFactory.getLogger(CodeTextPane.class); private static Code2HtmlCon... -
Created Plugin setting Gradle plugin (2. 1.0) has a warning
Answeredenvironment: 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... -
Created How to achieve the effect of Inlay hint on the list above each function, separating and triggering by clicking?
PlannedDesired: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... -
Created can support both PsiElEment and PyFunction
AnsweredHello, 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...