Niko Malliaros

- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 4
-
Niko Malliaros created a post, AnsweredIntellij Plugin Verifier Error: Package "org.jfree" is not found
Hi,I'm currently in the process of publishing my IntelliJ plugin, but I've encountered an issue with the plugin verifier. The error message I received is as follows:Package 'org.jfree' is not found... -
-
Niko Malliaros created a post, AnsweredWhy do I get java.lang.IllegalArgumentException when I call setUp from LightPlatformCodeInsightTestCase
I want to test my KotlinParser. It extends the class KotlinRecursiveElementWalkingVisitor. So in order to test the class I have to create a mock PsiFile. I tried to use the LightPlatformCodeInsight... -
Niko Malliaros created a post, AnsweredHow can I register the ProjectOpenedCallback function
Hello,I want to override the “projectOpened” function from Interface “ProjectOpenedCallback” to implement specific functionality that is triggered when the project is opened. However, I am uncertai... -
-
Niko Malliaros created a post, AnsweredSeeking Guidance on Implementing Coverage Highlighting in IntelliJ IDEA Plugin
Hello IntelliJ IDEA Community!I am currently working on a custom plugin for IntelliJ IDEA, and I'm looking to implement coverage highlighting similar to what's available in the IDE itself. Specific...