主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Gregory Shrago
活动总数
512
最后的活动
2023年08月14日 18:03
成员加入日期
2007年01月16日 18:03
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
214
活动概览
帖子(3)
评论(295)
按最近的活动排序
最近的活动
投票数
创建于
2014年02月18日 17:01
There's a lot of things in your grammar that should be improved not only from implementation point of view but ideologically as well.The most important one is that this grammar implies that named-e...
社区
IntelliJ IDEA Open API and Plugin Development
Grammar-Kit and Identifier
0 票
创建于
2014年02月19日 16:02
Sorry for typos, I didn't check the grammar in the IDE. I've updated it so #3 and #4 are covered.#1 I personally prefer to use "{" instead of LEFT_BRACE because BNF looks more readable to me.Both "...
社区
IntelliJ IDEA Open API and Plugin Development
Grammar-Kit and Identifier
0 票
创建于
2014年02月20日 16:56
#4 Please update Grammar-Kit plugin if you develop with IntelliJ 13. recoverWhile was named recoverUntil in the early days. recoverUntil still can be used for backward compatibility.
社区
IntelliJ IDEA Open API and Plugin Development
Grammar-Kit and Identifier
0 票
创建于
2014年02月21日 16:11
Clauses ideologically should not be declarations and named-elements. This is just plain wrong (e.g. in completion and find usages).You shall read more guides/forums on IntelliJ language plugin deve...
社区
IntelliJ IDEA Open API and Plugin Development
Grammar-Kit and Identifier
0 票
创建于
2014年05月20日 10:02
Sure. You should search plugins/DatabaseSupport/*.jar files for META-INF/DatabasePlugin.xml and look for some <group id="Console.*"> action groups.If you're lucky enough you'll be able to inject so...
社区
IntelliJ IDEA Open API and Plugin Development
extend Idea Ultimate database plugin
0 票
创建于
2014年07月17日 11:12
Please update GeneratedParserUtilBase class if you have a copy of it in your sources.Or switch to the version provided by IntelliJ platform: com.intellij.lang.parser.GeneratedParserUtilBase.
社区
IntelliJ IDEA Open API and Plugin Development
Grammar-Kit generating parser with missing symbols enter_section_, exit_section_c, etc.
0 票
创建于
2014年09月05日 23:05
Scott,Certain compilation erros will arise and have to be addressed on the described path but it is all doable.1. First, you'll need to get the latest Grammar-Kit sources from github and build the ...
社区
IntelliJ IDEA Open API and Plugin Development
Grammar-Kit and older versions of IDEA
0 票
创建于
2014年10月30日 13:28
There's a very extensive use of left rules. This type of rule expects and then wraps any public rule "on the same level & to the left", e.g. as in this sequence: willBeWrapped myLeftRuleHere.Left...
社区
IntelliJ IDEA Open API and Plugin Development
"Another not done marker added after this one. Must be done before this."
0 票
创建于
2014年11月18日 13:47
Glad you've made id.As far as Pratt expression parsing is concerned:From the algorithm it is clear that ATOM and PREFIX are always first to be parsed so their precedence do not really count .That's...
社区
IntelliJ IDEA Open API and Plugin Development
Operator (!==) winning over keyword identifier (!==:)
0 票
创建于
2015年03月05日 00:04
PREFIX in this case seems to be OK.The pinned part is "(type)" and not just "(".To enforce ATOM try enclosing the whole expr in parenthesis:cast_expression ::= ( "(" type ")" expr )or extract ever...
社区
IntelliJ IDEA Open API and Plugin Development
Grammar-Kit : Implicit adding of pinned parts for PREFIX expressions
0 票
«
第一页
‹
上一页
下一页
›
最后
»