Changes between Version 51 and Version 52 of PreReleaseChecklist
- Timestamp:
- 03/04/11 06:50:19 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PreReleaseChecklist
v51 v52 234 234 == Setting the title bar == 235 235 236 Padre allows the configuration of the window title and provides placeholders for various values. 237 The actual template can be set in '''Tools/Preferences/Apperance/Window title''' 238 The available placeholders are: 239 240 * %p - Project name 241 * %v - Padre version 242 * %f - Current filename 243 * %d - Current file's dirname 244 * %b - Current file's basename 245 * %F - Current filename relative to project 246 247 strings that look like placeholder but are not supported yet will appear verbatim. 248 236 249 See #1153, #1138, and #1104 237 250 238 251 1. In Tools/Preferences/Apperance Set the '''Window title''' to 239 {{{ %b - %f - %p - %d - %F %v %x%% }}}240 1. Open a file 252 * {{{ %b - %f - %p - %d - %F - %v - %x - %% }}} 253 1. Open a file in the Padre project (e.g. lib/Padre.pm) 241 254 1. Check if the title displays the correct information 255 * Padre.pm - path/to/lib/Padre.pm - ??? - lib - lib/Padre.pm - ??? - %x - %% 242 256 1. Create a new file (File/New) 243 257 1. Check if the title displays the correct information 244 258 245 TBD (szabgab)259 TBD
