Skip to content

Commit

Permalink
docs(feature): New CE2 preference: Prefer strict commenting of select…
Browse files Browse the repository at this point in the history
…ed text over commenting selected lines

YoYoGames/GameMaker-Bugs#8869
  • Loading branch information
gurpreetsinghmatharoo committed Jan 14, 2025
1 parent 79ab229 commit 3329a11
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ <h3>Editing</h3>
<li><strong>Allow selected text to be dragged and dropped</strong>: This controls whether you are able to drag and drop selected text in an editor from one place in the document to another.</li>
<li><strong>Trim leading whitespace on backspace</strong>: When deleting whitespace at the start of a line using <span class="shortcut">backspace</span>, this controls whether the newline character before the whitespace is deleted as well, joining both lines together.</li>
<li><strong>Insert separating whitespace when joining lines</strong>: This controls whether whitespace is inserted when pressing <span class="shortcut">Backspace</span> at the start of a line to join it with the line before.</li>
<li><span><strong>Prefer strict commenting of selected text over commenting selected lines</strong>: When enabled, commenting selected text with <span class="shortcut">CTRL+K</span> will comment from the start of the selection to the end of the selection. When disabled, all selected lines will completely be commented out regardless of where the text selection begins or ends within the lines. (Default: Enabled)</span></li>
<li><strong>Undo/Redo stack limit</strong>: Size of the undo/redo stack limit which controls how many undo commands you can perform. Any value below 0 is considered &quot;unlimited&quot;. (Default: 200)</li>
</ul>
<h2 id="h">Theme</h2>
Expand Down

0 comments on commit 3329a11

Please sign in to comment.