Jon Akhtar
- 活动总数 383
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 142
-
创建于 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... -
创建于 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... -
创建于 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 ... -
创建于 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... -
创建于 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... -
创建于 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. -
创建于 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 -
创建于 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... -
创建于 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... -
创建于 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...