主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Jon Akhtar
活动总数
383
最后的活动
2019年07月30日 07:31
成员加入日期
2010年09月27日 19:42
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
142
活动概览
帖子(42)
评论(199)
按最近的活动排序
最近的活动
投票数
创建于
2013年09月29日 00:10
Great job.The additional explainations are great.You know I do break this rule in my plugin: * !!!WARNING!!! PSI element types should be unambiguously determined by AST node element types.* You ca...
社区
IntelliJ IDEA Open API and Plugin Development
My plugin api notes
0 票
创建于
2013年09月29日 00:38
I don't think I implemented naming or references quite correctly to this day.I didn't use the qualified names imeplementation. I cam up with my own.Basically I built my PSI trees with separate refe...
社区
IntelliJ IDEA Open API and Plugin Development
My plugin api notes
0 票
创建于
2013年09月29日 00:49
You have spent a lot of time reading this code right? I just assumed....https://github.com/JetBrains/Grammar-Kit
社区
IntelliJ IDEA Open API and Plugin Development
My plugin api notes
0 票
创建于
2013年09月29日 17:24
It is true that OpenApi is stable more or less, but even then just keeping up with its evolution over time can be a bit of work.On the other hand - it is so much fun to be a part of, and each day ...
社区
IntelliJ IDEA Open API and Plugin Development
My plugin api notes
0 票
创建于
2015年12月13日 20:04
I answered my own question.Implementing the multiHostInjector EP was the answer. You can see the code here:https://bitbucket.org/sylvanaar2/lua-for-idea/src/3fcf665ba74f24283cd161ead13a1e9249983f73...
社区
IntelliJ IDEA Open API and Plugin Development
Integrate XML File As Part of A Custom Language
0 票
创建于
2011年03月20日 01:16
There is literally almost no code since there is so much implemented in the base classes.https://bitbucket.org/sylvanaar2/lua-for-idea/src/86506d5ffeda/src/console/
社区
IntelliJ IDEA Open API and Plugin Development
Using the new Language Console API
0 票
创建于
2011年03月20日 16:22
Thats just it - this function is not called except with the initial command text, you never see stdout and only see stderr one time when terminating the process.
社区
IntelliJ IDEA Open API and Plugin Development
Using the new Language Console API
0 票
创建于
2011年03月20日 16:46
I appreciate your trying to help - sometimes this stuff can be really tricky. It might just be a bug in the new API's default implementation.I checked out your implmentation, and indeed it does do ...
社区
IntelliJ IDEA Open API and Plugin Development
Using the new Language Console API
0 票
创建于
2011年03月21日 02:44
i can run cmd.exe (under windows) and stdout/err are recieved just fine.I missed the obvious.I think the problem is really that my interpreter process doesnt think its running in a shell so it does...
社区
IntelliJ IDEA Open API and Plugin Development
Using the new Language Console API
0 票
创建于
2011年03月21日 03:41
Ugh after all this, i found a switch that places the interpreter in interactive mode even when stdin is redirected.It all works now. I can't believe it took me this long to figure this out.
社区
IntelliJ IDEA Open API and Plugin Development
Using the new Language Console API
0 票
«
第一页
‹
上一页
下一页
›
最后
»