主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2017年11月21日 14:31
Possible breakpoint locations: // Injectionsorg.intellij.plugins.intelliLang.inject.TemporaryPlacesInjector#getLanguagesToInjectcom.intellij.psi.impl.source.tree.injected.MultiHostRegistrarImpl#add...
社区
IntelliJ IDEA Open API and Plugin Development
Making a language without a file type
0 票
创建于
2017年11月20日 17:19
The language must implement "InjectableLanguage", but you still have to define FileType (return "" as default extension). com.intellij.lang.InjectableLanguage
社区
IntelliJ IDEA Open API and Plugin Development
Making a language without a file type
0 票
创建于
2017年11月13日 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 (+) | ...
社区
IntelliJ IDEA Open API and Plugin Development
Is it possible to create a data source via an API?
0 票
已编辑于
2017年10月26日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to get icon of column or table in new Database plugin implementation?
0 票
创建于
2017年10月19日 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.
社区
IntelliJ IDEA Open API and Plugin Development
Is there is any way to emulate database in Db Connections in UnitTests?
0 票
已编辑于
2017年10月04日 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.
社区
IntelliJ IDEA Open API and Plugin Development
Getting Routines/Procedures name
0 票
已编辑于
2017年09月29日 21:27
You seem to miss the notion of a grammar root rule. It is the first rule in the grammar and it represents a file as a whole, so it's inherently "private". All other rules are to be reachable from t...
社区
IntelliJ IDEA Open API and Plugin Development
GrammarKit explanation?
1 票
创建于
2017年09月27日 01:57
Please expect https://youtrack.jetbrains.com/issue/IDEA-179627 in the next EAP.
社区
IntelliJ IDEA Open API and Plugin Development
'Edit as Table' visibility check for EditorPopup is too restrictive
1 票
创建于
2017年08月15日 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-
社区
IntelliJ IDEA Open API and Plugin Development
I need help on plugin development
0 票
创建于
2017年08月15日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Is there anyway to highlight 'injection in injection'?
0 票
«
第一页
‹
上一页
下一页
›
最后
»