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

geany does not remember the location of the last registered file #2894

Open
ilianus25 opened this issue Sep 8, 2021 · 3 comments
Open

geany does not remember the location of the last registered file #2894

ilianus25 opened this issue Sep 8, 2021 · 3 comments

Comments

@ilianus25
Copy link

geany does not remember the location of the last registered file
I should search for the path everytime I want to save the other files and this is very annoying
I hope that this can be fixed in the next version 1.37.2
thank you very much

@elextr
Copy link
Member

elextr commented Sep 9, 2021

Geany defaults the save-as dialog to either:

  1. the project base directory if a project is open, or
  2. the directory set in Edit->preferences->General->Startup->Startup path if its set, or
  3. leaves it to the GTK dialog which uses the working directory when Geany was started, which suits the command line folks.

Not sure what you mean by "registered" file, Geany does not have such a concept, do you mean the last file saved?

If so it probably would be possible to add either a setting Default to last save directory in Edit->Preferences->Files->Saving files where there are already a bunch of file saving checkboxes and/or a button on the dialog to select that directory with one click since the dialog needs to be shown anyway to get the filename.

Just needs somebody to contribute it.

@gustavo-silva-serra
Copy link

I have implemented the code for this feature, however this is the first time that I create something for an open source project. What are my next steps? How do I submit this code for revision?

@elextr
Copy link
Member

elextr commented Nov 14, 2021

You need to create a pull request, see here for the process. Do make your work in a branch as the description says.

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

No branches or pull requests

3 participants