主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Gregory Shrago
活动总数
512
最后的活动
2023年08月14日 18:03
成员加入日期
2007年01月16日 18:03
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
214
活动概览
文章(0)
帖子(3)
评论(295)
按最近的活动排序
最近的活动
投票数
已编辑于
2017年01月05日 02:58
I use these approaches: 1. use the simplest lexer/token based lookaheads 2. minimize rollbacks by keeping already parsed parts via left rules, or manual frame.marker remapping 3. making parsing le...
社区
IntelliJ IDEA Open API and Plugin Development
Speeding up negative look-ahead with GrammarKit-based parsers
0 票
已编辑于
2016年11月20日 23:48
NoClassDefFoundError: If a class is not present in the created jar and is not present in classes.log.txt then it wasn't loaded. Run exactly same code with IntelliJ SDK and -verbose:class option fir...
社区
IntelliJ IDEA Open API and Plugin Development
Standalone Parser Dependencies
0 票
已编辑于
2016年11月20日 23:48
Hi, Due to its nature light-psi-all.jar needs to be rebuilt for each version. The process is hacky yet simple: 1. run the java code you want to run with -verbose:class option and save the output 2....
社区
IntelliJ IDEA Open API and Plugin Development
Standalone Parser Dependencies
0 票
创建于
2016年11月20日 18:58
I've just added parseLight method that demonstrate the LighterAST usage: https://github.com/JetBrains/Grammar-Kit/commit/4bf573ce0ac You can use SyntaxTraverser API or PsiBuilder.getLightTree() dir...
社区
IntelliJ IDEA Open API and Plugin Development
Standalone Parser Dependencies
0 票
创建于
2016年11月20日 03:12
Just "Exclude from Compile" or delete everything related to diagramming. One doesn't need that for parsing ;-)
社区
IntelliJ IDEA Open API and Plugin Development
Standalone Parser Dependencies
0 票
创建于
2016年11月04日 17:03
Please include the exception stacktrace, it is not clear what exactly went wrong. Also SqlLanguage.INSTANCE usually cannot be used as is, you need to specify the SQL dialect instead.
社区
IntelliJ IDEA Open API and Plugin Development
How to use SqlLanguage in Plugin to reformat SQL
0 票
已编辑于
2016年10月31日 18:22
Here's recoverWhile HOWTO: https://github.com/JetBrains/Grammar-Kit/blob/master/HOWTO.md#22-using-recoverwhile-attribute .
社区
IntelliJ IDEA Open API and Plugin Development
Grammar-kit: struggling with recoverWhile
0 票
创建于
2016年10月31日 17:49
Hello Irina, The problem is that the sample is broken. I've explained it here to some degree: https://youtrack.jetbrains.com/issue/IJSDK-203
社区
IntelliJ IDEA Open API and Plugin Development
Grammar-kit: struggling with recoverWhile
0 票
已编辑于
2016年10月06日 16:14
The main dependencies are PsiBuilderImpl and GeneratedParserUtilBase classes. You can tear off unrelated code leaving only what's needed in your case. You can also play with standalone Grammar-Ki...
社区
IntelliJ IDEA Open API and Plugin Development
Use Grammar-Kit parser standalone
0 票
创建于
2016年10月06日 16:03
Hi Alexander, Try adding the following *before* the new annotation: annotationHolder .createInfoAnnotation(element, null) .setEnforcedTextAttributes(TextAttributes.ERASE_MARKER);
社区
IntelliJ IDEA Open API and Plugin Development
Remove Syntax Highlighting
1 票
«
第一页
‹
上一页
下一页
›
最后
»