-
Notifications
You must be signed in to change notification settings - Fork 609
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: Filter on file names the open file pane #3078
Comments
GTK treeview provides a search capability, but not a filter capability. |
Thanks.
How do I access that feature? Another way to solve the problem for me might
be to put each file I visit on top in the drop down box next to the open
icon when I switch files. Could that be an option?
|
Somebody has to code it. Search will be simple, that "should" just need code to enable it as its built in to GTK. But now with no coding if you start at the top and start typing a filename the selected item in the documents list should go to that file and the tab on The dropdown next to the open icon in the toolbar is the "Recently opened files list" not the "Recently visited documents" list, so no. |
That's impressive :-). Anyway, sounds pretty much like #3055, just for the files instead of symbols so maybe something similar could be used here too. |
Thanks @elextr, I didn't know that before you posted that. I've been using it but you have to type from the start of the filename, it doesn't match substrings. Also the symbol list filter is really good at just showing the matching items and hiding the uninteresting stuff, whereas with default tree search you have to press up and down and there doesn't seem to even be indication of whether there are any other matches besides the selected one (when the other matches are off screen). Also it's not easy to discover the feature (the tree has to have focus, not the Documents tab).
The latter might be useful to save too many ctrl-tabs. |
For the file tree its the GTK built-in search IIUC, and thats how it works, symbols search has had a makeover courtesy of @techee per #3055, so presumably "somebody" could take that code and use it to improve filenames? |
A quicker way to locate an open file would be much appreciated. I only have 60 open. I would love to be able to filter the list of open files by partial match to full-path/filename. |
Maybe not exactly this feature but I just added something similar to the ProjectOrganizer plugin in geany/geany-plugins#1341: It works similarly to vscode - when there's no prefix, it searches files, with the It works independently of other features provided by the plugin and works also when there's no project open. I'm planning to merge that pull request soon. |
Hi.
I would like to have a button or shortcut that lets me filter the files I see in the open file pane by pressing the first letter. I have ~1000 files open and I am very happy to see that the editor can handle that many files I just need a bit of help from the UI in order to jump to the right file.
Thank you for creating the best editor for coding in Vala.
Cheers
The text was updated successfully, but these errors were encountered: