Corey Johnson
|
2349cf0ad0
|
called after @resource is set
|
2011-11-29 16:56:15 -05:00 |
|
Corey Johnson
|
15edabefe3
|
Only shutdown running apps.
|
2011-11-29 16:55:36 -05:00 |
|
Corey Johnson
|
6ea1766945
|
Nearly pure JS storage.
|
2011-11-29 15:22:59 -05:00 |
|
Corey Johnson
|
1c985bd899
|
Give JS access to the project dir so we can automate that shit.
|
2011-11-29 15:22:14 -05:00 |
|
Corey Johnson
|
55e0f72aa2
|
Window reloading is handled completely by objective-c now.
This should be a never-do-this-again thing. It's just so we can reload when the app crashes instead of having to use Xcode.
|
2011-11-29 13:50:24 -05:00 |
|
Corey Johnson
|
2de76e35f1
|
Moving the logic of window reloading to objective-c.
|
2011-11-29 13:50:24 -05:00 |
|
Chris Wanstrath
|
7fff476a62
|
Merge remote-tracking branch 'origin/router'
Conflicts:
src/atom/project.coffee
|
2011-11-28 20:09:41 -08:00 |
|
Chris Wanstrath
|
95ed3d6f79
|
fix for reusing an editor (open outside of project context)
|
2011-11-28 20:00:31 -08:00 |
|
Chris Wanstrath
|
ac0d2a9afd
|
💄
|
2011-11-26 04:27:00 -08:00 |
|
Chris Wanstrath
|
19eb3a017d
|
don't call show() in EditorPane constructor
|
2011-11-26 04:27:00 -08:00 |
|
Chris Wanstrath
|
fc29e0cee6
|
cmd-shift-s: search the web - http://cl.ly/C6uk
|
2011-11-26 04:26:57 -08:00 |
|
Chris Wanstrath
|
ed2a923ee3
|
fully functional project.close()
|
2011-11-26 03:30:21 -08:00 |
|
Chris Wanstrath
|
25041a49da
|
window.close() calls resource.close()
this is similar to resource.open(). the return value
of resource.close() determines whether window should
stop or bubble it up to app.close()
|
2011-11-26 03:24:51 -08:00 |
|
Chris Wanstrath
|
9e92877da3
|
resources remove their panes in close()
|
2011-11-26 03:23:59 -08:00 |
|
Chris Wanstrath
|
c30a5ebaa5
|
activeResource() is a method. so is setActiveMethod()
|
2011-11-26 03:10:35 -08:00 |
|
Chris Wanstrath
|
db7f6cf4d3
|
browser:close, editor:closer, resource:close events
|
2011-11-26 02:35:01 -08:00 |
|
Chris Wanstrath
|
7a60868d4c
|
fix browser show()
|
2011-11-26 01:18:43 -08:00 |
|
Chris Wanstrath
|
abc5ecffd7
|
speed up the modal display.
|
2011-11-26 01:09:46 -08:00 |
|
Chris Wanstrath
|
aa10aa298c
|
copy pasta fail
|
2011-11-26 01:06:29 -08:00 |
|
Chris Wanstrath
|
09a5ba0e0c
|
browser adds itself to DOM in add, not show
|
2011-11-26 00:54:17 -08:00 |
|
Chris Wanstrath
|
eaa496df34
|
it's a miracle. it works.
|
2011-11-25 23:27:27 -08:00 |
|
Chris Wanstrath
|
4adf3b31d4
|
whitespace 💄
|
2011-11-25 23:25:56 -08:00 |
|
Chris Wanstrath
|
1b8a5d9ea3
|
autoload extension settings ;)
|
2011-11-25 23:25:05 -08:00 |
|
Chris Wanstrath
|
6ef3f61ec9
|
separate editor's open() and show() fns further
open() should mostly be "can i open this url?" logic
show() should mostly be "i'm displaying this" logic
|
2011-11-25 22:49:24 -08:00 |
|
Chris Wanstrath
|
d50a29ffa9
|
ChildProcess.exec (with passing tests)
|
2011-11-25 21:49:31 -08:00 |
|
Chris Wanstrath
|
0c88c38101
|
💄
|
2011-11-25 21:09:09 -08:00 |
|
Chris Wanstrath
|
61adbc3632
|
typo in setting name
|
2011-11-25 21:01:05 -08:00 |
|
Chris Wanstrath
|
15005657bf
|
💄
|
2011-11-25 19:20:10 -08:00 |
|
Chris Wanstrath
|
6167637dd7
|
typo
|
2011-11-25 19:19:17 -08:00 |
|
Corey Johnson
|
61f128865b
|
Merge branch 'settings'
|
2011-11-25 21:34:16 -05:00 |
|
Chris Wanstrath
|
c4746047cc
|
move ~/.atomicity stuff into "dotatom" extension
|
2011-11-25 18:18:16 -08:00 |
|
Corey Johnson
|
815a3281a5
|
Editor uses settings.
|
2011-11-23 15:07:52 -05:00 |
|
Corey Johnson
|
6961d817e2
|
Get out of there.
|
2011-11-23 15:04:04 -05:00 |
|
Corey Johnson
|
d01926885d
|
Some comments
|
2011-11-23 14:46:32 -05:00 |
|
Corey Johnson
|
90995ba0b2
|
Settings grab data from ~/.atomocity/settings.coffee
|
2011-11-23 14:42:38 -05:00 |
|
Corey Johnson
|
c76119020a
|
Better error message
|
2011-11-23 14:34:14 -05:00 |
|
Corey Johnson
|
809f5d5f98
|
empty methods deserve death.
|
2011-11-23 13:45:24 -05:00 |
|
Corey Johnson
|
f97eeb6e5d
|
key-bindings that do not load get a warning
|
2011-11-23 11:27:55 -05:00 |
|
Corey Johnson
|
a52f328c9d
|
Merge pull request #57 from defunkt/autoload-keybindings
automatically load extension/key-bindings.coffee
|
2011-11-22 08:34:08 -08:00 |
|
Chris Wanstrath
|
f551714975
|
cmd-shift-o returns
|
2011-11-22 01:00:31 -08:00 |
|
Chris Wanstrath
|
e9bbc37547
|
automatically load extension/key-bindings.coffee
|
2011-11-21 22:11:11 -08:00 |
|
Corey Johnson
|
2ec6b8205b
|
Those are defined in Resource
|
2011-11-21 21:28:55 -08:00 |
|
Chris Wanstrath
|
490d489ace
|
add Router, move everything over to it
|
2011-11-21 21:02:00 -08:00 |
|
Chris Wanstrath
|
59667baad7
|
ERKIE!
|
2011-11-19 17:53:40 -08:00 |
|
Chris Wanstrath
|
f433d9dc81
|
mustache :{
|
2011-11-15 16:09:17 -08:00 |
|
Chris Wanstrath
|
27da8f7c8b
|
vendor
|
2011-11-15 16:09:10 -08:00 |
|
Chris Wanstrath
|
3c5ca1469c
|
bundle and sass-cache.
ugh. gotta be a better way to do this.
|
2011-11-15 15:33:15 -08:00 |
|
Corey Johnson
|
cd2fbb0ca7
|
Blarg, OSX key codesare not the same as web keycodes.
|
2011-11-14 17:48:34 -08:00 |
|
Corey Johnson
|
9905af8723
|
nuh-uh
|
2011-11-14 16:57:46 -08:00 |
|
Corey Johnson
|
d677aaa562
|
We use multiple ace editors per window now.
|
2011-11-14 16:14:30 -08:00 |
|