Extending text editor as web.xml editor
I trying to find any example for Extending an editor for my own file (with a specific extension).
So, i want to develop (or extending) current editor, so it can be show like....
- Android layout editor (tabbed, include existing editor(xml), and custom UI designer, etc..)
- *.form file editor in plugin development (custom ui, but it is one of editor.. not ToolWindow..)
I found same question for this in https://intellij-support.jetbrains.com/hc/en-us/community/posts/206781155-Tabbed-editor ,
but in the answer, the site link is cannot be reachable now..
Please show me any Guide for this, or any example for this....
Thank you!
请先登录再写评论。
See com.intellij.openapi.fileEditor.FileEditorProvider resp. com.intellij.util.xml.ui.PerspectiveFileEditorProvider
Dear Yann Cebron,
I fully spend my effort to find examples and to examine as you guided, but i that shows no result...
Is there any Example for this? All i want to make is very simple!
Please help me. Thank you...!
There is no ready-made example for this, just look for usages of above mentioned classes in IntelliJ Community Edition sources.
Dear Yann Cebron,
I found an example just before.. Thank you for your help~!!!!!