Skip to content

[Feature request] Provide an API to set the directory for the next FileOpen / FileSave #401

@fml2

Description

@fml2

This issue stems from the discussion on the forum: https://community.notepad-plus-plus.org/topic/27270/set-current-directory-to-default-if-no-real-file-is-open

I'd like to have an API to set the directory that will be used on the next launch of the "Open File" or "Save File" dialog. This should overwrite the value that is internally tracked and set by Notepad++ because e.g. of the setting "Default Open/Save file Directory".

This should allow for me to better handle the following situation:

  1. The setting "Default Open/Save file Directory" is set to "Follow current document"
  2. I have a tab with new contents (not yet saved as a file)
  3. In another tab, I have a file from a network folder, which is the active tab now.
  4. I close the tab with the network file. Only the untitled tab remains
  5. Now I want to save this untitled tab to a "standard" folder. The standard folder is the one used after Notepad++ is started without any files. It's "Desktop" for me.

As of now, when I press Ctrl+S in the step 5, the dialog opens in the network directory. I'd like it to open in the "Standard" directory. But this should only be for untitled tabs. For real files, the dialog should still open in the directory of the file.


Disclaimer: I also submitted this as an issue in Notepad++ for the case that this feature is better implemented there.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions