I use sublime text to edit source code in clearcase dynamic views. I would love to have the view name visible in the title of the main sublime window. Is there an api i can use to edit the title ?
Regards,
Sanjeev
I use sublime text to edit source code in clearcase dynamic views. I would love to have the view name visible in the title of the main sublime window. Is there an api i can use to edit the title ?
Regards,
Sanjeev
Unfortunately, the only way to change the name of the view is to change the name of the file. You can use on_pre_save and on_post_save to change the title around when saving, though this will make the file always appear dirty.