主页
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年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 票
创建于
2015年03月30日 19:07
0xDBE explicitly removes Executor.EXECUTOR_EXTENSION_NAME extension.See 0xdbe.jar!/com.intellij.database.ide.DatabaseIdeInitialConfiguratorYou can try registering it back in any ApplicationComponen...
社区
IntelliJ IDEA Open API and Plugin Development
[HOW-TO] enable debugging framework in 0xDBE
0 票
创建于
2013年09月29日 13:49
Please allow me to add some clarification on this one.Grammar-Kit beyond generating stuff and using it itself is in reality a very compact example of fully-featured language support plugin.IntelliJ...
社区
IntelliJ IDEA Open API and Plugin Development
My plugin api notes
0 票
创建于
2015年08月04日 07:24
There's no such configuration option but you can always run JFlex manually with all required argumentsand / or setup a dedicated run configuration or an Ant task.
社区
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 票
创建于
2007年01月16日 18:03
Maurice Montgénie wrote:Any news from JB about the tool ? Or maybe someone already reinvented the wheel ?Here you are.This tool is more like a "work in progress" than a "real" generator.Nevertheles...
社区
IntelliJ IDEA Open API and Plugin Development
How to generate DOM classes from schema (like StrutsConfig)?
0 票
创建于
2008年10月31日 13:43
Taras Tielkes wrote:Thanks Gregory.Two additional questions for now:1) How can I distinguish between JPA and Hibernate?On the facet level you can use getFacetType.2) Is the API backwards-compatible...
社区
IntelliJ IDEA Open API and Plugin Development
Accessing Hibernate facet model
0 票
«
第一页
‹
上一页
下一页
›
最后
»