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
October 26, 2017 20:07
Hi Oleg! Thanks for the question. Turns out there's no way currently to get the icon for a raw non-PSI DB model object. In 2017.3 one will be able to use TypePresentationService for that. I.e. Type...
Community
IntelliJ IDEA Open API and Plugin Development
How to get icon of column or table in new Database plugin implementation?
0 votes
Created
October 19, 2017 23:17
Oleg, DbPsiFacade and DbDataSource are probably too high-level for a unit test. Please provide a sample test source so we can figure out the right API for that.
Community
IntelliJ IDEA Open API and Plugin Development
Is there is any way to emulate database in Db Connections in UnitTests?
0 votes
Edited
October 04, 2017 09:09
It works as before for me. Please place a breakpoint in the "expand" lambda and see what's there. If it is not hit then some more debugging is due.
Community
IntelliJ IDEA Open API and Plugin Development
Getting Routines/Procedures name
0 votes
Created
August 15, 2017 11:25
I've just answered it here: https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000526964-Is-there-anyway-to-highlight-injection-in-injection-
Community
IntelliJ IDEA Open API and Plugin Development
I need help on plugin development
0 votes
Created
August 15, 2017 11:05
Unfortunately nested language injection is not supported. There're some workarounds for this limitation that involve the combination of other available options, e.g. 1. lazy-parsable + injection ...
Community
IntelliJ IDEA Open API and Plugin Development
Is there anyway to highlight 'injection in injection'?
0 votes
Created
July 12, 2017 15:07
https://youtrack.jetbrains.com/issue/DBE-2410
Community
IntelliJ IDEA Users
SQL Dialect vs Informix.
0 votes
Created
June 13, 2017 12:34
Check out whitespace handling section here: http://www.jetbrains.org/intellij/sdk/docs/reference_guide/custom_language_support/implementing_parser_and_psi.html
Community
IntelliJ IDEA Open API and Plugin Development
custom language plugin: grammar-kit works, plugin doesn't
0 votes
Created
June 11, 2017 20:28
It is a bug in generator regarding dash-separated rule names (I always use underscore-separated..) It's fixed now in the latest dev build, so you may grab it from the project github page: https://g...
Community
IntelliJ IDEA Open API and Plugin Development
Custom Language Support - newbie issue...
0 votes
Created
April 24, 2017 20:03
You need to add the following to IntelliJ SDK: /plugins/DatabaseSupport/lib/database-openapi.jar And optionally its sources: /lib/src/src_database-openapi.zip
Community
IntelliJ IDEA Open API and Plugin Development
Not able to use com.intellij.database in a plugin
0 votes
Edited
February 20, 2017 10:15
I use this QuickDoc popup to check what rules and tokens violate expression parsing contract. It shall say "Rule contains no public rules and no tokens" at the bottom and display priority table. If...
Community
IntelliJ IDEA Open API and Plugin Development
Expression handling in grammar-kit - issue with deep trees
0 votes
«
First
‹
Previous
Next
›
Last
»