Gayanper
- Total activity 28
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 9
-
Gayanper created a post, AnsweredDisable IDEA plugins in command line or through a API
Is there a command line parameter to disable any plugin, bundled or external when launching intellij from command line ? If not a and API to disable plugins so that they are not active when the IDE... -
-
-
-
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,