Description
Padre allows the configuration of the window title and provides placeholders for various values.
The actual template can be set in
Tools/Preferences/Apperance/Window title
The available placeholders are:
- %p - Project name
- %v - Padre version
- %f - Current filename
- %d - Current file's dirname
- %b - Current file's basename
- %F - Current filename relative to project
strings that look like placeholder but are not supported yet will appear verbatim.
Test
- In Tools/Preferences/Apperance Set the Window title to {{{ %b - %f - %p - %d - %F - %v - %x - %% }}}
- Open a file in the Padre project (e.g. lib/Padre.pm)
- Check if the title displays the correct information: Padre.pm - path/to/lib/Padre.pm - ??? - lib - lib/Padre.pm - ??? - %x - %%
- Create a new file (File/New)
- Check if the title displays the correct information