Siddharth Priya
- Total activity 64
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 26
-
Siddharth Priya created a post, Creating project in IdeaTestCase
Hello,I am extending IdeaTestCase but I am not using bundled project and module since I want fine grained control over the project created. There is problem in the tear down phase of the testcase w... -
Siddharth Priya created a post, How can I change editor preferences programmatically?
Hello,I would like to add to the "Exclude from Import and completion" list through a plugin. What is the best way to do this?thanksSiddharth -
-
Siddharth Priya created a post, Adding to java auto-complete options in the relevant context and at the correct position.
Hello,I am writing a CompletionContributor for java. The contributor will contribute Class names. I had some questions around that.1. How can I make sure that the contributor is only invoked when t... -
Siddharth Priya created a post, Getting a PsiClass/PsiReference from a fully qualified name
Hello,Is there a way to get a PsiClass/PsiReference from a string which contains the fully qualified name of the class? The class in question is in the module dependencies inside a jar.thanksSiddharth -
Siddharth Priya created a post, Checking for unresolved references in project without compilation
Hello,I would like to programmatically find out if there are unresolved references for symbols in my project (squiggly red lines in editor for any file in my project). I don't want to use the rebui... -
Siddharth Priya created a post, How can I call a custom java compiler from IntelliJ
Hello,I want to call a custom java compiler from intellij for compiling java projects. What is the best way to implement this?thanksSiddharth -
Siddharth Priya created a post, Deploying IntelliJ plugins
Hello,In our company we deploy plugins using a push based model to user machines (i.e. instead of selecting plugins to install - pulling them)With regard to this I have two questions Sometimes the ... -
Siddharth Priya commented, -
Siddharth Priya created a post, Code style options for custom language plugin
Hello,I have a custom language plugin which needs to have certain code style options set... E.g. use double quotes for strings instead of single quotes. I also want the options to be changeable usi...