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

Commander like file search on keyboard shortcut find file in projects #953

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sagarchalise
Copy link
Contributor

@sagarchalise sagarchalise commented Feb 11, 2020

This is mostly my preference but I think it would be quite useful to have file search feature similar to sublime or vscode etc.
So, I used codebase of commander mostly and modified it for project organizer.
Basically:

  • Find File keyboard shortcut with open a dialog with input and search against files and showing them
  • Enter would open the file
  • Workflow from UI would be as is and this is only based on keyboard shortcut

P.S. This is mostly a proof of concept and I think someone with better knowledge of gtk, C and geany api can pull this off better than what I currently have.

@andy5995
Copy link
Contributor

This is different from the file search already available? geany/geany#3748

@elextr
Copy link
Member

elextr commented Feb 16, 2024

#3748 is select among already open files in the document sidebar, IIUC this is for all files in the project organiser tree and opens ones not already open. But it doesn't seem to have attracted the attention of the PO maintainer, maybe because it isn't complete.

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

Successfully merging this pull request may close these issues.

4 participants