Thusitha Jayasundara
- 活动总数 22
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 1 名用户
- 投票数 4
- 订阅数 7
-
Thusitha Jayasundara 创建了一个帖子, 已回答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... -
-
Thusitha Jayasundara 创建了一个帖子, 已回答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... -
-
-
Thusitha Jayasundara 创建了一个帖子, 已回答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... -
Thusitha Jayasundara 进行了评论, -
-
Thusitha Jayasundara 创建了一个帖子, 已回答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 ... -
Thusitha Jayasundara 创建了一个帖子, 已回答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...