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... -
创建于 Referencing class from String in dependency project
Hi, Say I've got some Strings in project A containing fully qualified class names of classes in project B.Say project B has a dependency to project A, but not the other way around. During runtime, ... -
创建于 Navigating from reference using definitionsScopedSearch
Hi there, I've implemented a <definitionsScopedSearch> that allows me to use ctrl-alt-b to navigate from a field in a Java class to another field in a related Java class. This is working quite nice... -
创建于 Line marker for folded code block
Hi,I was wondering if it is possible to add a line marker for a code block that has been folded.I've added line markers from my custom line marker provider, but these disappear as soon as the speci... -
创建于 Stop on first error when running a (DB2) database script
Hello,I was wondering if it is possible to stop executing a database script (DB2 in my case) as soon as an error occurs.If I run an SQL script against my DB2 databse from within IntelliJ, the whole...