主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Gregory Shrago
活动总数
512
最后的活动
2023年08月14日 18:03
成员加入日期
2007年01月16日 18:03
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
214
活动概览
帖子(3)
评论(295)
按最近的活动排序
最近的活动
投票数
创建于
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 票
创建于
2008年10月31日 13:46
Add reference that resolves to some DB PSI element.DB PSI is available via:DbPsiFacade.getInstance(project).getDataSources(..) etc.linux_china wrote:Today I upgraded iBATIS plugin to make it compat...
社区
IntelliJ IDEA Open API and Plugin Development
Some questions about SQL plugin for iBATIS plugin
0 票
创建于
2008年10月30日 11:43
Hello Taras,JPA and Hibernate models are exposed via persistence openapi which is packaged as PersistenceSupport plugin. There's persistence-openapi.jar with public interfaces/utility classes.JPA &...
社区
IntelliJ IDEA Open API and Plugin Development
Accessing Hibernate facet model
0 票
创建于
2009年10月20日 17:18
Spent 2 minutes on the following and it looks like everything works just fine:// jam classpublic class MappedPackageImpl implements JamElement { private final PsiPackage myPsiPackage; public Mapp...
社区
IntelliJ IDEA Open API and Plugin Development
Registering JAM w/ annotation for PsiPackageStatement in package-info.java
0 票
创建于
2012年01月11日 15:48
Hello Holger,I've just pushed simple language injection support to Grammar-Kit.Please have a look at this commit:https://github.com/JetBrains/Grammar-Kit/commit/cf5a6b3e9cc3b3b691be6865b7e499a33200...
社区
IntelliJ IDEA Open API and Plugin Development
language injection into string literals
0 票
创建于
2012年01月12日 12:40
Hello Holger,GeneratedParserUtilBase#addVariant collects values for error reporting as well as for optional parser-based completion.I'm sure you don't want to switch syntactic errors off so I've tu...
社区
IntelliJ IDEA Open API and Plugin Development
language injection into string literals
0 票
«
第一页
‹
上一页
下一页
›
最后
»