主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Gregory Shrago
活动总数
512
最后的活动
2023年08月14日 18:03
成员加入日期
2007年01月16日 18:03
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
214
活动概览
文章(0)
帖子(3)
评论(295)
按最近的活动排序
最近的活动
投票数
已编辑于
2019年03月07日 11:56
Hi, Vladimir! NameFilteringListModel is a public class in "platform-api" module, so it is clearly a part of the API. We do perform external usages search in order not to break existing plugins an...
社区
IntelliJ IDEA Open API and Plugin Development
Why bother with `@Deprecated` when you change the signature of the API method/constructor?
0 票
创建于
2018年11月08日 11:47
No docs unfortunately. I've found some 3rd-party implementations on github: https://github.com/Camelcade/Perl5-IDEA/blob/master/src/com/perl5/lang/tt2/TemplateToolkitLanguage.java https://github.co...
社区
IntelliJ IDEA Open API and Plugin Development
Support for custom SQL-extending grammar
0 票
创建于
2018年10月31日 14:30
I'd try to implement a separate template language instead see com.intellij.psi.templateLanguages.TemplateLanguage API
社区
IntelliJ IDEA Open API and Plugin Development
Support for custom SQL-extending grammar
0 票
已编辑于
2018年10月26日 18:50
Consider the ordinary logic: a non-private rule means a dedicated AST node. Then the AST for a text "TRUE" will be: FILE->EXPR->LITERAL->TRUE "Extends" semantic collapses the meaningless EXPR resul...
社区
IntelliJ IDEA Open API and Plugin Development
What's the alternative to left recursion in GrammarKit?
4 票
创建于
2018年10月23日 13:41
What language do you work on?
社区
IntelliJ IDEA Open API and Plugin Development
Support for custom SQL-extending grammar
0 票
创建于
2018年10月22日 10:52
https://github.com/JetBrains/Grammar-Kit/blob/master/HOWTO.md#24-compact-expression-parsing-with-priorities
社区
IntelliJ IDEA Open API and Plugin Development
What's the alternative to left recursion in GrammarKit?
0 票
创建于
2018年09月11日 18:21
It is called "Files" in DataGrip.
社区
DataGrip
Filtering files in attached directory by extension
0 票
已编辑于
2018年09月11日 10:27
Switch Scopes in Project View: Switch Scopes in Find References (Ctrl/Cmd-Alt-Shift-F7) or "Settings" button in "Find" tool window: "Find in Path" (Ctrl-Shift-F) also has "Scopes" chooser.
社区
DataGrip
Filtering files in attached directory by extension
0 票
已编辑于
2018年09月07日 13:57
Looks like a Settings | File Types | Ignored files and folders shall help with indexing performance. The other feature is called "Scopes". Add a new one as on the pic, and switch Files view to that...
社区
DataGrip
Filtering files in attached directory by extension
0 票
创建于
2018年09月03日 11:01
Grammar-Kit https://plugins.jetbrains.com/plugin/6606-grammar-kit
社区
IntelliJ IDEA Open API and Plugin Development
How to generate a parser with PSI classes via Generate Parser Code from the context menu ?
0 票
«
第一页
‹
上一页
下一页
›
最后
»