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

Remember the last used path to saved session #3241

Closed
orjtor opened this issue May 4, 2017 · 2 comments
Closed

Remember the last used path to saved session #3241

orjtor opened this issue May 4, 2017 · 2 comments
Assignees
Labels

Comments

@orjtor
Copy link

orjtor commented May 4, 2017

Description of the Issue

It would be great if the np++ could remember the path to the previously saved/used session, even though I'm not using the option "Remember current session for next launch". That existing option will also save all my open files in a new session, but what I would like to have is my standard session of files that I often would like to open when I start np++. It would be totally fine, even better, if I could open a session using a menu option like "Recently saved sessions..." in the File menu.

Expected Behavior

Either remember the latest used path when saving a session, when you are supposed to load a session.
Even better present a list of recently saved sessions in a menu option under File, beside Load and Save session

Actual Behavior

Today when I want to open my manually saved session I need to navigate in the Open dialogue to my folder, since np++ always starts in either "AppData\Local\Temp\nppLocalization" or in "C:\Program Files (x86)\Notepad++"

@evancamilleri
Copy link

I think it remembers only the path of the last open file.

Sessions and Files should be treated as 2 separate things. So it should remember both the last file and last session - depending on what is the action being chosen now.

@donho
Copy link
Member

donho commented Dec 24, 2021

Implemented in #10935:
Set to "Open session in a new instance of Notepad++" option in Preference then all your modification of this session will be save automatically.

@donho donho self-assigned this Dec 24, 2021
@donho donho added the accepted label Dec 24, 2021
@donho donho closed this as completed in a16930f Dec 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants