A Community-led Hyper-Hackable Text Editor
Go to file
Kevin Sawicki 059671c454 🐎 Load packages by path
Previously the package paths were converted to names and then
re-resolved to paths.

Now we just load the paths directly reducing the number of stat calls
and saving ~50ms in PackageManager::loadPackages

Also now internal packages are loaded by parsing the package.json
file for packageDependencies instead of loading the metadata for all
packages in node_modules and checking the engines field.
2013-10-29 13:31:42 -07:00
benchmark Merge remote-tracking branch 'origin/master' into cj-make-packages-async 2013-10-16 10:51:34 -07:00
docs Purge autosave from Atom source 2013-10-28 17:27:44 -07:00
dot-atom Update keymap documentation 2013-10-28 09:23:18 -07:00
exports Add helper to get apm path 2013-10-22 15:52:04 -07:00
keymaps Move window:reload from cmd-r => ctrl-alt-cmd-r 2013-10-23 12:05:48 -07:00
menus Merge pull request #1000 from atom/sublime-keybindings 2013-10-22 16:14:07 -07:00
resources/mac Register Atom to handle atom:// scheme URLs. 2013-07-10 18:57:26 +08:00
script Merge branch 'master' into win-bootstrap-native-modules 2013-10-28 17:33:39 -07:00
spec 🐎 Load packages by path 2013-10-29 13:31:42 -07:00
src 🐎 Load packages by path 2013-10-29 13:31:42 -07:00
static Move beep method to rootView 2013-10-23 10:42:13 -07:00
tasks Bootstrap is no longer vendored 2013-10-28 18:23:40 -07:00
vendor Upgrade apm for windows fixes 2013-10-29 08:38:42 -07:00
.gitignore Generate evil file fixtures depending on platform 2013-10-11 14:09:17 -07:00
.gitmodules Add bootstrap to package.json 2013-09-17 15:09:43 -07:00
.pairs Merge branch 'master' into summit 2013-08-14 14:05:35 -07:00
atom.gyp Rename create-atom script to constructicon/build 2013-06-20 12:15:35 -07:00
atom.sh Set ATOM_PATH env var when launching specs 2013-10-14 10:33:37 -07:00
CONTRIBUTING.md doc: Mention we should be ware of platform differences. 2013-10-21 22:41:41 +08:00
Gruntfile.coffee Only run set-development-version on mac 2013-10-28 17:46:42 -07:00
package.json Upgrade to season@0.14.0 2013-10-29 13:31:42 -07:00
README.md Update readme 2013-09-30 16:43:25 -07:00

Atom — Futuristic Text Editing

atom

Check out our guides and API documentation.

Installing

Download the latest Atom release from speakeasy.

It will automatically update when a new release is available.

Building

Requirements

  • Mountain Lion
  • Boxen (Obviously Atom won't release with this requirement)

Installation

  1. gh-setup atom

  2. cd ~/github/atom

  3. script/build