Pergunta

How can I clone a line in KDevelop? Is there any shortcut or menu item for that?

Foi útil?

Solução

To duplicate lines up/down, use:

  • Ctrl+Alt+Up
  • Ctrl+Alt+Down

To move lines up/down, use:

  • Ctrl+Shift+Up
  • Ctrl+Shift+Down

See Editor->Tools->Scripts.

This is all implemented in Kate using JavaScript and can easily be extended.

To reassign the shortcuts, see Settings->Configure Shortcuts.

Outras dicas

There is also the option to enable Copy/Cut the current line if no selection in Settings -> Editor -> Editing.

Then you can Ctrl+C and Ctrl+V any line.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top