• Packages
  • Themes
  • Documentation
  • Blog
  • Discuss
Sign in

multi-paste2

Adds functionality to paste ranges into multiple selections in atom
  • #multiple selections
  • #multiple cursors
  • #paste
  • #range
  • #text
Ripper346
0.4.1 153
0
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

multi-paste2

An Atom package that enhances Atoms pasting operations in combination with multiple selections. This was inspired by the Text Pastry plugin for Sublime Text and forked from multi-paste.

Features

  • Paste a range of numbers into multiple selections
    • 0 to X
    • 1 to X
    • Paste custom range of the form: start_value [step_value [padding]]

screenshot of multi-paste

Keybindings

The commands are:

  • 'multi-paste:0-to-X'
  • 'multi-paste:1-to-X'
  • 'multi-paste:custom-range'

Add them in your keymap.cson like:

'atom-workspace':
  # Key bindings for multi-paste
  'alt-v':        'multi-paste:0-to-X'
  'ctrl-alt-v':   'multi-paste:custom-range'

There was already a Text Pastry package for Atom, but it was implemented on an old Atom version and seemed discontinued. So I started my own.

As multi-paste worked like a charm I wanted to implement the padding option that it is present in the corresponding package of Sublime Text.

Future Features

  • paste dates with custom format
  • paste cycling list

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by