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
July 17, 2014 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.
Community
IntelliJ IDEA Open API and Plugin Development
Grammar-Kit generating parser with missing symbols enter_section_, exit_section_c, etc.
0 votes
Created
September 05, 2014 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Grammar-Kit and older versions of IDEA
0 votes
Created
October 30, 2014 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...
Community
IntelliJ IDEA Open API and Plugin Development
"Another not done marker added after this one. Must be done before this."
0 votes
Created
November 18, 2014 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...
Community
IntelliJ IDEA Open API and Plugin Development
Operator (!==) winning over keyword identifier (!==:)
0 votes
Created
March 05, 2015 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...
Community
IntelliJ IDEA Open API and Plugin Development
Grammar-Kit : Implicit adding of pinned parts for PREFIX expressions
0 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
«
First
‹
Previous
Next
›
Last
»