new file type (non text) with graphical editor
Answered
I need to implement a new file type that requires graphical (not text) editing - does anyone know of any examples ?
Please sign in to leave a comment.
Check out plugins using this extension point: https://plugins.jetbrains.com/intellij-platform-explorer/extensions?extensions=com.intellij.fileEditorProvider, e.g. https://plugins.jetbrains.com/plugin/20697-midiswing--midi-player
thats what i need :-)