Skip to content

Commit 554cdcf

Browse files
authored
Merge pull request #20 from pryrt/pref-fixes
* clarify recent files history > launch time * clarify misc > session files and workspace files extensions, and interaction with multi-instance modes
2 parents 599b62d + 0579225 commit 554cdcf

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

content/preferences/index.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,11 @@ These affect open and save operations.
9898

9999
### Recent Files History
100100

101-
These change how the list of recent files is displayed in the File menu
101+
These change how the list of recent files (also known as the Most Recently Used list, or "MRU") is displayed in the File menu
102102

103-
* `☐ Don't check at launch time`
103+
* `☐ Don't check at launch time`: will skip checking whether files in the MRU exist at launch time.
104+
* this is useful if you have files on a network drive which intermittently isn't visible, and want files to remain in the MRU
105+
* this is also useful if you like knowing what files were previously edited, even after you've deleted those files from the folder
104106
* `Max number of entries`: show the _n_ most recent files in the list
105107
* `☐ In Submenu`: will show the recent files in a "Recent Files" submenu of the File menu, rather than directly in the file menu
106108
* `☐ Only File Name`: will show just the file name, without the drive or path
@@ -226,9 +228,9 @@ Sets options for [auto-completion](../auto-completion/) of text, including word
226228

227229
Determines whether multiple instances of Notepad++ can be run simultaneously.
228230

229-
* `☐ Open session in a new instance of Notepad++`: each session will open in a new instance, but multiple files can be opened in each session
231+
* `☐ Open session in a new instance of Notepad++`: each session will open in a new instance, but multiple files can be opened in each session. "Opening a session" can be done either by using **File > Load session...**, or (if you have set the [MISC > Session File ext](#misc)) by opening a file with that extension.
230232
* `☐ Always in multi-instance mode`: every time you open a file from Windows, it will open a new instance of Notepad++
231-
* `☐ Default (mono-instance)`: every time you open a file from Windows, it will go into the single Notepad++ instance
233+
* `☐ Default (mono-instance)`: every time you open a file from Windows, it will go into the single Notepad++ instance. If you open a session file while Notepad++ is already open, the files from that session will be opened in addition to the files you already have open.
232234

233235
**WARNING**: If you select anything other than `Default (mono-instance)`, changed settings in one instance will _not_ influence the settings in the other instance, and only the changed settings in the _last_ instance closed will be saved to disk.
234236

@@ -267,7 +269,7 @@ A variety of settings that didn't fit elsewhere
267269

268270
* **Document Switcher**
269271
* `☐ Enable`: hitting Ctrl+TAB will allow you to easily switch through all the open documents
270-
* `☐ Enable MRU behavior`: it will default to selecting the most-recently-used file in the Ctrl+TAB list
272+
* `☐ Enable MRU behavior`: it will default to selecting the most-recently-used file (or "MRU", for short) in the Ctrl+TAB list
271273
* **Document Peeker**
272274
* `☐ Peek on tab`: if you hover over an inactive tab, it will give you a tiny "peek" at the document (a ultra-tiny font preview, similar to the document map), in a small popup near the tab bar
273275
* `☐ Peek on document map`: if you hover over an inactive tab, it will change the Document Map (**View > Document Map**) pane to show the preview of that tab, rather than of the active document
@@ -287,6 +289,8 @@ A variety of settings that didn't fit elsewhere
287289
* `☐ Show only filename in title bar`: use just the file name (instead of the full path) of the active file in the Notepad++ title bar
288290
* `☐ Treat bakslash as escape character for SQL`: this affects the **Language > SQL** handling of the `\` backslash character
289291
* `☐ Enable Notepad++ auto-updater`: will automatically download updates from the official website, once the development team has decided it's time to push an update to users. If disabled, you will have to manually download the installer from the official website yourself.
292+
* `Session file ext.`: populate with a file extension (without the `.`). When you open a file with this extension (whether from Windows file associations, or from the Notepad++ **File > Open** or similar), Notepad++ will treat the file as a session file, and open the files from that session, rather than showing and editing the contents of the file. This will honor the [Multi-Instance](#multi-instance) settings.
293+
* `Workspace file ext.`: populate with a file extension (without the `.`). When you open a file with this extension (whether from Windows file associations, or from the Notepad++ **File > Open** or similar), Notepad++ will treat the file as a workspace file, and open that workspace, rather than showing and editing the contents of the file. This will honor the [Multi-Instance](#multi-instance) settings.
290294

291295
## Style Configurator
292296

@@ -345,4 +349,4 @@ If you prefer to edit XML instead of using the GUI to modify shortcuts, you may
345349

346350
### Common Shortcut Mapper Problems
347351

348-
With the introduction of the message area, it is easy to see when a conflict exists between shortcuts. All you have to do is pick the entry that you _don't_ want to use the conflicted shortcut, and either Clear or Modify the shortcut so there is no longer a conflict.
352+
With the introduction of the message area, it is easy to see when a conflict exists between shortcuts. All you have to do is pick the entry that you _don't_ want to use the conflicted shortcut, and either Clear or Modify the shortcut so there is no longer a conflict.

0 commit comments

Comments
 (0)