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
May 12, 2017 17:21
Image spec is: <file-path-or-URL>[,<opacity>[,<fill-type>[,<placement>]]] 1. opacity: number in percents 2. fill type: PLAIN, SCALE, TILE 3. placement: CENTER, TOP_CENTER, BOTTOM_CENTER, TOP_LEFT, ...
Community
IntelliJ IDEA Open API and Plugin Development
Editor opacity programmatically
1 vote
Created
March 02, 2017 09:14
Here's the snippet of how Pratt-parsing grammar shall look like in your case (and the QuickDoc shows the Priority Table part now on the screenshot): Expression ::= CommaExpression | AssignExpress...
Community
IntelliJ IDEA Open API and Plugin Development
Expression handling in grammar-kit - issue with deep trees
1 vote
Created
October 06, 2016 16:03
Hi Alexander, Try adding the following *before* the new annotation: annotationHolder .createInfoAnnotation(element, null) .setEnforcedTextAttributes(TextAttributes.ERASE_MARKER);
Community
IntelliJ IDEA Open API and Plugin Development
Remove Syntax Highlighting
1 vote
Edited
July 21, 2016 09:26
Hey Luke, Generated and handwritten parsers can be composed and mixed in any way. Check out this thread https://intellij-support.jetbrains.com/hc/en-us/community/posts/207645985-language-compositio...
Community
IntelliJ IDEA Open API and Plugin Development
ERB like template language
1 vote
Created
June 28, 2016 20:35
Splitting: { parserClass="abc.Parser1" parserUtilClass="abc.ParserUtil"}root ::= xxxyyy ::= B;{ parserClass="abc.Parser2"}xxx ::= A <<parseYYY>> Composing: public class ParserUtil { public bool...
Community
IntelliJ IDEA Open API and Plugin Development
language composition (with Grammar-Kit)
1 vote
Created
June 25, 2016 10:38
Depends on the exact nature of the A, B and C. For example: - A & B are like different dialects and C is some expression language for both. Then I'd go (4). - If A, B and C are of same nature then ...
Community
IntelliJ IDEA Open API and Plugin Development
language composition (with Grammar-Kit)
1 vote
Created
June 09, 2016 21:20
import com.intellij.openapi.util.text.StringUtil; int line = StringUtil.countNewLines(text.subSequence()) + 1; // bad: copies text int column = offset - StringUtil.lastIndexOf(text, '\n', 0, offs...
Community
IntelliJ IDEA Open API and Plugin Development
Get line/column by offset
1 vote
Created
May 22, 2012 14:50
Persistence.xml-free configuration is possible.You just need JPA and Spring facets and a Spring Annotation or XML (config file set) configuration.See these demos how to setup an annotation configur...
Community
IntelliJ IDEA Users
JPA 2.0 tools without persistence.xml
1 vote
Created
February 06, 2015 15:24
I've added missing space token grammar.bnf and TUTORIAL example (issues #56 and #58 on github).Implicitly supported tokens (WHITESPACE, ID) were good for one languages and bad for others (Markdown,...
Community
IntelliJ IDEA Plugin Users
Problem with PsiElement WhiteSpace in LivePreview for Grammar.bnf in plugin GrammarKit version 1.2.0.1
1 vote
Created
April 12, 2016 14:10
Token order matters:
Community
IntelliJ IDEA Open API and Plugin Development
[Grammar-Kit] preview bug?
1 vote
«
First
‹
Previous
Next
›
Last
»