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?
Please sign in to leave a comment.
It can't. The tab name of each editor is controlled by the editor itself.