Guno
- 活动总数 74
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 22
-
已编辑于 LineMarkerProvider navigating to multiple targets
已回答Hi Jetbrains,In this post I learned that I could use com.intellij.database.view.DbNavigationUtils#navigateToData(com.intellij.database.psi.DbElement, boolean) to navigate to the database grid from ... -
创建于 Navigating to Database Grid from Line Marker Provider
已回答Hi JetBrains,In my plugin I'm implementing a LineMarkerProvider to navigate from a Java source file to the database grid of a related database table. So far I've been able to navigate to the table'... -
创建于 Testing custom JS inspections
已回答Hi there, I'm writing a test class for my custom Javascript inspection (extending JSInspection), but I'm having some trouble there. Perhaps someone over here can give me some tips. The issue is tha... -
创建于 Update classes and resources in Gradle project
已回答Hi there, When I've got a Gradle-based web application running in Tomcat (in debug mode), IntelliJ gives me the option to 'Update classes and resources'. When I invoke this action, it looks like In... -
创建于 Custom activity after VCS refresh
Hi, Is there some way to hook in my own Activity upon VCS refresh completion?Something similar to com.intellij.openapi.startup.StartupActivity perhaps; though that one doesn't suit my needs. What I... -
创建于 Project settings vs IDE settings
已回答Hi, I'm a bit confused about the distinction between project settings and IDE settings in IntelliJ. Up until recently, I assumed that project settings were specific for a project, i.e. could have d...