slackbuilds_ponce/development/atom
DhabyX 1509c23197 development/atom: Updated for version 1.3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-12-10 13:27:09 +07:00
..
atom.desktop development/atom: Updated for version 1.2.1. 2015-11-18 23:22:48 +07:00
atom.info development/atom: Updated for version 1.3.0. 2015-12-10 13:27:09 +07:00
atom.SlackBuild development/atom: Updated for version 1.3.0. 2015-12-10 13:27:09 +07:00
doinst.sh development/atom: Added (Chrome-based and Hackable text editor). 2014-05-12 07:36:05 +07:00
README development/atom: Updated for version 1.2.3. 2015-11-28 07:25:59 +07:00
slack-desc development/atom: Fix typo. 2015-08-11 23:25:17 +07:00

Atom is a Chrome-based text editor, hackable and full-featured.

Atom comes loaded with the features you've come to expect from
a modern text editor, like a file system browser, fuzzy finder for
quickly opening files, fast project-wide search and replace,
snippets, code folding and more.

The apm tool is renamed to atom-apm for prevent conflicts with
apmd package.

To build Atom is necessary to download about 500MB of data,
which are temporarily stored in ~/.atom, which can be
deleted after building.

Optional building features:
* Disable compiling metrics module for Google Analytics
  for poeple who love your privacy
  https://github.com/atom/metrics
    DISABLE_METRICS=yes|no (default: no)
* Delete temporary data cached after building package
    DELETE_CACHE=yes|no (default: no)