Skip to content

Commit

Permalink
Merge pull request #1116 from tiamatica/modified-general
Browse files Browse the repository at this point in the history
Preferences>General>Brackets into Contextual help, #1110
  • Loading branch information
e9gille authored Aug 31, 2023
2 parents b13ac55 + abea395 commit 0e58222
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -599,11 +599,11 @@

<!--Code-->
<div id=code hidden>
<h2>Brackets</h2>
<p><input id=code_mb type=checkbox><label for=code_mb ><u>H</u>ighlight matching brackets: <tt>()[]{}</tt></label></p>
<p><input id=code_acbr type=checkbox><label for=code_acbr>Au<u>t</u>o-close brackets</label></p>
<hr>
<h2>Contextual help</h2>
<p><input id=code_mb type=checkbox><label for=code_mb >
<u>H</u>ighlight matching brackets: <tt>()[]{}</tt></label>
</p>
<p><input id=code_acbr type=checkbox><label for=code_acbr>Au<u>t</u>o-close brackets</label></p>
<p><label>Autocom<u>p</u>letion
<select id=code_ac>
<option value="off">off</option>
Expand Down

0 comments on commit 0e58222

Please sign in to comment.