How to change default editor tab name?
I have implemented custom FileEditor with it's getName() method and have now 2 editor tabs, my implementation and default TextEditor tab, which is ok. However I want to change default editor tab name from "Text" to something different. How can it be done?
请先登录再写评论。
It can't. The tab name of each editor is controlled by the editor itself.