intellij-code-outline icon indicating copy to clipboard operation
intellij-code-outline copied to clipboard

Code Outline plugin for IntelliJ IDEA

Results 7 intellij-code-outline issues
Sort by recently updated
recently updated
newest added

![Screenshot 2021-05-26 013509](https://user-images.githubusercontent.com/69514897/119629411-d765a500-bdc2-11eb-84b8-98fd433086a0.png)

Please increase font-size or line height in code map. In the current version of the plugin is too small and poorly recognizable.

Steps to reporduce: * Install/update Intellij Idea 2017.2 (172.3317.76) * Enable Code Outline 2 (0.5.4) * Restart Idea * NavBarPanel disappeared [idea_.zip](https://github.com/sitano/intellij-code-outline/files/1170626/idea_.zip)

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)...

Have you seen the outline view in the Sublime Text editor (Sublime calls it a minimap btw)? There the cursor is not affected at all. It just scrolls the page...

- com.intellij.openapi.compiler.CompilerMessageCategory: err, warn, info, stats - recent changes markers - vcs changes markers - com.intellij.xdebugger.breakpoints.XLineBreakpoint: breakpoints - inspections (hints on the right bar): com.intellij.codeInspection.ProblemDescriptor? - class, method icon

Feature
In progress

Global and Project configuration page for plugin. Based on IntelliJ IDEA API for that.

Feature