Jon Akhtar
- 活动总数 383
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 142
-
创建于 Having Issues With Stub Serialization And Index Updating
I have been trying to track down this cause of this error for quite a while now. I figured it was something I did, but I could not track down the change, I have tried many things to fix it with (al... -
创建于 Wolf
I didn't get the refrerence until I was rewatching the movie today. I had wondered why this class was named this. Now it all makes sense.From: https://github.com/JetBrains/intellij-community/blob/m... -
创建于 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...