The ::move-lines signal is a keybinding which gets emitted
when the user initiates moving a line. The default binding key
is Alt+Up/Down arrow. And moves the currently selected lines,
or the current line by @count. For the moment, only
@count of -1 or 1 is valid.
The @copy parameter is deprecated, it has never been used by
GtkSourceView (the value is always %FALSE) and was buggy.
The ::move-lines signal is a keybinding which gets emitted when the user initiates moving a line. The default binding key is Alt+Up/Down arrow. And moves the currently selected lines, or the current line by @count. For the moment, only @count of -1 or 1 is valid.
The @copy parameter is deprecated, it has never been used by GtkSourceView (the value is always %FALSE) and was buggy.