Add script editor join line functionality

This commit is contained in:
fish 2025-10-12 01:26:02 -07:00
parent 7dac0bc3be
commit 4d294caac9
9 changed files with 64 additions and 0 deletions

View file

@ -391,6 +391,13 @@
Returns [code]true[/code] if the given line is folded. See [method fold_line].
</description>
</method>
<method name="join_lines">
<return type="void" />
<param index="0" name="line_ending" type="String" default="&quot; &quot;" />
<description>
Joins all selected lines or lines containing a caret with their next line. Whitespace in between will be removed. If the next line has content, the [param line_ending] will be inserted in between.
</description>
</method>
<method name="move_lines_down">
<return type="void" />
<description>