advice2020 created an issue (geany/geany#4571)

Linux/Debian based distro
Geany 2.1

(Currently this is hardcoded within Geany)

Currently the window title / panel title / Alt+Tab dialog title / etc. all show 
the following layout
`<filename.ext> - <filepath> - Geany`
Shows a lot of information in the these instances mentioned above.
Also long titles generally get clipped in most places they are shown.

Suggesting to add a setting that would allow user to choose what is shown in 
all of these title instances mentioned.
Maybe could be a field where user can type in different symbols
%f = filename
%d = path
etc.

So for example the current title would look like this in the field
`%f - %d - Geany`
This would allow user to create their own custom title synatx used.

Or could just offer static different options
-`<filename.ext> - <filepath> - Geany`    (Current default title used)
-`<filename>`
-`Geany`
-`<filename> - <file-path>`      (No Geany suffix, because users can determine 
it is Geany by icon shown)
-'<filepath/filename.ext>`

Thank You

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/4571
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/issues/[email protected]>

Reply via email to