KronicDeth
Creator of the IntelliJ Elixir plugin
- 活动总数 146
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 1 名用户
- 投票数 11
- 订阅数 47
-
创建于 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... -
创建于 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...