Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Jon Akhtar
Total activity
383
Last activity
July 30, 2019 07:31
Member since
September 27, 2010 19:42
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
142
Activity overview
Posts (42)
Comments (199)
Sort by recent activity
Recent activity
Votes
Created
June 12, 2011 01:03
Why dont you use tail on the idea.log instead. That is what I do.
Community
IntelliJ IDEA Open API and Plugin Development
Idea.log is terribly slow
0 votes
Created
June 09, 2011 23:48
The leaves are the lexer tokens I believeThis is a great time to install PsiViewer
Community
IntelliJ IDEA Open API and Plugin Development
Parser Startup Errors
0 votes
Created
June 10, 2011 22:23
Yes. It is not nearly as useful.
Community
IntelliJ IDEA Open API and Plugin Development
Parser Startup Errors
0 votes
Created
August 07, 2011 00:29
I think you don't wantFileTemplateManager.getInstance().getInternalTemplate(templName);Instead useFileTemplateManager.getInstance().getTemplate(templName);
Community
IntelliJ IDEA Open API and Plugin Development
CreateFileAction problem
0 votes
Created
August 08, 2011 12:32
Why aren't you calling:PsiFileFactory.getInstance(project).createFileFromText(name, <LanguageFileType>, text);You might also have another problem if you load your templates without using the resour...
Community
IntelliJ IDEA Open API and Plugin Development
CreateFileAction problem
0 votes
Created
August 06, 2011 20:41
In your implementation of RunConfiguration override checkConfiguration()Throw an instance of RuntimeConfigurationException to indicate an error.@Overridepublic void checkConfiguration() throws Ru...
Community
IntelliJ IDEA Open API and Plugin Development
How to mark a run configuration as invalid?
0 votes
Created
July 23, 2011 18:24
The source code is the documentation. That said - there is quite a bit of JavaDoc surrounding PsiReference and particularly CompletionContributor.I think that getting a list of a few good example p...
Community
IntelliJ IDEA Open API and Plugin Development
Intellij IDEA source appears to have the javadoc comments stripped out
0 votes
Created
October 28, 2011 07:48
I gave an answer to this question in this thread: http://devnet.jetbrains.net/click.jspa?searchID=401511&objectType=2&objectID=5316251
Community
IntelliJ IDEA Open API and Plugin Development
Install custom templates with plugin
0 votes
Created
August 28, 2011 13:39
Dont forget to check out the PsiViewer plugin - it is extremely helpful once you get to the point where you are building a Psi tree.
Community
IntelliJ IDEA Open API and Plugin Development
Custom language confusion
0 votes
Created
September 05, 2011 17:03
btw, perhaps it was just confusion.There is:lang.syntaxHighlighterFactory andsyntaxHighlighterand I use lang.syntaxHighlighterFactory, I believe it is the newer implementation, and I think it trie...
Community
IntelliJ IDEA Open API and Plugin Development
Custom language confusion
0 votes
«
First
‹
Previous
Next
›
Last
»