| 249 | | == Setting the title bar == |
| 250 | | |
| 251 | | Padre allows the configuration of the window title and provides placeholders for various values. |
| 252 | | The actual template can be set in '''Tools/Preferences/Apperance/Window title''' |
| 253 | | The available placeholders are: |
| 254 | | |
| 255 | | * %p - Project name |
| 256 | | * %v - Padre version |
| 257 | | * %f - Current filename |
| 258 | | * %d - Current file's dirname |
| 259 | | * %b - Current file's basename |
| 260 | | * %F - Current filename relative to project |
| 261 | | |
| 262 | | strings that look like placeholder but are not supported yet will appear verbatim. |
| 263 | | |
| 264 | | See #1153, #1138, and #1104 |
| 265 | | |
| 266 | | 1. In Tools/Preferences/Apperance Set the '''Window title''' to |
| 267 | | * {{{ %b - %f - %p - %d - %F - %v - %x - %% }}} |
| 268 | | 1. Open a file in the Padre project (e.g. lib/Padre.pm) |
| 269 | | 1. Check if the title displays the correct information |
| 270 | | * Padre.pm - path/to/lib/Padre.pm - ??? - lib - lib/Padre.pm - ??? - %x - %% |
| 271 | | 1. Create a new file (File/New) |
| 272 | | 1. Check if the title displays the correct information |
| 273 | | |
| 274 | | TBD |
| | 249 | == Setting the title bar and the status bar == |
| | 250 | |
| | 251 | [wiki:Features/TitleAndStausBarPersonalization] |