UI in place of the text editor in IntelliJ Permanently deleted user Created August 26, 2015 10:29 how do i embed a UI in area of text editor in IntelliJ, thus, replacing the text editor completely? Is there a function which i can look into?
The FileEditorProvider and FileEditor interfaces allow you to provide a non-text UI for editing a specific virtual file, shown in a regular editor tab. Examples of this UI in IntelliJ IDEA include the diagrams and the UI designer.