Commit Graph

29 Commits

Author SHA1 Message Date
Corey Johnson & Nathan Sobo
19c030360c Better error reporting 2012-04-05 14:07:52 -06:00
Corey Johnson
e0274c293f Better error output 2012-04-03 10:33:24 -07:00
Nathan Sobo
601cf41108 Fix bug where file-finder pushed editor up.
For now, I'm removing the flexbox treatment of #app-vertical because the file finder just needs to overlay the bottom and absolute positioning is simpler. I'm also using requireStylesheet to load the file finders CSS instead of a link tag.
2012-03-14 18:28:23 -06:00
Corey Johnson
735ebef8d3 Delete measure function from index 2012-03-08 12:48:40 -08:00
Corey Johnson & Nathan Sobo
b37b45b4b1 atom variable holds all global state and is shared across contexts. 2012-02-28 13:14:35 -08:00
Corey Johnson
6319274284 window.measure takes an optional callback 2012-01-30 16:16:18 -08:00
Nathan Sobo
5198a88cce Half-baked: Have a lines reasonably looking cursor working.
A bunch of tests are failing but you can load a buffer and display its
lines.
2012-01-16 22:11:38 -08:00
Corey Johnson & Nathan Sobo
982d5a4426 Benchmarking reveals filtering out non-files takes forevs
toString everything        0.199
Filter out non-files       0.703
Everything                 0.961
2012-01-03 17:34:21 -08:00
Corey Johnson
85fd1bd624 Move scripts to head tag. 2011-12-14 11:34:23 -08:00
Corey Johnson
6ce5d32d83 Render the initial window layout programmatically with a template.
Remove layout html from the bootstrap page. Now the same page can be used for specs and the editor windows.
2011-12-14 11:26:14 -08:00
Corey Johnson
89c00ec8a6 Teardown and recreate WebView (not the entire controller) on reload. 2011-12-14 10:46:57 -08:00
Corey Johnson & Nathan Sobo
dcf474b9d2 Put window.onerror method in the window file. 2011-12-12 15:05:07 -08:00
Corey Johnson
6e1cee2e88 Getting panes ready for split viewing. 2011-11-14 16:14:30 -08:00
Chris Wanstrath
d0f47c0d58 atom.css 2011-11-09 20:19:54 -08:00
Chris Wanstrath
9dea4c24b2 atom and stdlib 2011-11-09 18:33:43 -08:00
Corey Johnson
4e9a73cebc atomController is now known as $atomController. 2011-11-07 14:56:22 -08:00
Corey Johnson
7ab473b0ce Browser and Editor are panes. I hate the pane HTML code now. 2011-11-07 14:51:21 -08:00
Chris Wanstrath
419840e8b4 turn off scrolling rubber band in lion 2011-11-06 16:10:49 -08:00
Chris Wanstrath
2e007f11b3 crazy font 2011-11-06 15:08:47 -08:00
Corey Johnson
8b906e40c1 actually working 2011-10-28 10:58:16 -07:00
Corey Johnson
3c976e37f3 things got a little out of hand 2011-10-27 17:45:42 -07:00
Corey Johnson
003effe5fd Kind of starting from scratch.
Recreated the project as an xcode 4 project.
Key Bindings are working and reloading.
Got rid of everything that wasn't being used right now.
2011-10-26 11:12:18 -07:00
Corey Johnson
e64a0e64a1 wip 2011-10-26 11:10:52 -07:00
Corey Johnson
18c8b4028e dead code 2011-10-24 11:05:34 -07:00
Corey Johnson
9bb92a4dd5 The main pane always exists so it is independent of plugin load order. 2011-09-26 17:29:10 -07:00
Corey Johnson
7f2ba1b559 window gets overwritten. but maybe that itself is
the problem?
2011-09-22 16:48:27 -07:00
Corey Johnson
16eef1cf07 errors pop up console 2011-09-22 11:07:58 -07:00
Corey Johnson
166ffc3693 yellow was so jarring, wikipedia says this is one
of the most calming colors.
2011-09-21 17:39:37 -07:00
Corey Johnson
33048bc971 Move the index file to the root of the resources
dir.

This will stop the DOM errors for localStorage!
2011-09-12 12:18:23 -07:00