Last modified 2 years ago
Last modified on 03/17/11 06:21:57
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
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1153 | fixed | title bar $version | bowtie | |
| #1104 | fixed | Show the name of the current subroutine in the status bar | szabgab | |
| #963 | fixed | Filename disappears from status | szabgab |
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
TODO
TBD
