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
April 01, 2011 03:15
The copyright plugin was not recognizing my custom language, because my custom language's implementation of LanguageFileType was returning "Lua file type" from getName(). When I changed getName() t...
Community
IntelliJ IDEA Open API and Plugin Development
Copyright Support In a Custom Language
0 votes
Created
March 30, 2011 18:15
Thanks, knowing that it should be working lead me to find that by default *.template files are not included in the build output, and that is why they weren't showing up. I should have checked that ...
Community
IntelliJ IDEA Open API and Plugin Development
Intention Example Files
0 votes
Created
March 05, 2011 22:39
I see this all the time as well when running the IDE to test my plugin
Community
IntelliJ IDEA Open API and Plugin Development
java.lang.ClassNotFoundException: gnu.trove.THashSet
0 votes
Created
May 14, 2011 15:58
I took a quick peek, I am not that familiar with the API's for types as my custom language has dynamic typing and only a few primitive types.I did see something that looked like it was relevant. Ha...
Community
IntelliJ IDEA Open API and Plugin Development
Fake PSI elements and the open type system
0 votes
Created
April 28, 2011 14:30
Well, you didn't indicate where all you looked.Did you read:http://confluence.jetbrains.net/display/IDEADEV/PluginDevelopmentSpecifically, followed the links to:http://www.jetbrains.org/pages/viewp...
Community
IntelliJ IDEA Open API and Plugin Development
Custom editor for reading and editing a '|' seperated file
0 votes
Created
May 26, 2011 02:05
It appears that the 2 events FRAME_CHANGED and PAUSED both fire for every step + breakpoint hit. Both events cause the watches to be updated. The second update erases the object reference that is ...
Community
IntelliJ IDEA Open API and Plugin Development
Anyone with experience implementing a debugger that may have run into this issue?
0 votes
Created
May 30, 2011 10:09
I'll still have this problem when I step into a function though, right. My top frame will change so I'll get 2 events in that case.It seems like you shouldn't fire FRAME_CHANGED when they are set d...
Community
IntelliJ IDEA Open API and Plugin Development
Anyone with experience implementing a debugger that may have run into this issue?
0 votes
Created
May 31, 2011 11:28
Hrm. Ok. I know that I only create the stack frames once (at the breakpoint hit). I'll look into it some more. It just seems wierd that both events fire at what seems to be the same time. It's like...
Community
IntelliJ IDEA Open API and Plugin Development
Anyone with experience implementing a debugger that may have run into this issue?
0 votes
Created
June 25, 2011 08:08
Thanks Dmitry for your prompt reply.I do have my own implementation of errorHandler. It reports errors to my hosted YouTrack instance:Here is an example: http://sylvanaar.myjetbrains.com/youtrack/i...
Community
IntelliJ IDEA Open API and Plugin Development
Why does the error report submitter always seem to be greyed out?
0 votes
Created
June 25, 2011 08:43
I guess sometimes asking a question helps you find the answer on your own. It looks like my ant build that I use on the teamcity server didnt include my error reporter sources. I would have thought...
Community
IntelliJ IDEA Open API and Plugin Development
Why does the error report submitter always seem to be greyed out?
0 votes
«
First
‹
Previous
Next
›
Last
»