KronicDeth
Creator of the IntelliJ Elixir plugin
- Total activity 146
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 11
- Subscriptions 47
-
-
-
-
KronicDeth created a post, Access is allowed from event dispatch thread when calling EditorFactory.getInstance().createEditor(document, project, Type, true) from FileEditor#getComponent
On the .beam files (so the equivalent of .class files for Erlang/Elixir), I have <fileEditorProvider implementation="org.elixir_lang.beam.file_editor.Provider"/>. It supplies a second editor tab ne... -
-
-
-
KronicDeth created a post, Editor component added to OnePixelSplitter or JBTabbedPane are not scrollable
I'm creating custom editors to show decompiled/dissassembled code. I got highlighting and annotations working using class Panel(private val definitionsTree: Tree, project: Project): JPanel(GridLa... -
-