Skip to content

Commit 03635ee

Browse files
committed
add info on indent guides and rainbow braces
1 parent e890275 commit 03635ee

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

utilities/manual/build/html/configuration.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,12 @@ <h2>Configuring the advanced editor settings (Advanced option)<a class="headerli
355355
They can also be wrapped after a defined number of characters which is not always the same horizontal width if the characters are not monospaced.
356356
Or hard line wrapping after a number of characters can be selected. This inserts a new line when the number of characters exceeds a defined values. This insertion is done when saving a document and only for changed lines.</p>
357357
</dd>
358+
<dt>Show Indent Guides</dt><dd><p>Shows indentation by drawing a line on the start column of indented lines.
359+
These guides are common in programming editors and can be activated in txs as well. (default: on)</p>
360+
</dd>
361+
<dt>Use Rainbow colored braces</dt><dd><p>Txs color each level of brace with a different color, so that is easier to discern which opening and closing brace match.
362+
Only braces are colored. (default: off)</p>
363+
</dd>
358364
<dt>Auto save all files</dt><dd><p>txs allows to automatically save all files every few minutes</p>
359365
</dd>
360366
</dl>

utilities/manual/build/html/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

utilities/manual/source/configuration.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,14 @@ Line Wrapping
116116
They can also be wrapped after a defined number of characters which is not always the same horizontal width if the characters are not monospaced.
117117
Or hard line wrapping after a number of characters can be selected. This inserts a new line when the number of characters exceeds a defined values. This insertion is done when saving a document and only for changed lines.
118118

119+
Show Indent Guides
120+
: Shows indentation by drawing a line on the start column of indented lines.
121+
These guides are common in programming editors and can be activated in txs as well. (default: on)
122+
123+
Use Rainbow colored braces
124+
: Txs color each level of brace with a different color, so that is easier to discern which opening and closing brace match.
125+
Only braces are colored. (default: off)
126+
119127
Auto save all files
120128
: txs allows to automatically save all files every few minutes
121129

0 commit comments

Comments
 (0)