How can I make Notepad++ remember all instances of itself from last session?
When working with multiple instances of Notepad++, each with its own set of files opened, and the OS crashes then Notepad++ seems to be only remembering one single instance and not the rest.
Is there any way to instruct it, perhaps with a plugin, to remember all opened files of all instances so that in case of a crash they can all be recovered and not just a single window?
windows notepad++
add a comment |
When working with multiple instances of Notepad++, each with its own set of files opened, and the OS crashes then Notepad++ seems to be only remembering one single instance and not the rest.
Is there any way to instruct it, perhaps with a plugin, to remember all opened files of all instances so that in case of a crash they can all be recovered and not just a single window?
windows notepad++
add a comment |
When working with multiple instances of Notepad++, each with its own set of files opened, and the OS crashes then Notepad++ seems to be only remembering one single instance and not the rest.
Is there any way to instruct it, perhaps with a plugin, to remember all opened files of all instances so that in case of a crash they can all be recovered and not just a single window?
windows notepad++
When working with multiple instances of Notepad++, each with its own set of files opened, and the OS crashes then Notepad++ seems to be only remembering one single instance and not the rest.
Is there any way to instruct it, perhaps with a plugin, to remember all opened files of all instances so that in case of a crash they can all be recovered and not just a single window?
windows notepad++
windows notepad++
edited Dec 14 '15 at 9:42
DavidPostill♦
108k27235270
108k27235270
asked Aug 10 '14 at 20:49
MahnMahn
4222621
4222621
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Take a look at notepad++ Session management:
Sessions are a set of files opened in Notepad++. They store the open files, the active file (and which view, see the section about Multi-View), the current selection and position in the file, the current bookmarks (see Bookmarks) and the current language (see the section about Languages). Using sessions, you can open a set of (related) files with one action.
You would have to manually save your sessions at regular intervals or use some kind of macro to automate this ... unless you install the Session Manager plugin
The Session Manager Plugin adds aditional features such as Auto Save to the built in Session Manager
Not exactly the "plug and play" I wish it were (multiple instances have to be saved manually, auto-load can only remember one window), but still an improvement over nothing, thank you internet stranger :)
– Mahn
Aug 11 '14 at 9:56
1
One more point on Notepad++ sessions - you can set a file extension for sessions, so that double-clicking the icon automatically opens the session in Notepad++. Go to Preferences -> MISC -> Session file ext (bottom right corner). Something like "NPPSESS" shouldn't interefere with other file extensions. Then make sure you save your session(s) with the "NPPSESS" extension.
– TheTurkey
Aug 11 '14 at 11:10
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f795120%2fhow-can-i-make-notepad-remember-all-instances-of-itself-from-last-session%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Take a look at notepad++ Session management:
Sessions are a set of files opened in Notepad++. They store the open files, the active file (and which view, see the section about Multi-View), the current selection and position in the file, the current bookmarks (see Bookmarks) and the current language (see the section about Languages). Using sessions, you can open a set of (related) files with one action.
You would have to manually save your sessions at regular intervals or use some kind of macro to automate this ... unless you install the Session Manager plugin
The Session Manager Plugin adds aditional features such as Auto Save to the built in Session Manager
Not exactly the "plug and play" I wish it were (multiple instances have to be saved manually, auto-load can only remember one window), but still an improvement over nothing, thank you internet stranger :)
– Mahn
Aug 11 '14 at 9:56
1
One more point on Notepad++ sessions - you can set a file extension for sessions, so that double-clicking the icon automatically opens the session in Notepad++. Go to Preferences -> MISC -> Session file ext (bottom right corner). Something like "NPPSESS" shouldn't interefere with other file extensions. Then make sure you save your session(s) with the "NPPSESS" extension.
– TheTurkey
Aug 11 '14 at 11:10
add a comment |
Take a look at notepad++ Session management:
Sessions are a set of files opened in Notepad++. They store the open files, the active file (and which view, see the section about Multi-View), the current selection and position in the file, the current bookmarks (see Bookmarks) and the current language (see the section about Languages). Using sessions, you can open a set of (related) files with one action.
You would have to manually save your sessions at regular intervals or use some kind of macro to automate this ... unless you install the Session Manager plugin
The Session Manager Plugin adds aditional features such as Auto Save to the built in Session Manager
Not exactly the "plug and play" I wish it were (multiple instances have to be saved manually, auto-load can only remember one window), but still an improvement over nothing, thank you internet stranger :)
– Mahn
Aug 11 '14 at 9:56
1
One more point on Notepad++ sessions - you can set a file extension for sessions, so that double-clicking the icon automatically opens the session in Notepad++. Go to Preferences -> MISC -> Session file ext (bottom right corner). Something like "NPPSESS" shouldn't interefere with other file extensions. Then make sure you save your session(s) with the "NPPSESS" extension.
– TheTurkey
Aug 11 '14 at 11:10
add a comment |
Take a look at notepad++ Session management:
Sessions are a set of files opened in Notepad++. They store the open files, the active file (and which view, see the section about Multi-View), the current selection and position in the file, the current bookmarks (see Bookmarks) and the current language (see the section about Languages). Using sessions, you can open a set of (related) files with one action.
You would have to manually save your sessions at regular intervals or use some kind of macro to automate this ... unless you install the Session Manager plugin
The Session Manager Plugin adds aditional features such as Auto Save to the built in Session Manager
Take a look at notepad++ Session management:
Sessions are a set of files opened in Notepad++. They store the open files, the active file (and which view, see the section about Multi-View), the current selection and position in the file, the current bookmarks (see Bookmarks) and the current language (see the section about Languages). Using sessions, you can open a set of (related) files with one action.
You would have to manually save your sessions at regular intervals or use some kind of macro to automate this ... unless you install the Session Manager plugin
The Session Manager Plugin adds aditional features such as Auto Save to the built in Session Manager
edited Aug 11 '14 at 9:22
answered Aug 10 '14 at 21:54
DavidPostill♦DavidPostill
108k27235270
108k27235270
Not exactly the "plug and play" I wish it were (multiple instances have to be saved manually, auto-load can only remember one window), but still an improvement over nothing, thank you internet stranger :)
– Mahn
Aug 11 '14 at 9:56
1
One more point on Notepad++ sessions - you can set a file extension for sessions, so that double-clicking the icon automatically opens the session in Notepad++. Go to Preferences -> MISC -> Session file ext (bottom right corner). Something like "NPPSESS" shouldn't interefere with other file extensions. Then make sure you save your session(s) with the "NPPSESS" extension.
– TheTurkey
Aug 11 '14 at 11:10
add a comment |
Not exactly the "plug and play" I wish it were (multiple instances have to be saved manually, auto-load can only remember one window), but still an improvement over nothing, thank you internet stranger :)
– Mahn
Aug 11 '14 at 9:56
1
One more point on Notepad++ sessions - you can set a file extension for sessions, so that double-clicking the icon automatically opens the session in Notepad++. Go to Preferences -> MISC -> Session file ext (bottom right corner). Something like "NPPSESS" shouldn't interefere with other file extensions. Then make sure you save your session(s) with the "NPPSESS" extension.
– TheTurkey
Aug 11 '14 at 11:10
Not exactly the "plug and play" I wish it were (multiple instances have to be saved manually, auto-load can only remember one window), but still an improvement over nothing, thank you internet stranger :)
– Mahn
Aug 11 '14 at 9:56
Not exactly the "plug and play" I wish it were (multiple instances have to be saved manually, auto-load can only remember one window), but still an improvement over nothing, thank you internet stranger :)
– Mahn
Aug 11 '14 at 9:56
1
1
One more point on Notepad++ sessions - you can set a file extension for sessions, so that double-clicking the icon automatically opens the session in Notepad++. Go to Preferences -> MISC -> Session file ext (bottom right corner). Something like "NPPSESS" shouldn't interefere with other file extensions. Then make sure you save your session(s) with the "NPPSESS" extension.
– TheTurkey
Aug 11 '14 at 11:10
One more point on Notepad++ sessions - you can set a file extension for sessions, so that double-clicking the icon automatically opens the session in Notepad++. Go to Preferences -> MISC -> Session file ext (bottom right corner). Something like "NPPSESS" shouldn't interefere with other file extensions. Then make sure you save your session(s) with the "NPPSESS" extension.
– TheTurkey
Aug 11 '14 at 11:10
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f795120%2fhow-can-i-make-notepad-remember-all-instances-of-itself-from-last-session%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown