Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] Show the full path of opened files in geany #3800

Open
rubyFeedback opened this issue Mar 24, 2024 · 1 comment
Open

[Feature request] Show the full path of opened files in geany #3800

rubyFeedback opened this issue Mar 24, 2024 · 1 comment

Comments

@rubyFeedback
Copy link

rubyFeedback commented Mar 24, 2024

So I recently decided to abandon my old gtk2-based editor after some +15 years,
largely because I can no longer compile gtk2 from source, for reasons related
to the glib stack (something has been deprecated and I don't know the workaround,
but I can no longer wait for anyone upstream patching gtk2, so I now took the
full dive finally).

I toyed with the idea of using sublime, but I think I am less likely to adjust sublime towards
behaviour I am quite used to, as opposed to geany, which is open source. So I'll give
geany a more serious try this time. I used it in the past before already, e. g. for C++ files,
and I even remember Enrico (I think? the original dev) but I have not yet used geany for
all (text) files. Right now I am using geany for ALL files.

There are many small issues but I don't want to spam the issue tracker with tons
of ideas that are possibly only for my own use case. Nonetheless I hope to be
able to convince the geany devs towards more flexibility in general, via options
and preferences we could toggle as-is. Geany already supports quite many
options, so I hope we can support even more options - if they make sense.

Alright - now to the issue here.

First, have a look at this screenshot:

https://i.imgur.com/mWzOafF.png

You can see the open files. Evidently I am currently modifying a german exam
question test for evolution of hominids / hominidae :D - the key issue, though,
is the pop-up widget that shows the opened files.

The currently selected file is shown in bold - that is nice.

However had, often I can not tell WHERE the files are. Some may be same-named
or similarly-named, so I would like to also have the option to show the full path
right there (left-padded, e. g. all are aligned towards the left-side, but on the
right side we may allow overflow; the full widget width would thus be determined
by the file with the longest name.)

I am very much used to that behaviour from my old editor, where I can see the
full path at all times.

So, my issue request would be for geany to add an option to show the FULL
path instead, rather than the truncated path (in ruby, the filename itself
would be obtained via File.basename(), so instead I would be looking for
File.absolute_path() - not sure how C does this but perhaps gtk has some
method that shows the full path).

In the option dialogue, we would then have to add a new entry at
Preferences -> Files; perhaps call it, as a check-button, "Show full
path of files". This would NOT be the default, so everyone could enjoy
the current behaviour of geany, rather than adjust to the one proposed
in this issue request.

As for a more objective rationale for this feature: we would instantly
know where the file resides at. (Actually, my old editor not only made
the current file bold, but used different colours too. But I am perfectly
fine without colours here too, I just need the feature that I know the
full path at all times, as this is less confusing to me than merely the
short-filename itself as such.)

@ralf3u
Copy link

ralf3u commented Mar 24, 2024

However had, often I can not tell WHERE the files are.

Do you know that if you go with the mouse over a tab-title, the full path will appear?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants