主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Scott McKinney
活动总数
47
最后的活动
2024年07月06日 20:40
成员加入日期
2018年04月20日 15:31
关注
0 名用户
关注者数
0 名用户
投票数
2
订阅数
14
活动概览
帖子(10)
评论(21)
按最近的活动排序
最近的活动
投票数
已编辑于
2018年11月02日 00:57
I setup a subproject with `type = JPS` as you suggest, however it looks like only the jsp-builders.jar is in context -- all references to classes in jps-model.jar appear as compile errors:
社区
IntelliJ IDEA Open API and Plugin Development
How to configure a compileServer.plugin (BuilderService) using the Gradle IntelliJ plugin?
0 票
已编辑于
2018年09月21日 21:06
Thanks for your comment, I'll checkout haxe. I've been going with a single release technique using reflection since 2016.x and it's worked fine. But this technique breaks down quick with structur...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin support multiple IJ APIs?
0 票
创建于
2018年08月01日 18:19
Anyone?
社区
IntelliJ IDEA Open API and Plugin Development
Language Injection: compilation errors not annotated
0 票
创建于
2018年05月12日 02:27
Had to refine it a bit more. Grab it online.
社区
IntelliJ IDEA Open API and Plugin Development
Template language PSI tree sometimes incorrect wrt outer tokens
0 票
创建于
2018年05月11日 20:44
Here is my class: /** * todo: this class exists to work around a bug with IntelliJ's internal code where it does not expect * a template content element as a child of Java language elements, maybe ...
社区
IntelliJ IDEA Open API and Plugin Development
Template language PSI tree sometimes incorrect wrt outer tokens
0 票
创建于
2018年05月09日 23:35
Hi Peter. I found another place where the internal intellij code does not handle embedded outer elements: PsiBinaryExpressionImpl: @Overridepublic ASTNode findChildByRole(int role) {... case Ch...
社区
IntelliJ IDEA Open API and Plugin Development
Template language PSI tree sometimes incorrect wrt outer tokens
0 票
创建于
2018年05月02日 20:21
After a bit of testing this is the only stack trace I've run across, so I think the bug is isolated to: HighlightUtil#checkLiteralExpressionParsingError() The first two lines are the problem: PsiEl...
社区
IntelliJ IDEA Open API and Plugin Development
Template language PSI tree sometimes incorrect wrt outer tokens
0 票
创建于
2018年05月02日 06:45
Yeah, I agree outer elements should be able to exist anywhere, but some internal code doesn't handle it well. For instance, the following exception happens because the highlighting code assumes th...
社区
IntelliJ IDEA Open API and Plugin Development
Template language PSI tree sometimes incorrect wrt outer tokens
0 票
创建于
2018年05月02日 05:44
OK I'll answer my own question... I implemented TreePatcher and took care of it. But I think this is maybe fixing a bug with IJ's SimpleTreePatcher?
社区
IntelliJ IDEA Open API and Plugin Development
Template language PSI tree sometimes incorrect wrt outer tokens
0 票
创建于
2018年04月22日 06:20
Thanks!
社区
IntelliJ IDEA Open API and Plugin Development
Enable Java editing in String literal with delimiters
0 票
«
第一页
‹
上一页