主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Jon Akhtar
活动总数
383
最后的活动
2019年07月30日 07:31
成员加入日期
2010年09月27日 19:42
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
142
活动概览
帖子(42)
评论(199)
按最近的活动排序
最近的活动
投票数
创建于
2011年03月08日 01:06
I encountered this same error, and for me it was a bug in my parser. Even though the first parse worked, subsequent parses after edits did not.
社区
IntelliJ IDEA Open API and Plugin Development
AssertionError: commitDocument left PSI inconsistent - why this happens?
0 票
创建于
2011年04月01日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Copyright Support In a Custom Language
0 票
创建于
2011年03月30日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Intention Example Files
0 票
创建于
2011年03月05日 22:39
I see this all the time as well when running the IDE to test my plugin
社区
IntelliJ IDEA Open API and Plugin Development
java.lang.ClassNotFoundException: gnu.trove.THashSet
0 票
创建于
2011年05月14日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Fake PSI elements and the open type system
0 票
创建于
2011年04月28日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Custom editor for reading and editing a '|' seperated file
0 票
创建于
2011年05月26日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Anyone with experience implementing a debugger that may have run into this issue?
0 票
创建于
2011年05月30日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Anyone with experience implementing a debugger that may have run into this issue?
0 票
创建于
2011年05月31日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Anyone with experience implementing a debugger that may have run into this issue?
0 票
创建于
2011年06月25日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Why does the error report submitter always seem to be greyed out?
0 票
«
第一页
‹
上一页
下一页
›
最后
»