Jon Akhtar
- Total activity 383
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 142
-
Created IRC Channel?
The 80's and 90's are still alive and well on irc.freenode.net.I am idle in various channels in IRC all day, and just yesterday I was wondering why there was no channel for IntelliJ Community Ed. a... -
Created Classloader Issues In Plugins
I have run into a couple different issues recently.The major one is that my Lua plugin has (on the single language IDE's) begun to interact with the Javascript plugin such that they will not both l... -
Created Your Parser Generator Looks Very Promisng
I was looking at your parser generator project on github, this looks like it will be a wonderful addition, and for many languages will make getting off the ground with a language plugin a good bit ... -
Created Stub Indexes And Multiple Projects
I created stub indexes in order to speed up the resolution of all the identifiers in my custom language.I would use a string key which is equal to the name of the indentifier, there are no qualifie... -
Created Why does the error report submitter always seem to be greyed out?
My custom language plugin has an error report submitter in it that submits errors to my hosted YouTrack instance. I'd like for people to use it, but it seems like the submit button is always greyed... -
Created Running Unit Tests On An IDEA Plugin Project Under Teamcity
Has anyone gotten this to work? I cant seem to get TeamCity to properly run unit tests for my custom language plugin. -
Created IntelliJ X Version Number
I have forgotten the version number for IntelliJ X.I need to set it as my since-build because my plugin has become incompatible with 9.0.What was the build for IDEA 10.0 -
Created Can the built in identifier highlighter support this use case?
I want to be able to make the following use case work:In the image above, the function definition foo:bar is highlighted with the "write access" highlight when my cursor is on "self:bar", but "self... -
Created Anyone with experience implementing a debugger that may have run into this issue?
I have been working on a debugger for my custom language, well I have it working more or less except that the watches that the user sets do not get updated unless I click on the "Go to source posit... -
Created Advice on how to best integrate with the specialized IDE's
I have been looking into how to adapt my Lua language plugin so that it's SDK/Module functionality (API definitions mostly) is available for other IDE's specifically appCode.Right now I have all th...