主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Jon Akhtar
活动总数
383
最后的活动
2019年07月30日 07:31
成员加入日期
2010年09月27日 19:42
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
142
活动概览
帖子(42)
评论(199)
按最近的活动排序
最近的活动
投票数
创建于
2012年05月05日 16:49
Well. it looks to me like your console editor is not getting configured properly, you are still using the default editor, but from what I could tell, the initialization of the components was differ...
社区
IntelliJ IDEA Open API and Plugin Development
AssertionError in language console
0 票
创建于
2012年05月24日 14:28
Colin,In the base class ConsoleViewImpl. -Jon
社区
IntelliJ IDEA Open API and Plugin Development
AssertionError in language console
0 票
创建于
2012年06月19日 17:04
Here is the one I use to build mine.I just hacked it together. It isn't an example of a well written build file, but maybe it will help you write yours.https://bitbucket.org/sylvanaar2/lua-for-idea...
社区
IntelliJ IDEA Open API and Plugin Development
Is there a way to build a plugin with a script (ant, gradle)
0 票
创建于
2012年09月12日 14:01
Why not add a custom command, then run a shell script using curl or something.
社区
IntelliJ IDEA Open API and Plugin Development
HTTP requests inside the IDE
0 票
创建于
2012年07月03日 08:45
Are you asking why there isn't an node for importStatement? Is that really your whole grammer? If that is the top level production wouldn't that be your file node?I can't say that I am a grammar ki...
社区
IntelliJ IDEA Open API and Plugin Development
My PSI tree is not hierarchical
0 票
创建于
2012年10月28日 18:45
Thanks Dmitry,I figured as much. I have written an exception analyser for Lua stack traces in World of Warcraft. From that I know that a system can have certain peculiarities in how you assign dup...
社区
IntelliJ IDEA Open API and Plugin Development
Will the exception analyzer go open-source?
0 票
创建于
2012年09月12日 13:40
I won't go into whether you should be creating chameleon tokens or not - that would depend on what you are doing, though I think you probably should look into it at least.You have to create tokens ...
社区
IntelliJ IDEA Open API and Plugin Development
Syntax Error when using JFLEX
0 票
创建于
2012年12月16日 05:20
I'm surprised you have been able to maintain binary compatibility this long. They did some heavry refactorting in IDEA 12. I'm going to have to look at my code again. I do recall a month or two ago...
社区
IntelliJ IDEA Open API and Plugin Development
Binary incompatibility in IDEA 12 openapi: Sdk#getSdkType() and ProjectJdkTable#getSdksOfType()
0 票
创建于
2012年11月28日 16:59
I don't know for sure that this is the right answer, but have you considered using the TokenFilter support in PsiBuilder?Oh, and it parses the whole file unless you created a parser that supports i...
社区
IntelliJ IDEA Open API and Plugin Development
Virtual/phantom tokens in lexer output
0 票
创建于
2012年12月05日 16:50
Sorry if I lead you astray. Now that I know that you can do this - I can think of a few ways this might be useful in my plugin as well. Thanks for this thread!
社区
IntelliJ IDEA Open API and Plugin Development
Virtual/phantom tokens in lexer output
0 票
«
第一页
‹
上一页
下一页
›
最后
»