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 17, 2014 18:00
Please see the priority table via QuickDoc:Priority table:0: BINARY(stabOperation)1: PREFIX(captureOperation)2: BINARY(inMatchOperation)3: BINARY(whenOperation)4: BINARY(typeOperation)5: BINARY(pip...
Community
IntelliJ IDEA Open API and Plugin Development
Operator (!==) winning over keyword identifier (!==:)
0 votes
Created
March 04, 2015 21:28
That's an interesting observation!I've just checked the Java PSI implementation and found out that gutter mark "Unclosed comment" is generated by Java Annotator.See com.intellij.codeInsight.daemon....
Community
IntelliJ IDEA Open API and Plugin Development
Custom Language: Unclosed comment cannot raise an error
0 votes
Created
March 04, 2015 21:32
Try enclosing cast in parenthesis like this;type_cast_expression ::= ("(" type ")") expressionor even extract operator like this:type_cast_expression ::= cast_op expressionprivate cast_op ::= "(" t...
Community
IntelliJ IDEA Open API and Plugin Development
Grammar-Kit : Implicit adding of pinned parts for PREFIX expressions
0 votes
Created
May 18, 2015 14:25
Hi,There's no automation at the moment. The reason behind that is:The generated JFlex file is really a stub and not a production-grade lexer definition.Just one state for all keywords and puntuatio...
Community
IntelliJ IDEA Open API and Plugin Development
Automate class generation on build
0 votes
Created
November 18, 2015 22:15
It was pushed down the hierarchy a bit:com.intellij.database.dataSource.AbstractDataSource#performJdbcOperation
Community
IntelliJ IDEA Open API and Plugin Development
What is the replacement for "performJdbcOperation"?
0 votes
Created
February 21, 2013 18:40
Please check that the datasource properties are correct in Database toolwindow.It looks like some postgresql-XXX.jar is missing in JDBC driver files field.
Community
RubyMine
db inspection not working when using heroku's postgres.app
0 votes
Created
March 25, 2014 11:54
Please create a YouTrack ticket for this.
Community
RubyMine
How to disable the behavior creating data sources from Rails projects ? (annoyed by many RemoteJdbcServer processes)
0 votes
Created
June 07, 2016 22:54
The first part is already covered in my first answer: not possible. The rest of the question is pretty advanced. Clone https://github.com/JetBrains/intellij-community/ repository and look for com.i...
Community
IntelliJ IDEA Open API and Plugin Development
Grammar-Kit context-based tokens
0 votes
Edited
June 06, 2016 16:31
You can just try and add an empty token in a BNF, regenerate, and see what happens. Just to repeat myself: tokens in BNF are just for IElementType constant generation that will be expected by a ge...
Community
IntelliJ IDEA Open API and Plugin Development
Grammar-Kit context-based tokens
0 votes
Created
June 06, 2016 06:57
The basics are the layers: Lexer -> Parser -> AST -> PSI Tokens in BNF (Parser level) are just for constants generation (*Types class) and playing with LivePreview. The real lexer work (Lexer layer...
Community
IntelliJ IDEA Open API and Plugin Development
Grammar-Kit context-based tokens
0 votes
«
First
‹
Previous