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
September 29, 2013 00:38
I don't think I implemented naming or references quite correctly to this day.I didn't use the qualified names imeplementation. I cam up with my own.Basically I built my PSI trees with separate refe...
Community
IntelliJ IDEA Open API and Plugin Development
My plugin api notes
0 votes
Created
September 29, 2013 00:49
You have spent a lot of time reading this code right? I just assumed....https://github.com/JetBrains/Grammar-Kit
Community
IntelliJ IDEA Open API and Plugin Development
My plugin api notes
0 votes
Created
September 29, 2013 17:24
It is true that OpenApi is stable more or less, but even then just keeping up with its evolution over time can be a bit of work.On the other hand - it is so much fun to be a part of, and each day ...
Community
IntelliJ IDEA Open API and Plugin Development
My plugin api notes
0 votes
Created
December 13, 2015 20:04
I answered my own question.Implementing the multiHostInjector EP was the answer. You can see the code here:https://bitbucket.org/sylvanaar2/lua-for-idea/src/3fcf665ba74f24283cd161ead13a1e9249983f73...
Community
IntelliJ IDEA Open API and Plugin Development
Integrate XML File As Part of A Custom Language
0 votes
Created
March 20, 2011 01:16
There is literally almost no code since there is so much implemented in the base classes.https://bitbucket.org/sylvanaar2/lua-for-idea/src/86506d5ffeda/src/console/
Community
IntelliJ IDEA Open API and Plugin Development
Using the new Language Console API
0 votes
Created
March 20, 2011 16:22
Thats just it - this function is not called except with the initial command text, you never see stdout and only see stderr one time when terminating the process.
Community
IntelliJ IDEA Open API and Plugin Development
Using the new Language Console API
0 votes
Created
March 20, 2011 16:46
I appreciate your trying to help - sometimes this stuff can be really tricky. It might just be a bug in the new API's default implementation.I checked out your implmentation, and indeed it does do ...
Community
IntelliJ IDEA Open API and Plugin Development
Using the new Language Console API
0 votes
Created
March 21, 2011 02:44
i can run cmd.exe (under windows) and stdout/err are recieved just fine.I missed the obvious.I think the problem is really that my interpreter process doesnt think its running in a shell so it does...
Community
IntelliJ IDEA Open API and Plugin Development
Using the new Language Console API
0 votes
Created
March 21, 2011 03:41
Ugh after all this, i found a switch that places the interpreter in interactive mode even when stdin is redirected.It all works now. I can't believe it took me this long to figure this out.
Community
IntelliJ IDEA Open API and Plugin Development
Using the new Language Console API
0 votes
Created
March 08, 2011 01:06
I encountered this same error, and for me it was a bug in my parser. Even though the first parse worked, subsequent parses after edits did not.
Community
IntelliJ IDEA Open API and Plugin Development
AssertionError: commitDocument left PSI inconsistent - why this happens?
0 votes
«
First
‹
Previous
Next
›
Last
»