Gayanper

- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 8
-
-
-
-
Gayanper created a post, AnsweredReading maven settings such as maven installation and settings file path
I'm developing a plugin which i need to read the current maven configuration of the project. I want to read the maven installation directory of the maven bundle in used and the user settings file p... -
-
Gayanper created a post, AnsweredHow to find the project library that a PsiClass is provided from.
For a plugin i'm working on i want to find the project library which provides the given PsiClass. Is there a API to find this information ? -
Gayanper created a post, AnsweredConverting FQN to BinaryName and vise versa
I would like to know if there is a open api to convert a FQN of a class to Java Binary name to do the vise versa example: Ljava/util/AbstractList; -> java.util.AbstractList java.util.AbstractList -... -
Gayanper created a post, AnsweredProblematically importing TextMate packages
I'm developing a new language for Intellij CE. I would like to bundle the TextMange bundle json for that language and import it problematically from my plugin into IntelliJ. Is it possible to do th... -
Gayanper commented, -
Gayanper created a post, AnsweredCode lens implementation in Idea Plugin
I'm currently working on plugin where i need to show some information about a annotation using runtime data of the application. Actually the scenario is showing some spring actuator information on ...