== 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. == Tickets == [[TicketQuery(component=Title and Status Bar Personalization,order=id,desc=1,format=table,col=resolution|summary|owner|reporter)]] == Test == 1. In Tools/Preferences/Apperance Set the '''Window title''' to * {{{ %b - %f - %p - %d - %F - %v - %x - %% }}} 1. Open a file in the Padre project (e.g. lib/Padre.pm) 1. Check if the title displays the correct information * Padre.pm - path/to/lib/Padre.pm - ??? - lib - lib/Padre.pm - ??? - %x - %% 1. Create a new file (File/New) 1. Check if the title displays the correct information == TODO == TBD