Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Scott McKinney
Total activity
47
Last activity
July 06, 2024 20:40
Member since
April 20, 2018 15:31
Following
0 users
Followed by
0 users
Votes
2
Subscriptions
14
Activity overview
Posts (10)
Comments (21)
Sort by recent activity
Recent activity
Votes
Edited
November 02, 2018 18:07
Ah, yes. But why is the platform-api.jar not available in a JPS project? Surely code such as the following is commonplace: for(JpsModuleSourceRoot jpsSourceRoot: target.getModule().getSourceRoots...
Community
IntelliJ IDEA Open API and Plugin Development
How to configure a compileServer.plugin (BuilderService) using the Gradle IntelliJ plugin?
0 votes
Edited
November 02, 2018 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:
Community
IntelliJ IDEA Open API and Plugin Development
How to configure a compileServer.plugin (BuilderService) using the Gradle IntelliJ plugin?
0 votes
Edited
September 21, 2018 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...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin support multiple IJ APIs?
0 votes
Created
August 01, 2018 18:19
Anyone?
Community
IntelliJ IDEA Open API and Plugin Development
Language Injection: compilation errors not annotated
0 votes
Created
May 12, 2018 02:27
Had to refine it a bit more. Grab it online.
Community
IntelliJ IDEA Open API and Plugin Development
Template language PSI tree sometimes incorrect wrt outer tokens
0 votes
Created
May 11, 2018 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Template language PSI tree sometimes incorrect wrt outer tokens
0 votes
Created
May 09, 2018 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...
Community
IntelliJ IDEA Open API and Plugin Development
Template language PSI tree sometimes incorrect wrt outer tokens
0 votes
Created
May 02, 2018 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...
Community
IntelliJ IDEA Open API and Plugin Development
Template language PSI tree sometimes incorrect wrt outer tokens
0 votes
Created
May 02, 2018 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...
Community
IntelliJ IDEA Open API and Plugin Development
Template language PSI tree sometimes incorrect wrt outer tokens
0 votes
Created
May 02, 2018 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?
Community
IntelliJ IDEA Open API and Plugin Development
Template language PSI tree sometimes incorrect wrt outer tokens
0 votes
«
First
‹
Previous
Next
›
Last
»