Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Siddharth Priya
Follow
New posts
New posts and comments
Total activity
64
Last activity
January 17, 2016 13:10
Member since
May 19, 2010 07:40
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
26
Activity overview
Posts (23)
Comments (15)
Sort by recent activity
Recent activity
Votes
Created
August 16, 2012 13:16
since I didn't want any UI invoked while changing, I am reading/writing directly from CodeInsightSettings.
Community
IntelliJ IDEA Open API and Plugin Development
How can I change editor preferences programmatically?
0 votes
Created
June 01, 2012 16:02
Hi Peter,This plugin provides class name completion options for classes not yet added to the project. We have a use case for this.The PrioritizedLookupElement object seems to expect that one has co...
Community
IntelliJ IDEA Open API and Plugin Development
Adding to java auto-complete options in the relevant context and at the correct position.
0 votes
Created
May 30, 2012 12:50
I have a custom autocomplete provider which add to the autocomplete list, classes which are not part of the projectOnce such a class has been selected1. I add the required jar to the module library...
Community
IntelliJ IDEA Open API and Plugin Development
Getting a PsiClass/PsiReference from a fully qualified name
0 votes
Created
February 17, 2012 14:41
Thanks that helped. What does the resetImpl method do in CodeStyleAbstractPanel.java?
Community
IntelliJ IDEA Open API and Plugin Development
Code style options for custom language plugin
0 votes
Created
January 19, 2012 13:07
Thanks.Next questions are What is a Pattern e.g. StringPattern I would ultimately want that I able to read text from a file and offer that in the autocomplete view I would then also like to auto a...
Community
IntelliJ IDEA Open API and Plugin Development
Adding extra symbols to Java auto complete
0 votes
Created
November 29, 2011 12:15
Roman,What if the PsiExpression we are dealing with are not JAVA expressions? The way you mention creates a Java Expression. What if I want to create a custom language expression. Which supplied cl...
Community
IntelliJ IDEA Open API and Plugin Development
What is the recommended way to create a new Psi Expression using given two Psi Expressions.
0 votes
Created
May 20, 2011 02:17
Hi Dimitry,Bringing the discussion back to our original problem.We want to test certain actions on the event Queue by waiting for those actions as described in http://devnet.jetbrains.net/message/...
Community
IntelliJ IDEA Open API and Plugin Development
'Write access is allowed from event dispatch thread only' error while running IdeaTestCase
0 votes
Created
May 20, 2011 02:14
Hi Dimitry,Bringing the discussion back to our original problem. We want to test certain actions on the event Queue by waiting for those actions as described in http://devnet.jetbrains.net/message/...
Community
IntelliJ IDEA Open API and Plugin Development
Run an IdeaTestCase outside the AWT event thread and without a write lock
0 votes
Created
September 08, 2010 07:10
Thanks Dmitry,I had a follow up question.If we change the minor version number from 0.2 to 0.2xx1 in IdeaApplicationInfo.xml, do you see a problem?For my needs, I want to build/deploy a custom vers...
Community
IntelliJ IDEA Users
Where does Intellij 9 store version information?
0 votes
Created
June 15, 2010 20:25
Thanks Dmitry,This is a specific change required for the build system I am using. Let me investigate more. Once I understand the implications better, I can let you know if this change can be made i...
Community
IntelliJ IDEA Users
Modifying an existing installation of Idea
0 votes
1
2
›
»