2014-10-18 11:58:23 +02:00
|
|
|
Atom is a Chrome-based text editor, hackable and full-featured.
|
2014-05-10 12:26:00 +02:00
|
|
|
|
|
|
|
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.
|
|
|
|
|
2014-10-18 11:58:23 +02:00
|
|
|
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.
|
2014-06-17 13:45:37 +02:00
|
|
|
|
|
|
|
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)
|