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
Edited
March 07, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
Why bother with `@Deprecated` when you change the signature of the API method/constructor?
0 votes
Created
November 08, 2018 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...
Community
IntelliJ IDEA Open API and Plugin Development
Support for custom SQL-extending grammar
0 votes
Created
October 31, 2018 14:30
I'd try to implement a separate template language instead see com.intellij.psi.templateLanguages.TemplateLanguage API
Community
IntelliJ IDEA Open API and Plugin Development
Support for custom SQL-extending grammar
0 votes
Created
October 23, 2018 13:41
What language do you work on?
Community
IntelliJ IDEA Open API and Plugin Development
Support for custom SQL-extending grammar
0 votes
Created
October 22, 2018 10:52
https://github.com/JetBrains/Grammar-Kit/blob/master/HOWTO.md#24-compact-expression-parsing-with-priorities
Community
IntelliJ IDEA Open API and Plugin Development
What's the alternative to left recursion in GrammarKit?
0 votes
Created
September 11, 2018 18:21
It is called "Files" in DataGrip.
Community
DataGrip
Filtering files in attached directory by extension
0 votes
Edited
September 11, 2018 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.
Community
DataGrip
Filtering files in attached directory by extension
0 votes
Edited
September 07, 2018 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...
Community
DataGrip
Filtering files in attached directory by extension
0 votes
Created
September 03, 2018 11:01
Grammar-Kit https://plugins.jetbrains.com/plugin/6606-grammar-kit
Community
IntelliJ IDEA Open API and Plugin Development
How to generate a parser with PSI classes via Generate Parser Code from the context menu ?
0 votes
Created
July 19, 2018 13:01
This is a bug, please file a ticket and attach log files (Help | Logs..) in our tracker: https://youtrack.jetbrains.com/issues/KT
Community
IntelliJ IDEA Open API and Plugin Development
IDE Scripting Console / Kotlin -> NullPointerException
0 votes
«
First
‹
Previous
Next
›
Last
»