Zhi Zhang

- Total activity 39
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 12
-
Zhi Zhang created a post, AnsweredException: Cannot init ToolWindowManager component state: Name is null
Hi, In our plugin, we created a toolwindow: <extensions defaultExtensionNs="com.intellij"> <toolWindow id="some-name" icon="/some-icon.png" anchor="bottom" factoryClass="SomeChangeGraphFactory"/... -
Zhi Zhang commented, -
Zhi Zhang created a post, how to rid red border of html labels in mxGraph/JGraph used in a toolwindow
Hi, I am using mxGraph to render a graph in a toolwindow. this.graph = new mxGraph();// ... adding cells and edges this.graph.setHtmlLabels(true); I need to be able to show labels with bold sect... -
Zhi Zhang created a post, how to tell which build tool is used for the current project? Maven or Gradle
Is there a way to tell which build tool is used for the current project? And once we determined whether it is a maven or gradle project, how to execute maven/gradle build instead of the generic mak... -
-
Zhi Zhang created a post, Graph framework in intelliJ
We are trying to show a diagram with collapsible nodes. Here is an example from mxGraph: So which graph framework is used in IntelliJ diagram? Does it have the similar capability? Where can I find... -
Zhi Zhang created a post, create a tree view in a tool window with similar style as "TODO" tool window
The goal is to create a tool window with similar style as TODO window, but simpler. We need to show a list of selected files with some line ranges, which should be clickable. The files should be gr... -
-
Zhi Zhang created a post, Is it possible to display tests of a run configuration without executing them first?
Hi, What we tried to do is to create a run configuration dynamically, and display all the tests in this configuration in the run window without running them. If we don't call ProgramRunnerUtil.exec... -