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
November 29, 2017 13:37
There's no API way of doing this for now. The idea was to cover the whole frame with an image, so no exclusions.
Community
IntelliJ IDEA Open API and Plugin Development
How to set the editor's background and overwrite the background image
0 votes
Created
November 24, 2017 11:40
Please see https://youtrack.jetbrains.com/issue/IJSDK-328
Community
IntelliJ IDEA Open API and Plugin Development
Is there is any way to emulate database in Db Connections in UnitTests?
0 votes
Created
November 21, 2017 14:31
Possible breakpoint locations: // Injectionsorg.intellij.plugins.intelliLang.inject.TemporaryPlacesInjector#getLanguagesToInjectcom.intellij.psi.impl.source.tree.injected.MultiHostRegistrarImpl#add...
Community
IntelliJ IDEA Open API and Plugin Development
Making a language without a file type
0 votes
Created
November 20, 2017 17:19
The language must implement "InjectableLanguage", but you still have to define FileType (return "" as default extension). com.intellij.lang.InjectableLanguage
Community
IntelliJ IDEA Open API and Plugin Development
Making a language without a file type
0 votes
Created
November 13, 2017 23:37
Checkout com.intellij.database.autoconfig.DataSourceDetector API and its extension point "com.intellij.database.dataSourceDetector" The data sources from Chef files can be thus imported via (+) | ...
Community
IntelliJ IDEA Open API and Plugin Development
Is it possible to create a data source via an API?
0 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
«
First
‹
Previous
Next
›
Last
»