How can I change tab name in Sublime Text?

丶灬走出姿态 提交于 2019-11-30 03:50:03

问题


Is it possible to change tab names for files with strange names? They can not be renamed on disk but it is difficult to keep up with mad file names in Sublime :D


回答1:


In the ST console, enter view.set_name("My changed name"), replacing the content of the string with the name you want. You can also create a plugin to do this, again using the view#set_name api method.



来源:https://stackoverflow.com/questions/23288789/how-can-i-change-tab-name-in-sublime-text

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!