Skip to content

Commit 3dac11c

Browse files
committed
Search all UserManual links for missing '../' prefix, and fix
1 parent 20997e1 commit 3dac11c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

content/docs/config-files.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ In brief, the structure of the context menu file is as follows
120120

121121
## The context menu: `tabContextMenu.xml`
122122

123-
Starting in v8.4.8, the [tab-bar context menu](user-interface/#tab-bar-right-click-menu) (the popup menu that you see when you right-click on the title of the tab in the tab bar) is user-configurable using the `tabContextMenu.xml` config file.
123+
Starting in v8.4.8, the [tab-bar context menu](../user-interface/#tab-bar-right-click-menu) (the popup menu that you see when you right-click on the title of the tab in the tab bar) is user-configurable using the `tabContextMenu.xml` config file.
124124

125125
The format is the same as the `contextMenu.xml` described [above](#context-menu-syntax-summary), except the "Intermediate Node" is `<TabContextMenu>` instead of `<ScintillaContextMenu>`.
126126

@@ -390,7 +390,7 @@ Aside from the config file, you need to create icons. You will populate and plac
390390

391391
_Notes_:
392392

393-
- Note 1:
393+
- Note 1:
394394
- For v8.8 and newer, `toolbarButtonsConf.xml` will have:
395395
```xml
396396
<?xml version="1.0" encoding="UTF-8" ?>

content/docs/files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The **File** menu contains many of the normal file-operation actions found in mo
6767

6868
For the **Save As** and similar dialogs, there is a **Save as Type** pulldown field. For the **Open** dialog (and similar), there is a pulldown file-type field to the right of the **File name** entry. Those pulldowns serve to filter the list of files in the dialog based on the file type. The filter's list of file types will include all of the languages in the [**Language** menu](../programing-languages/) and the extensions for those types, as defined in the [Style Configurator](../preferences/#style-configurator)). Starting in v8.7, the filter will also include the various [User Defined Language](../user-defined-language-system/) file types and extensions as well.
6969

70-
For the **Save As** dialog, the `☐ Append extension checkbox` described in the [Preference Toggles in Other Dialogs](preferences/#preference-toggles-in-other-dialogs) will allow the dialog to automatically add the _first_ extension in the list for the active filter. If you want a different extension for that type, or if that option is not checkmarked, you can always type the filename with extension to explicitly define the extension you want for the file you are currently saving. (So normally, doing **Save As** filtered for C++ will automatically add the `.cpp` extension; but if you want it to be `.cxx` or `.h`, you can just type that as part of the **File name** entry rather than letting Notepad++ auto-append the extension.)
70+
For the **Save As** dialog, the `☐ Append extension checkbox` described in the [Preference Toggles in Other Dialogs](../preferences/#preference-toggles-in-other-dialogs) will allow the dialog to automatically add the _first_ extension in the list for the active filter. If you want a different extension for that type, or if that option is not checkmarked, you can always type the filename with extension to explicitly define the extension you want for the file you are currently saving. (So normally, doing **Save As** filtered for C++ will automatically add the `.cpp` extension; but if you want it to be `.cxx` or `.h`, you can just type that as part of the **File name** entry rather than letting Notepad++ auto-append the extension.)
7171

7272
### Alternatives to File Menu
7373

content/docs/programing-languages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Once you have thoroughly tested your code updates, and verified that it can prop
152152
When opening an existing file, Notepad++ has an algorithm for trying to decide which language a given file is, with the following priorities:
153153

154154
1. A language defined at the [command line using `-l`](../command-prompt/) is applied.
155-
2. If the file is in the active [session file](session/) (the automatic `session.xml` or a manually-controlled session), it will use the language stored in that session.
155+
2. If the file is in the active [session file](../session/) (the automatic `session.xml` or a manually-controlled session), it will use the language stored in that session.
156156
3. If the file extension is a "known extension" (whether it's from the [Style Configurator](../preferences/#style-configurator)'s default extension list [in `langs.xml` or `langs.model.xml`] or user-defined extension list [from `stylers.xml` or `themes\<ThemeName>.xml`] for a built-in language, or the [User Defined Language](../user-defined-language-system/)'s extension settings [from `userDefineLang.xml` or `userDefineLangs\<UDLName>.xml`]), Notepad++ will use that language.
157157
4. If the filename matches one of a few specific names, Notepad++ knows what language they should be:
158158

content/docs/views.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ The **Document Map**[↗](#remembered-settings "Remembered Setting") item will t
202202

203203
The **Document List**[](#remembered-settings "Remembered Setting") toggle will display the Document List panel, which lists all the open documents and allows easily switching between them. (Prior to v8.1.3, the panel was known as the **Doc Switcher** panel and controlled through the [General preferences](../preferences/#general), but that name was confused with the Document Switcher <kbd>Ctrl+TAB</kbd> settings in [MISC preferences](../preferences/#misc).) More details on this Panel can be found in the [Document List Panel Details](#document-list-panel-details) section, below.
204204

205-
The **Function List**[](#remembered-settings "Remembered Setting") toggle will display the [Function List](../function-list/) panel, which lists the functions, methods, and classes in the current file, and allows easy navigation to those sections of the file by double-clicking in the Function List panel. (The "functions, methods, and classes" are programming terms, but the feature can also be used for listing headings or sections of other structured files, or through [config files](config-files/#function-list), can be made to match anything else that you choose to match for indicating "sections" of your text, whatever that happens to mean to you.)
205+
The **Function List**[](#remembered-settings "Remembered Setting") toggle will display the [Function List](../function-list/) panel, which lists the functions, methods, and classes in the current file, and allows easy navigation to those sections of the file by double-clicking in the Function List panel. (The "functions, methods, and classes" are programming terms, but the feature can also be used for listing headings or sections of other structured files, or through [config files](../config-files/#function-list), can be made to match anything else that you choose to match for indicating "sections" of your text, whatever that happens to mean to you.)
206206

207207
#### Document List Panel Details
208208

0 commit comments

Comments
 (0)