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
June 01, 2018 13:30
References are a completely different story. Each psi implementation shall opt in for provided references explicitly. See https://github.com/JetBrains/intellij-community/blob/master/java/java-psi-i...
Community
IntelliJ IDEA Open API and Plugin Development
Why do PSI element types have to have a separate interface and an implementation class?
0 votes
Created
May 30, 2018 13:32
There's no such restriction. One can use implementation classes directly. Please add some snippets to illustrate the problems.
Community
IntelliJ IDEA Open API and Plugin Development
Why do PSI element types have to have a separate interface and an implementation class?
0 votes
Created
May 22, 2018 13:28
Nested comments shall be tracked by lexer via JFlex custom logic (states stack). The rule below will never match because comment tokens are skipped by PsiBuilder: COMMENT ::= COMMENT_START COMMENT_...
Community
IntelliJ IDEA Open API and Plugin Development
Best way of handling comments
0 votes
Created
May 22, 2018 12:09
Hi Konstantin! "An important feature of PsiBuilder is its handling of whitespace and comments. The types of tokens which are treated as whitespace or comments are defined by the methods getWhitespa...
Community
IntelliJ IDEA Open API and Plugin Development
Best way of handling comments
0 votes
Created
March 16, 2018 22:24
This is a rather complicated DFA-related task (data-flow-analysis). At the moment there's no public API for that and the only implementation I know is the closed-source JPA/Hibernate/Connection que...
Community
IntelliJ IDEA Open API and Plugin Development
Inspecting java variable
0 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
«
First
‹
Previous
Next
›
Last
»