Thusitha Jayasundara
- 活动总数 22
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 1 名用户
- 投票数 4
- 订阅数 7
-
创建于 Does AnnotationHolder.newAnnotation(..) support backward compatibility?
已回答Currently, I'm working on an IntelliJ IDEA plugin which uses the bellow method. annotationHolder.createInfoAnnotation(..) But since IntelliJ IDEA 2020 version this method is deprecated. In the JetB... -
创建于 IntelliJ 2020.1 JXDatePicker component alignment difference between IntelliJ Light, Dracula and Windows 10 light
已回答I'm facing an alignment issue between different themes in IntelliJ IDEA 2020.1 version. Please find below screenshots. IntelliJ IDEA 2020.1.2 - Window 10 Light theme (Intended behavior) Intell... -
创建于 Restart button doesn't appear after installed a custom plugin in IntelliJ 2020.1
已回答I'm currently updating my plugin in order to match the latest IntelliJ IDEA 2020.1 version. But when I build and do a fresh install for 2020.1 it does not show the Restart button. https://www.jetb... -
创建于 Why IntelliJ IDEA 2020.1 doesn't properly render HTML content font color in Dracula theme for JTextPane?
已回答I'm working on an IntelliJ IDEA plugin which contains JTextPane and I'm using HTML to render hyperlink alone with some other text. But in 2020.1 version when I change the theme to Dracula the rest ... -
创建于 Does ToolWindow support for HTML/JS contents?
已回答I'm creating a plugin for IntelliJ IDEA that needs to load local static web content(HTML, CSS, JS) into a ToolWindow and invoke a java method from that HTML/JS content. I used JavaFX WebView to loa... -
创建于 Change the JCheckBox icon
已回答Currently I'm implementing an IntelliJ plugin and I have a requirement to change the a JCheckBox icon(tick icon) into something else using png file. I tried bellow codes, checkBox.setIcon(new Image...