Skip to content

Commit 1b604b0

Browse files
committed
langs.xml : extension list
Describe the behavior that the `langs.xml` extension list determines which extension will be auto-added. Add the note that this has been added to new-style dialogs as of v7.8.7
1 parent 03392c5 commit 1b604b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/docs/config-files.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ Position | Name | Value format | Meaning
178178

179179
Inside each of the languages, you _could_ add keywords. However, it's better to use [**Settings > Style Configurator**](../preferences/#style-configurator) and make use of the user-defined keywords box for a given category (when available). These user-defined keywords are stored in [`stylers.xml`](#highlighting-schemes-stylers-xml) (described below).
180180

181+
The order of the `ext` list here determines the order of extensions in the file-type pulldowns of the Windows-common-dialogs like **Open**, **Save**, and **Save As** dialogs. When using the [old-style dialogs](../preferences/#default-directory), the automatically-added extension will be the first extension from this `ext` list. As of v7.8.7, the new-style dialogs will also automatically add the first extension.
182+
181183
## Highlighting schemes: `stylers.xml`
182184

183185
This file sets the color scheme for the default theme. The other themes are stored in `themes\*.xml`, which follow the same format at `stylers.xml`. In general, use [**Settings > Style Configurator**](../preferences/#style-configurator) for easier maintenance of styles.

0 commit comments

Comments
 (0)