column-selection Made for Pulsar!

Mouse column selection

bacadra

62

1

0.0.17

MIT

GitHub

This package consumes the following services:

column-selection

Latest OpenIssues Language Licence

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:

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 🍺

If you have any ideas on how to improve the package, spot any bugs, or would like to support the development of new features, please feel free to share them via GitHub.

Notes

A package has been inspired by Sublime Style Column Selection and slickedit-select packages, but decaffeinated and many problems has been resolved.