Add script editor join line functionality
This commit is contained in:
parent
7dac0bc3be
commit
4d294caac9
9 changed files with 64 additions and 0 deletions
|
|
@ -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="" "" />
|
||||
<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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue