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
May 05, 2012 16:49
Well. it looks to me like your console editor is not getting configured properly, you are still using the default editor, but from what I could tell, the initialization of the components was differ...
Community
IntelliJ IDEA Open API and Plugin Development
AssertionError in language console
0 votes
Created
May 24, 2012 14:28
Colin,In the base class ConsoleViewImpl. -Jon
Community
IntelliJ IDEA Open API and Plugin Development
AssertionError in language console
0 votes
Created
June 19, 2012 17:04
Here is the one I use to build mine.I just hacked it together. It isn't an example of a well written build file, but maybe it will help you write yours.https://bitbucket.org/sylvanaar2/lua-for-idea...
Community
IntelliJ IDEA Open API and Plugin Development
Is there a way to build a plugin with a script (ant, gradle)
0 votes
Created
September 12, 2012 14:01
Why not add a custom command, then run a shell script using curl or something.
Community
IntelliJ IDEA Open API and Plugin Development
HTTP requests inside the IDE
0 votes
Created
July 03, 2012 08:45
Are you asking why there isn't an node for importStatement? Is that really your whole grammer? If that is the top level production wouldn't that be your file node?I can't say that I am a grammar ki...
Community
IntelliJ IDEA Open API and Plugin Development
My PSI tree is not hierarchical
0 votes
Created
October 28, 2012 18:45
Thanks Dmitry,I figured as much. I have written an exception analyser for Lua stack traces in World of Warcraft. From that I know that a system can have certain peculiarities in how you assign dup...
Community
IntelliJ IDEA Open API and Plugin Development
Will the exception analyzer go open-source?
0 votes
Created
September 12, 2012 13:40
I won't go into whether you should be creating chameleon tokens or not - that would depend on what you are doing, though I think you probably should look into it at least.You have to create tokens ...
Community
IntelliJ IDEA Open API and Plugin Development
Syntax Error when using JFLEX
0 votes
Created
December 16, 2012 05:20
I'm surprised you have been able to maintain binary compatibility this long. They did some heavry refactorting in IDEA 12. I'm going to have to look at my code again. I do recall a month or two ago...
Community
IntelliJ IDEA Open API and Plugin Development
Binary incompatibility in IDEA 12 openapi: Sdk#getSdkType() and ProjectJdkTable#getSdksOfType()
0 votes
Created
November 28, 2012 16:59
I don't know for sure that this is the right answer, but have you considered using the TokenFilter support in PsiBuilder?Oh, and it parses the whole file unless you created a parser that supports i...
Community
IntelliJ IDEA Open API and Plugin Development
Virtual/phantom tokens in lexer output
0 votes
Created
December 05, 2012 16:50
Sorry if I lead you astray. Now that I know that you can do this - I can think of a few ways this might be useful in my plugin as well. Thanks for this thread!
Community
IntelliJ IDEA Open API and Plugin Development
Virtual/phantom tokens in lexer output
0 votes
«
First
‹
Previous
Next
›
Last
»