主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Gregory Shrago
活动总数
512
最后的活动
2023年08月14日 18:03
成员加入日期
2007年01月16日 18:03
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
214
活动概览
帖子(3)
评论(295)
按最近的活动排序
最近的活动
投票数
创建于
2017年05月12日 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, ...
社区
IntelliJ IDEA Open API and Plugin Development
Editor opacity programmatically
1 票
创建于
2017年03月02日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Expression handling in grammar-kit - issue with deep trees
1 票
创建于
2016年10月06日 16:03
Hi Alexander, Try adding the following *before* the new annotation: annotationHolder .createInfoAnnotation(element, null) .setEnforcedTextAttributes(TextAttributes.ERASE_MARKER);
社区
IntelliJ IDEA Open API and Plugin Development
Remove Syntax Highlighting
1 票
已编辑于
2016年07月21日 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...
社区
IntelliJ IDEA Open API and Plugin Development
ERB like template language
1 票
创建于
2016年06月28日 20:35
Splitting: { parserClass="abc.Parser1" parserUtilClass="abc.ParserUtil"}root ::= xxxyyy ::= B;{ parserClass="abc.Parser2"}xxx ::= A <<parseYYY>> Composing: public class ParserUtil { public bool...
社区
IntelliJ IDEA Open API and Plugin Development
language composition (with Grammar-Kit)
1 票
创建于
2016年06月25日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
language composition (with Grammar-Kit)
1 票
创建于
2016年06月09日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Get line/column by offset
1 票
创建于
2012年05月22日 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...
社区
IntelliJ IDEA Users
JPA 2.0 tools without persistence.xml
1 票
创建于
2015年02月06日 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,...
社区
IntelliJ IDEA Plugin Users
Problem with PsiElement WhiteSpace in LivePreview for Grammar.bnf in plugin GrammarKit version 1.2.0.1
1 票
创建于
2016年04月12日 14:10
Token order matters:
社区
IntelliJ IDEA Open API and Plugin Development
[Grammar-Kit] preview bug?
1 票
«
第一页
‹
上一页
下一页
›
最后
»