column-selection Made for Pulsar!

Create multiple selections across lines

bacadra

70

1

1.0.1

MIT

GitHub

This package consumes the following services:

column-selection

Create multiple selections across lines. A package allows you to drag across lines to select a column of text, with carets on each line. A few similar packages have already been released, but this one has applied important fixes:

An example of sticky mode:

sticky

An example of picker mode:

picker

Installation

To install column-selection search for column-selection in the Install pane of the Pulsar settings or run ppm install column-selection. Alternatively, you can run ppm install bacadra/pulsar-column-selection to install a package directly from the Github repository.

Customize the appearance

The style can be adjusted according to user preferences and the UI/syntax theme in the styles.less (File/Stylesheet..) file.

atom-text-editor.column-selection {
  cursor: crosshair;
}

Contributing

Got ideas to make this package better, found a bug, or want to help add new features? Just drop your thoughts on GitHub — any feedback’s welcome!

Notes

A package has been inspired by Sublime Style Column Selection and slickedit-select.