Niko Malliaros
- 活动总数 12
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 4
-
Niko Malliaros 创建了一个帖子, 已回答Intellij 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 创建了一个帖子, 已回答Why 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 创建了一个帖子, 已回答How 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 创建了一个帖子, 已回答Seeking 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...