Stefan Zeller
Stefan Zeller
Hi there This is a reature request, not a bug. We try to obey the rule: Don't commit to a red build. To be more safe IDEA can assist because...
- have an idea how sub-packages references each other - if a package just have sub-packages but no class then the graph is useless
The rendering of the diagram is done with `com.intellij.diagram` which is (at least for me) not intuitive and is has no documentation. I would prefer another rendering mechanism that more...
Currently it's not possible to open the diagram in project view while focus is on a file. The reason is, that the plugin is looking for a PsiClass to open...
I've got the config ``` displays: window: width: 1280 height: 720 window: width: 1280 height: 720 title: Mission Pinball Framework resizable: false fullscreen: false borderless: false exit_on_escape: true source_display: window...
Versions IDEA: 2016.1.1 Code Outline2: 0.5.4 ``` Editor is already disposed --------------Creation trace: java.lang.Throwable at com.intellij.openapi.util.TraceableDisposable.(TraceableDisposable.java:41) at com.intellij.openapi.editor.impl.EditorImpl.(EditorImpl.java:145) at com.intellij.openapi.editor.impl.EditorFactoryImpl.a(EditorFactoryImpl.java:193) at com.intellij.openapi.editor.impl.EditorFactoryImpl.createEditor(EditorFactoryImpl.java:169) at com.intellij.openapi.fileEditor.impl.text.TextEditorComponent.a(TextEditorComponent.java:165) at com.intellij.openapi.fileEditor.impl.text.TextEditorComponent.(TextEditorComponent.java:100) at com.intellij.openapi.fileEditor.impl.text.PsiAwareTextEditorImpl$PsiAwareTextEditorComponent.(PsiAwareTextEditorImpl.java:62) at com.intellij.openapi.fileEditor.impl.text.PsiAwareTextEditorImpl$PsiAwareTextEditorComponent.(PsiAwareTextEditorImpl.java:55)...