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
November 20, 2016 03:12
Just "Exclude from Compile" or delete everything related to diagramming. One doesn't need that for parsing ;-)
Community
IntelliJ IDEA Open API and Plugin Development
Standalone Parser Dependencies
0 votes
Edited
November 20, 2016 23:48
Hi, Due to its nature light-psi-all.jar needs to be rebuilt for each version. The process is hacky yet simple: 1. run the java code you want to run with -verbose:class option and save the output 2....
Community
IntelliJ IDEA Open API and Plugin Development
Standalone Parser Dependencies
0 votes
Created
November 04, 2016 17:03
Please include the exception stacktrace, it is not clear what exactly went wrong. Also SqlLanguage.INSTANCE usually cannot be used as is, you need to specify the SQL dialect instead.
Community
IntelliJ IDEA Open API and Plugin Development
How to use SqlLanguage in Plugin to reformat SQL
0 votes
Edited
October 31, 2016 18:22
Here's recoverWhile HOWTO: https://github.com/JetBrains/Grammar-Kit/blob/master/HOWTO.md#22-using-recoverwhile-attribute .
Community
IntelliJ IDEA Open API and Plugin Development
Grammar-kit: struggling with recoverWhile
0 votes
Created
October 31, 2016 17:49
Hello Irina, The problem is that the sample is broken. I've explained it here to some degree: https://youtrack.jetbrains.com/issue/IJSDK-203
Community
IntelliJ IDEA Open API and Plugin Development
Grammar-kit: struggling with recoverWhile
0 votes
Edited
October 06, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
Use Grammar-Kit parser standalone
0 votes
Created
September 27, 2016 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.
Community
IntelliJ IDEA EAP Users
Ruby & La Clojure Plugins?
0 votes
Edited
July 18, 2016 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....
Community
IntelliJ IDEA Open API and Plugin Development
IDEA 2016.2 builds different Psi Tree
0 votes
Created
July 18, 2016 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
Community
IntelliJ IDEA Open API and Plugin Development
Grammar Kit: skipping input and resuming parsing for error recovery
0 votes
Created
July 18, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
IDEA 2016.2 builds different Psi Tree
0 votes
«
First
‹
Previous
Next
›
Last
»