Domanda

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

È stato utile?

Soluzione

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.

Altri suggerimenti

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top