主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Gregory Shrago
活动总数
512
最后的活动
2023年08月14日 18:03
成员加入日期
2007年01月16日 18:03
关注
0 名用户
关注者数
2 名用户
投票数
0
订阅数
214
活动概览
文章(0)
帖子(3)
评论(295)
按最近的活动排序
最近的活动
投票数
已编辑于
2018年08月28日 13:52
The following is not an API, but will work for some time: DbImplUtil#getMaybeLocalDataSource(DasDataSource)LocalDataSource#getUsername
社区
IntelliJ IDEA Open API and Plugin Development
How can i get the username in datagrip? I have find it in dataSources.local.xml.
1 票
创建于
2018年07月19日 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
社区
IntelliJ IDEA Open API and Plugin Development
IDE Scripting Console / Kotlin -> NullPointerException
0 票
已编辑于
2018年06月01日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Why do PSI element types have to have a separate interface and an implementation class?
0 票
创建于
2018年05月30日 13:32
There's no such restriction. One can use implementation classes directly. Please add some snippets to illustrate the problems.
社区
IntelliJ IDEA Open API and Plugin Development
Why do PSI element types have to have a separate interface and an implementation class?
0 票
创建于
2018年05月22日 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_...
社区
IntelliJ IDEA Open API and Plugin Development
Best way of handling comments
0 票
创建于
2018年05月22日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Best way of handling comments
0 票
创建于
2018年03月16日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Inspecting java variable
0 票
创建于
2018年02月08日 09:16
Sure. One can use Structure Popup (Ctrl-F12 or Cmd-F12 on macOS) for navigation and searching as in any other editor. One can also use Structure tool window for that, but it'll take some screen space.
社区
IntelliJ IDEA Users
How to search for database tables that has column names matching certain values?
1 票
创建于
2017年11月29日 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.
社区
IntelliJ IDEA Open API and Plugin Development
How to set the editor's background and overwrite the background image
0 票
创建于
2017年11月24日 11:40
Please see https://youtrack.jetbrains.com/issue/IJSDK-328
社区
IntelliJ IDEA Open API and Plugin Development
Is there is any way to emulate database in Db Connections in UnitTests?
0 票
«
第一页
‹
上一页
下一页
›
最后
»