2.0.0 • Published 4 years ago

atom-set-text v2.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

atom-set-text Build Status

A better Atom TextEditor#setText() that preserves cursor/scroll position and selections

Install

$ npm install --save atom-set-text

Usage

/** @babel */
import setText from 'atom-set-text';

setText('new text');

API

setText(text, editor)

text

Type: string

Text you want to set in the editor.

editor

Default: atom.workspace.getActiveTextEditor()

Editor to set the text in.

License

MIT © Sindre Sorhus

2.0.0

4 years ago

1.1.2

8 years ago

1.1.1

9 years ago

1.1.0

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.1.0

10 years ago