A Community-led Hyper-Hackable Text Editor
Go to file
Kevin Sawicki fd9f3d6543 Don't serialize packages unless the main module was activated
The settings-view activates the config for each package before it renders
causing the main module to be required in order to call activateConfig().
This was causing serialize to be called when the window state was being
saved which was incorrect since activate hadn't actually been called even
though the main module was required.
2013-08-29 14:48:42 -07:00
benchmark Get benchmark-suite running again 2013-08-18 10:20:20 -06:00
docs Added a section to getting started guide 2013-08-29 10:40:40 -07:00
dot-atom 💄 add trailing newlines 2013-02-19 10:02:09 -07:00
keymaps Add window:run-package-specs command 2013-08-23 09:02:22 -07:00
resources/mac Register Atom to handle atom:// scheme URLs. 2013-07-10 18:57:26 +08:00
script Remove aa script and replace it with compile-main-to-app 2013-08-21 16:19:37 -07:00
spec Don't serialize packages unless the main module was activated 2013-08-29 14:48:42 -07:00
src Don't serialize packages unless the main module was activated 2013-08-29 14:48:42 -07:00
static Use display: inline for editor fold marker 2013-08-21 17:52:19 -07:00
tasks Implement test task using grunt shell 2013-08-28 14:11:05 -07:00
themes Add site color variables to ui-colors 2013-08-20 17:15:43 -07:00
vendor Use terminal reporter from jasmine-node 2013-08-28 20:57:43 -07:00
.github Making an edit to .github 2013-04-03 14:44:30 -03:00
.gitignore Synchronize directory structure 2013-08-20 15:02:01 -07:00
.gitmodules Migrate telepath to package dependency 2013-08-28 20:24:36 -07:00
.nakignore Remove deleted folder 2013-06-05 10:51:11 -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 Expect output when -t/--test flag is specified 2013-08-28 12:54:16 -07:00
CHANGELOG.md Mention soft wrap and tab length setting 2013-08-21 18:52:14 -07:00
CONTRIBUTING.md Doc critical emoji commit message guidelines 2013-08-27 13:03:16 -07:00
Gruntfile.coffee Invoke grunt callback when shell test command completes 2013-08-28 14:19:29 -07:00
package.json Upgrade to grammar-selector@0.2.0 2013-08-29 10:24:26 -07:00
Rakefile Update links for new repo location under atom org. 2013-08-19 20:50:09 -07:00
README.md Fix documentation links 2013-08-22 10:43:45 -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