A Community-led Hyper-Hackable Text Editor
Go to file
Nathan Sobo c70206fc9c Introduce Selection object that contains the cursor
All cursor operations will be proxied through the selection, so that
the selection can be cleared if necessary.
2012-01-26 13:23:59 -08:00
Atom Show inspector with javascript 2012-01-25 12:29:36 -08:00
Atom.xcodeproj Cursor scrolls editor as it moves 2012-01-23 16:45:00 -08:00
docs Rename col to column 2012-01-26 10:16:43 -08:00
extensions Rename KeyEventHandler to GlobalKeymap 2012-01-11 13:16:10 -08:00
spec Introduce Selection object that contains the cursor 2012-01-26 13:23:59 -08:00
src Introduce Selection object that contains the cursor 2012-01-26 13:23:59 -08:00
static Editor directs focus to a hidden input element. 2012-01-24 15:27:05 -08:00
vendor Fix Project.getFilePaths spec. It returns relative paths. 2012-01-11 13:16:10 -08:00
.gitignore Ignore tags directory. 2011-12-15 14:14:12 -08:00
.pairs Cursor can move around screen 2012-01-17 18:13:50 -08:00
index.html Half-baked: Have a lines reasonably looking cursor working. 2012-01-16 22:11:38 -08:00
Rakefile Add 'rake nof' task to remove focused describes and its 2011-12-23 15:56:53 -06:00
README.md Testing campfire hooks #hbo :octocat: 2011-12-14 18:37:33 -08:00
test.txt Implement backspace on Editor 2012-01-25 16:07:04 -08:00