Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Gregory Shrago
Total activity
512
Last activity
August 14, 2023 18:03
Member since
January 16, 2007 18:03
Following
0 users
Followed by
1 user
Votes
0
Subscriptions
214
Activity overview
Posts (3)
Comments (295)
Sort by recent activity
Recent activity
Votes
Created
March 30, 2015 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...
Community
IntelliJ IDEA Open API and Plugin Development
[HOW-TO] enable debugging framework in 0xDBE
0 votes
Created
September 29, 2013 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...
Community
IntelliJ IDEA Open API and Plugin Development
My plugin api notes
0 votes
Created
August 04, 2015 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.
Community
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 votes
Created
January 16, 2007 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to generate DOM classes from schema (like StrutsConfig)?
0 votes
Created
October 31, 2008 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...
Community
IntelliJ IDEA Open API and Plugin Development
Accessing Hibernate facet model
0 votes
Created
October 31, 2008 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...
Community
IntelliJ IDEA Open API and Plugin Development
Some questions about SQL plugin for iBATIS plugin
0 votes
Created
October 30, 2008 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 &...
Community
IntelliJ IDEA Open API and Plugin Development
Accessing Hibernate facet model
0 votes
Created
October 20, 2009 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...
Community
IntelliJ IDEA Open API and Plugin Development
Registering JAM w/ annotation for PsiPackageStatement in package-info.java
0 votes
Created
January 11, 2012 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...
Community
IntelliJ IDEA Open API and Plugin Development
language injection into string literals
0 votes
Created
January 12, 2012 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...
Community
IntelliJ IDEA Open API and Plugin Development
language injection into string literals
0 votes
«
First
‹
Previous
Next
›
Last
»