Skip to content

Commit

Permalink
session: fix typo to "inaccessible"
Browse files Browse the repository at this point in the history
  • Loading branch information
pryrt authored Sep 15, 2024
1 parent 17e7306 commit 62eeaa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/session.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ When you load a session: If you are set to "Default (Mono-instance)" [in the Mul

### Inaccessible Files

Sometimes, when you load a session, you might temporarily not be able to access a certain file -- for example, if your network drive is temporarily inacessbile, or your internet connection is down so a cloud-based folder is out-of-date. Starting in Notepad++ v8.6, there is a [**Settings > Preferences > Backup**](../preferences/#backup) option to `☐ Remember inaccessible files from past session` when you load a session (either through the menu or the default session). With this checkmarked, if Notepad++ cannot find the files mentioned, it will ask if you want to create "placeholders": if you do, then there will be empty read-only tabs in Notepad++, and the next time you load the session, if the files are accessible again, Notepad++ will load those files again; if you choose to not create the placeholders, then those files _will be removed from the session file_, and loading that session in the future _will not_ attempt to load those inaccessible files anymore. If you choose to let Notepad++ create a placeholder file but later close it, Notepad++ will also modify your session file when it exits, and it will no longer attempt to load those inaccessible files, because they are not in your session any more. If you want Notepad++ to load the inaccessible files the next time you load the session, you _must_ choose to create the placeholders and _must not_ close the placeholder tabs in Notepad++. Also, for the placeholder files, if the inaccessible file becomes available again while Notepad++ is still open, it will prompt you to reload the file (just like Notepad++ does when it notices a file has been changed by an external program) -- you will want to say **Yes** to this prompt for Notepad++ to again show the contents of the previously-inaccessible file.
Sometimes, when you load a session, you might temporarily not be able to access a certain file -- for example, if your network drive is temporarily inaccessbile, or your internet connection is down so a cloud-based folder is out-of-date. Starting in Notepad++ v8.6, there is a [**Settings > Preferences > Backup**](../preferences/#backup) option to `☐ Remember inaccessible files from past session` when you load a session (either through the menu or the default session). With this checkmarked, if Notepad++ cannot find the files mentioned, it will ask if you want to create "placeholders": if you do, then there will be empty read-only tabs in Notepad++, and the next time you load the session, if the files are accessible again, Notepad++ will load those files again; if you choose to not create the placeholders, then those files _will be removed from the session file_, and loading that session in the future _will not_ attempt to load those inaccessible files anymore. If you choose to let Notepad++ create a placeholder file but later close it, Notepad++ will also modify your session file when it exits, and it will no longer attempt to load those inaccessible files, because they are not in your session any more. If you want Notepad++ to load the inaccessible files the next time you load the session, you _must_ choose to create the placeholders and _must not_ close the placeholder tabs in Notepad++. Also, for the placeholder files, if the inaccessible file becomes available again while Notepad++ is still open, it will prompt you to reload the file (just like Notepad++ does when it notices a file has been changed by an external program) -- you will want to say **Yes** to this prompt for Notepad++ to again show the contents of the previously-inaccessible file.

## Folder as Workspace

Expand Down

0 comments on commit 62eeaa9

Please sign in to comment.