Skip to content

Commit 2608c65

Browse files
committed
v7.9.2 Preferences updates
* describe the new Borders/Margins/Edge page, including the new constant-width line-number setting * move the clickable link setting from MISC to Cloud & Link, and include the new fullbox and scheme settings closes #143
1 parent ac7e423 commit 2608c65

File tree

1 file changed

+35
-21
lines changed

1 file changed

+35
-21
lines changed

content/docs/preferences.md

Lines changed: 35 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,29 @@ These affect the user interface (localization, toolbar, tab bar, and more).
4545
These influence editing (carets, code-folding, line wrapping, and more).
4646

4747
* **Caret Settings**: sets the width (in pixels) of the typing caret, as well as how fast it blinks
48-
* **Multi-Editing Settings**: allows multiple selections not necessarily contiguous with each other by using Ctrl+Mouse click on the selection(s)
48+
* **Line Wrap**: sets how lines will be wrapped (when **View > Word Wrap** is enabled)
49+
* `☐ Default`: wraps from the last visible column to the first visible column column
50+
* `☐ Aligned`: wraps from the last visible column to the same indent as the start of the unwrapped line
51+
* `☐ Indent`: wraps from the last visible column to the next level of indent compared to the start of the unwrapped line
52+
* `☐ Enable Multi-Editing`: allows multiple selections not necessarily contiguous with each other by using Ctrl+Mouse click on the selection(s) (was known as **Multi-Editing Settings** prior to v7.9.2)
53+
* `☐ Enable current line highlighting`: will change the styling of the current line of text to **Settings > Style Configurator > Global Styles > Current line background color** style's `Background colour` (ignoring the `Foreground colour` for that style)
54+
* `☐ Enable smooth font`: enables a font-smoothing algorithm from Windows, which may affect how smooth fonts are on some displays
55+
* `☐ Enable scrolling beyond last line`: allows you to scroll (with scroll bar or mouse wheel) so that up to a page of blank space _after_ the last line is visible. (Disabled, scrolling to the end will put the last line of text as the bottom line in the window, when there are more lines of text than are visible in the window)
56+
* `☐ Keep selection when right-click outside of selection`: prevents right-click from canceling active selection (added v7.9)
57+
* `☐ Disable advanced scrolling feature (if you have touchpad problem)`: designed to help if you have a problem with your touchpad
58+
59+
### Margins / Border / Edge
60+
61+
These define the margin style, border width, and edge settings. (This page is new in v7.9.2; in v7.9.1 and earlier, these settings were in the [Editing](#editing) page of the preferences.
62+
4963
* **Folder Margin Style**: if the active Language lexer allows for code folding, these determine
5064
* `☐ simple`: shows a `-` if that section is not folded, or a `+` if it is.
5165
* `☐ arrow`: shows a `` if that section is not folded, or a `` if it is.
5266
* `☐ circle tree`: shows a `` with a line to the end of the section if that section is not folded, or a `` if it is folded
5367
* `☐ box tree`: shows a `` with a line to the end of the section if that section is not folded, or a `` if it is folded
68+
* **Border Width**
69+
* [number-slider]: sets the width (in pixels) of the border around each view's text editor; technically, it's the gap between the light and dark portions of the sunken border, so a width of 0 will still have the light and dark lines for the sunken edge
70+
* `☐ No edge`: will remove the entire border, including the light and dark bars, so it no longer appears sunken
5471
* **Vertical Edge Settings**
5572
* This will allow one or more vertical edges to be displayed while editing your file, to help with line lengths or positioning text. This edge indicator can either be a vertical line, or a background shading beyond the edge. The colour of the line or background shading will be taken from **Settings > Style Configurator > Global Styles > Edge Color: Forground colour**.
5673
* Multiple Vertical Edges: There is one box, which accepts zero or more numbers (as of v7.8.6):
@@ -63,20 +80,12 @@ These influence editing (carets, code-folding, line wrapping, and more).
6380
* `☐ Line mode`: the vertical edge is indicated by a solid vertical line
6481
* `☐ Background mode`: the vertical edge is indicated by styling the _background_ of the text to the right of the edge
6582
* `Number of columns: __ `: sets where the vertical edge will be, in numbers of columns (characters) from the left edge of the page
66-
* **Border Width**
67-
* [number-slider]: sets the width (in pixels) of the border around each view's text editor; technically, it's the gap between the light and dark portions of the sunken border, so a width of 0 will still have the light and dark lines for the sunken edge
68-
* `☐ No edge`: will remove the entire border, including the light and dark bars, so it no longer appears sunken
69-
* **Line Wrap**: sets how lines will be wrapped (when **View > Word Wrap** is enabled)
70-
* `☐ Default`: wraps from the last visible column to the first visible column column
71-
* `☐ Aligned`: wraps from the last visible column to the same indent as the start of the unwrapped line
72-
* `☐ Indent`: wraps from the last visible column to the next level of indent compared to the start of the unwrapped line
73-
* `☐ Display line number`: shows the line numbers to the left of the text
83+
* **Line Number**:
84+
* `☐ Display`: shows the line numbers to the left of the text (renamed in v7.9.2, known as **Editing** > `☐ Display line number`)
85+
* `☐ Dynamic width`: the line number display will adjust its width based on the number of digits needed (this matches the behavior prior to v7.9.2)
86+
* `☐ Constant width`: the line number display will have enough width for any line number in the document (new to v7.9.2)
7487
* `☐ Display bookmark`: shows a large shaded circle next to all rows that contain a bookmark
75-
* `☐ Enable current line highlighting`: will change the styling of the current line of text to **Settings > Style Configurator > Global Styles > Current line background color** style's `Background colour` (ignoring the `Foreground colour` for that style)
76-
* `☐ Enable smooth font`: enables a font-smoothing algorithm from Windows, which may affect how smooth fonts are on some displays
77-
* `☐ Enable scrolling beyond last line`: allows you to scroll (with scroll bar or mouse wheel) so that up to a page of blank space _after_ the last line is visible. (Disabled, scrolling to the end will put the last line of text as the bottom line in the window, when there are more lines of text than are visible in the window)
78-
* `☐ Keep selection when right-click outside of selection`: prevents right-click from canceling active selection (added v7.9)
79-
* `☐ Disable advanced scrolling feature (if you have touchpad problem)`: designed to help if you have a problem with your touchpad
88+
8089

8190
### New Document
8291

@@ -280,11 +289,19 @@ Sets the characters that are considered part of a "word" for quick selections us
280289
* If you define open and close characters, Ctrl + MouseDoubleClick will select everything inside that delimiter pair
281290
* `☐ Allow on several lines`: Ctrl + MouseDoubleClick will work across multiple lines, instead of just on a single line
282291

283-
### Cloud
292+
### Cloud & Link
293+
294+
* **Settings on cloud**: Allows saving your settings to the cloud instead of in the normal `%AppData%` or program-install folders. More information can be found in the [Config files location](../config-files/#configuration-files-location)
295+
* `☐ No Cloud`: saves settings in the normal location
296+
* `☐ Set your cloud location path here`: settings will go in the given directory, which is assumed to be in a folder that's synced to your cloud-provider
297+
298+
* **Clickable Link Settings**: Affects behavior of URLs in your document. (Moved in v7.9.2; previously in the [Misc](#misc) settings)
299+
* `☐ Enable`: text that appears to be a URL will allow you to double-click to open that URL in your default browser. When you hover over the URL, it will change to the style defined in **Style Configurator > Global Styles > URL hovered**
300+
* `☐ No underline`: will remove the underline normally present on a link
301+
* `☐ Enable fullbox mode`: the background color and foreground color will change on hoverover; when disabled, just the foreground color will change (new to v7.9.2)
302+
* `URI Customized Schemes`: Space-separated list of additional schemes to recognize as URLs (new to v7.9.2). The schemes `ftp:// http:// https:// mailto: file://` are always recognized, no matter what the contents of this setting, so they do not need to be included in this entry box.
303+
284304

285-
Allows saving your settings to the cloud instead of in the normal `%AppData%` or program-install folders.
286-
* `☐ No Cloud`: saves settings in the normal location
287-
* `☐ Set your cloud location path here`: settings will go in the given directory, which is assumed to be in a folder that's synced to your cloud-provider
288305

289306

290307
### Search Engine
@@ -303,9 +320,6 @@ A variety of settings that didn't fit elsewhere
303320
* **Document Peeker**
304321
* `☐ 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
305322
* `☐ 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
306-
* **Clickable Link Settings**
307-
* `☐ Enable`: text that appears to be a URL will allow you to double-click to open that URL in your default browser. When you hover over the URL, it will change to the style defined in **Style Configurator > Global Styles > URL hovered**
308-
* `☐ No underline`: will remove the underline normally present on a link
309323
* **File Status Auto-Detection**
310324
* [dropdown]
311325
* `Enable`: for the active file only, will check periodically to see if the file has been updated on disk, and will prompt to ask if you want to reload the file from the disk, or keep the version that's currently in Notepad++

0 commit comments

Comments
 (0)