A Community-led Hyper-Hackable Text Editor
Go to file
Kevin Sawicki 9604d81ec8 Update titles after adding/removing tabs
The duplicate title detection requires the tab be on the DOM
so update the title after it is inserted and also update titles
of remaining tabs after one is removed so long titles being used
can go back to short titles if no other tab title duplicates exist.

Closes #446
2013-03-25 11:32:37 -04:00
benchmark Merge remote-tracking branch 'origin/master' into cefode 2013-03-20 10:46:50 -06:00
docs Update relative link for key bindings 2013-03-12 09:40:05 -07:00
dot-atom 💄 add trailing newlines 2013-02-19 10:02:09 -07:00
native Remove logging of index URL 2013-03-23 20:29:53 -07:00
notes Move old wiki page to notes folder 2012-09-30 15:00:45 -07:00
prebuilt-cef@59d147be26 Update prebuilt-cef 2013-03-05 14:32:51 -08:00
script 💄 2013-03-24 19:53:51 +08:00
spec Only check for back references in end patterns 2013-03-24 23:25:00 -04:00
src Update titles after adding/removing tabs 2013-03-25 11:32:37 -04:00
static Use flexbox to position editor's gutter and scroll view 2013-03-22 12:47:56 -07:00
themes Put status indicator on right side of fuzzy finder 2013-03-04 21:43:33 -08:00
tools/mac no more custom gyp 2012-10-18 16:00:14 -07:00
vendor Add Mustache bundle as a submodule 2013-03-21 11:13:07 -07:00
.github Use docs/manifest.txt to list docs files. Add user-init-script.md. 2013-02-13 16:25:48 -07:00
.gitignore Ignore vim swap file. 2013-03-24 19:54:14 +08:00
.gitmodules Add Mustache bundle as a submodule 2013-03-21 11:13:07 -07:00
.pairs fix window blur and focus events 2013-02-05 12:03:56 -08:00
atom.gyp Bundle offical node binary with Atom. 2013-03-13 20:15:41 +08:00
atom.sh Launch Atom with full path to .app 2013-02-25 16:11:13 -08:00
CHANGELOG.md Add an empty changelog for Constructicon 2013-03-05 14:32:51 -08:00
CONTRIBUTING.md Mention trailing newline 2013-02-11 09:31:16 -08:00
package.json Upgrade to oniguruma 0.7 2013-03-21 16:56:23 -07:00
Rakefile Always check and download newest cefode. 2013-03-24 13:43:19 +08:00
README.md 💄 2013-03-04 22:07:22 -08:00

Atom — Futuristic Text Editing

atom

Check out our documentation on the docs tab.

Building from source

Requirements

  • Mountain Lion
  • The Setup™ or Boxen
  • Xcode (available in the App Store)

Installation

  1. gh-setup atom

  2. cd ~/github/atom && rake install