SourceView.addOnMoveWords

The ::move-words signal is a keybinding which gets emitted when the user initiates moving a word. The default binding key is Alt+Left/Right Arrow and moves the current selection, or the current word by one word.

class SourceView
gulong
addOnMoveWords
(
void delegate dlg
,
ConnectFlags connectFlags = cast(ConnectFlags)0
)

Meta