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
December 17, 2012 18:48
Maxim,The tests I have don't show any serialization issues stand-alone. It seems only to happen during runtime, and basically it reads past the end of the serialized stub tree, and every time it th...
Community
IntelliJ IDEA Open API and Plugin Development
Ongoing issues with accessing the StubIndex
0 votes
Created
January 13, 2013 03:34
Wish I had something better to report, but I have gotten nowhere with almost everything I have done.I am about to thrown in the towel, because I am not sure how I am goiing to resurect my plugin wh...
Community
IntelliJ IDEA Open API and Plugin Development
Ongoing issues with accessing the StubIndex
0 votes
Created
January 18, 2013 13:51
Maxim,John Lindquest engaged Dmitry Avdeev to help me on this. I supplied the details to him. Thanks so much for your guys helping me on this.
Community
IntelliJ IDEA Open API and Plugin Development
Ongoing issues with accessing the StubIndex
0 votes
Created
January 18, 2013 16:43
You are right. I don't use readINT and writeINT...oh wow! This will make my day if that is all it was.
Community
IntelliJ IDEA Open API and Plugin Development
Ongoing issues with accessing the StubIndex
0 votes
Created
January 18, 2013 18:53
Thanks Maxim. I have been beating my head against this for months. Switching to writeVarInt and readVarInt cleared up the errors. Thank you so much.
Community
IntelliJ IDEA Open API and Plugin Development
Ongoing issues with accessing the StubIndex
0 votes
Created
January 18, 2013 19:07
Dmitry,Thanks. I'll keep that in mind. I was still in the middle of writing the type inference code, so I am learning as I go. Most of the types are calculated in the file they are in. There may be...
Community
IntelliJ IDEA Open API and Plugin Development
Ongoing issues with accessing the StubIndex
0 votes
Created
January 22, 2013 12:09
I just want to thank you guys again for the help. My plugin is now working (both the IDEA 11 and 12 versions). This bug had been plaguging me for almost 6 months, and without your help I don't thin...
Community
IntelliJ IDEA Open API and Plugin Development
Ongoing issues with accessing the StubIndex
0 votes
Created
March 02, 2013 19:14
When you install an action in your plugin.xml, it is application-wide. So you need to know what context it is being invoked under, so you will either have to check when it is invoked or before (or ...
Community
IntelliJ IDEA Open API and Plugin Development
Enable plugin's Actions only for project with specific type or SDK
0 votes
Created
February 03, 2013 18:23
Thanks!
Community
IntelliJ IDEA Open API and Plugin Development
Properly Embracing Darcula In Custom Languages
0 votes
Created
May 26, 2013 19:20
You implement an exetnsion point so that the platform knows about you.Here are 3 you should look at: <configurationType id="Lua" implementation="com.sylvanaar.idea.Lua.run.LuaConfigurationTy...
Community
IntelliJ IDEA Open API and Plugin Development
Custom run/debug config
0 votes
«
First
‹
Previous
Next
›
Last
»