Thusitha Jayasundara
- Total activity 22
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 4
- Subscriptions 7
-
Thusitha Jayasundara created a post, AnsweredDoes 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 created a post, AnsweredIntelliJ 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 created a post, AnsweredRestart 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 commented, -
-
Thusitha Jayasundara created a post, AnsweredWhy 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 created a post, AnsweredDoes 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...