主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Gregory Shrago
活动总数
512
最后的活动
2023年08月14日 18:03
成员加入日期
2007年01月16日 18:03
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
214
活动概览
帖子(3)
评论(295)
按最近的活动排序
最近的活动
投票数
已编辑于
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年09月27日 12:56
Check out Clojure-Kit https://plugins.jetbrains.com/plugin/8636 Should work on any IntelliJ-based IDE ver. 2016.2.3 and up.
社区
IntelliJ IDEA EAP Users
Ruby & La Clojure Plugins?
0 票
已编辑于
2016年07月18日 19:48
It's up to the plugin developer what GPUB to use. I try to keep GPUB API as stable as possible. Stuff may break when the generated code already contains errors due to problems in the old generator....
社区
IntelliJ IDEA Open API and Plugin Development
IDEA 2016.2 builds different Psi Tree
0 票
创建于
2016年07月18日 18:10
I've written a small TUTORIAL to walk people through the only 2 recovery concepts present in Grammar-Kit: "pin" and "recoverWhile". https://github.com/JetBrains/Grammar-Kit/blob/master/TUTORIAL.md
社区
IntelliJ IDEA Open API and Plugin Development
Grammar Kit: skipping input and resuming parsing for error recovery
0 票
创建于
2016年07月18日 18:06
There was a number of GPUB fixes with combined _COLLAPSE_, _UPPER_, _EXTEND_ flags. Grab the latest Grammar-Kit snapshot build here: https://teamcity.jetbrains.com/viewType.html?buildTypeId=Intell...
社区
IntelliJ IDEA Open API and Plugin Development
IDEA 2016.2 builds different Psi Tree
0 票
创建于
2016年06月08日 09:30
Error recovery in GK helps in 2 situations: 1. something is missing - use 'pin' 2. something extra is present - use 'recoverWhile' Just see the generated code, it is pretty straightforward. Start...
社区
IntelliJ IDEA Open API and Plugin Development
Error Handling in Grammar kit
0 票
创建于
2007年08月03日 09:19
Please verify the following:That hbm.xml should be shown in JavaEE structure view under some session factory node.The code should be in the same module as the factory or depend on it.Rambabu Talasi...
社区
IntelliJ IDEA EAP Users
HIbernate: Persistance Query API Problems (#7104)
0 票
创建于
2007年09月20日 16:30
It's already fixed.Will be available in the next EAP.Thank you,Gregory ShragoPaul wrote:I have a number of Hibernate mapping files, all linked to classes andtables. Junit tests work find so there a...
社区
IntelliJ IDEA EAP Users
7291 : Auto generation of field from Hibernate is wrong type
0 票
创建于
2008年01月23日 15:14
Hello Davide,The action disappeared due to the fact that this feature is meaningless.And in hibernate facet it has never been implemented correctly.Resource files are copied to compile output folde...
社区
IntelliJ IDEA EAP Users
Additional Resources and Hibernate Facet confusion
0 票
创建于
2008年05月27日 10:58
I'm not sure I'm getting this right.Did you mean completion automatically inserts "book_system" orthat "book_system" prefix is required in order to complete "books" table name?Gregory Shragolinux_c...
社区
IntelliJ IDEA EAP Users
Problem: SQL code completion for table name
0 票
«
第一页
‹
上一页
下一页
›
最后
»