SetWindowTitle
Configure the title of your Sublime Text windows
Details
Installs
- Total 2K
- Win 1K
- Mac 0
- Linux 469
Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 2 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 0 | 2 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 2 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Overview
!!! You probably don't need this plugin anymore in ST4 !!!
Just set "show_project_first": true,
in your preferences.
This plugin allows you to configure the title of your Sublime Text windows. Every time you switch view, save a view, start editing a view, it will update the window title.
Installation
This package is avalaible on PackageControl.
If you have an unregistered version of Sublime Text you need to set the
setting “unregistered” to true
(or to buy a license!).
Requirement
On Windows it should work out of the box.
On Linux the plugin assumes you have installed xdotool
.
If you have any ideas on how to do that on MacOS, please submit a PR.
Configuration
Please look at the settings to read the documentation.
Room for improvement
Doesn't work with workspaces, it would be easy to implement if ST had a better API for this (relevant issues: 826, 5)
Currently the code that modifies the window title needs the PID of the target window. As there is no ST API for that, we list all ST windows and rename the one with a name matching the expected name. If there was a reliable way to find the PID of the correct window then we could drop the
get_official_name
method, and simplify the plugin a lot.(Linux) For some reason some chars aren't displayed correctly.
(Windows) The plugin is more brittle on Windows, some features have been disabled as a consequence. In particular you'll have to manually select windows before their name is changed. If you have knowledge of the
user32
API we might use your help !
Thanks
Thanks to cjdoris for implementing Windows support.