Commit Graph

  • 8392019108 you can open directories Corey Johnson 2011-08-29 17:05:07 -0700
  • 228af89b0b derp Corey Johnson 2011-08-29 17:02:49 -0700
  • 88d157178b jscocoa.js holds a subset of the methods from jscocoa's class.js Corey Johnson 2011-08-29 17:02:41 -0700
  • 21f3584924 get in there process Corey Johnson 2011-08-29 17:01:38 -0700
  • 27759ac812 Display console with cmd-ctrl-k. how do you close the console? You can't yet. Corey Johnson 2011-08-29 15:57:13 -0700
  • 57ac833533 Don't load class.js, it's the craziest code I've ever seen. Corey Johnson 2011-08-29 11:02:58 -0700
  • cda771594d panes decide how big they should be. Corey Johnson 2011-08-29 11:02:01 -0700
  • faeb8e3661 require() takes a callback Chris Wanstrath 2011-08-28 16:21:52 -0700
  • c57a8d8112 use Array.prototype.some where corey wanted to use _.detect Chris Wanstrath 2011-08-28 16:21:45 -0700
  • f2e7d55a22 jazz up the readme Chris Wanstrath 2011-08-28 12:46:34 -0700
  • 76098d54ae not actually doing anything Chris Wanstrath 2011-08-28 12:33:38 -0700
  • 01c4fd8978 gaaaaaaaaaaaaaah Chris Wanstrath 2011-08-28 12:29:27 -0700
  • 868c0f08c2 hardcore require(). _ and $ are no longer global. ultimate victory. Chris Wanstrath 2011-08-28 12:27:17 -0700
  • cbfd4f9d80 Reloading! Add your paths here. Loading new code is as simple as Cmd+N. Chris Wanstrath 2011-08-28 12:06:14 -0700
  • bf01e562a3 add ~ support to require() Chris Wanstrath 2011-08-28 12:00:35 -0700
  • d79819f1aa kill fullscreen code (it dont work) Chris Wanstrath 2011-08-28 11:37:42 -0700
  • 0c7251fe1d gross Chris Wanstrath 2011-08-28 01:57:03 -0700
  • aa47966aaa add .coffee support to require() Chris Wanstrath 2011-08-28 01:51:36 -0700
  • e288902540 moving this hax to my personal ~/.atomicity for now Chris Wanstrath 2011-08-28 01:47:58 -0700
  • 223e39a617 move ~/.atomicity loading into plugins.coffee Chris Wanstrath 2011-08-28 01:47:36 -0700
  • c31111099a throw Chris Wanstrath 2011-08-28 01:33:11 -0700
  • 455ddd459e plugins.coffee Chris Wanstrath 2011-08-28 01:33:08 -0700
  • acde2b1961 tabs (enable with Cmd-Ctrl-T) Chris Wanstrath 2011-08-28 01:18:55 -0700
  • d7ef98de4f don't let plugin break each other Chris Wanstrath 2011-08-28 01:00:18 -0700
  • d7661be2c1 buggin me Chris Wanstrath 2011-08-28 00:56:20 -0700
  • b2f2eb4cb7 default ext handler just reads the file's contents Chris Wanstrath 2011-08-28 00:48:52 -0700
  • ac773daff6 expose require.__modules for debugging Chris Wanstrath 2011-08-28 00:43:19 -0700
  • c0e526ca07 smart Chris Wanstrath 2011-08-28 00:43:04 -0700
  • e465d7f690 turn plugins into define() style modules Chris Wanstrath 2011-08-28 00:31:59 -0700
  • 003776da8f boom. errors with scripts and line numbers now show up in web inspector Chris Wanstrath 2011-08-28 00:23:56 -0700
  • 326f91bbef use JSCocoa to eval require.js - shows up in web inspector! Chris Wanstrath 2011-08-27 21:06:41 -0700
  • bc1ffc632f dont think we need that Chris Wanstrath 2011-08-27 22:19:53 -0700
  • 01d9598984 💄 Corey Johnson 2011-08-27 21:51:54 -0700
  • 3cbd52895b stylin' Corey Johnson 2011-08-27 21:51:38 -0700
  • 9f51505287 Export bindKey Corey Johnson 2011-08-27 21:51:25 -0700
  • 90aea78c65 Moving code to a better place Corey Johnson 2011-08-27 21:51:14 -0700
  • 9b7b956ccd Don't need it Corey Johnson 2011-08-27 21:50:49 -0700
  • da04cec4a9 Got to use the same export object for it to work Corey Johnson 2011-08-27 21:27:41 -0700
  • 550967ffe8 __modules contains the full expanded filename. Also, a temporary empty object is set for the files __module so we can have some circular references. Corey Johnson 2011-08-27 21:17:06 -0700
  • 57d81aea8d i still love you web console! Corey Johnson 2011-08-27 19:13:34 -0700
  • 55f40a1b3e Expand paths of /* paths as well. Corey Johnson 2011-08-27 18:19:00 -0700
  • 896a2c279b cwd could change, limit search to plugin folder in bundle. Corey Johnson 2011-08-27 18:18:11 -0700
  • 8b9066b4b5 do not need you anymore Corey Johnson 2011-08-27 15:14:51 -0700
  • 9d54c6cc20 cleaner, way more awesome, 100x better require() Chris Wanstrath 2011-08-27 16:52:08 -0700
  • 9af38c8c53 plugins/ (not working yet) Chris Wanstrath 2011-08-27 15:13:08 -0700
  • cfdce83925 require() can take absolute paths Chris Wanstrath 2011-08-27 15:01:31 -0700
  • 22649889fb Dir.list only goes one level deep unless you ask it to go deeper Chris Wanstrath 2011-08-27 14:27:06 -0700
  • 488697884f add support for index.js to require() Chris Wanstrath 2011-08-27 14:26:52 -0700
  • 64516b7242 File.expand './dir' Chris Wanstrath 2011-08-27 14:14:59 -0700
  • 80c643b136 fuuu ui bug Chris Wanstrath 2011-08-27 04:13:32 -0700
  • cfbe347eb7 error message Chris Wanstrath 2011-08-27 04:06:01 -0700
  • b2423530ca Merge branch 'reorg' Chris Wanstrath 2011-08-27 03:56:55 -0700
  • 409a77c485 gigantic ass reorg. let me know if this breaks. Chris Wanstrath 2011-08-27 03:48:00 -0700
  • 6708f52280 everyone gets _ by default Chris Wanstrath 2011-08-27 02:52:54 -0700
  • f4528a6d05 kill the tabs for now. make life easy Chris Wanstrath 2011-08-27 02:48:42 -0700
  • 28843b75bb remove the awesome hover effect for now Chris Wanstrath 2011-08-27 02:21:26 -0700
  • d21f74bd7d omg, killed the iframe. require() works wonderfully. Chris Wanstrath 2011-08-27 02:05:11 -0700
  • efc824b082 commonjs jquery Chris Wanstrath 2011-08-27 01:59:01 -0700
  • aa06f5c66a whitespace Chris Wanstrath 2011-08-27 01:58:44 -0700
  • 2fad97859f pull bindKey out of osx.coffee Chris Wanstrath 2011-08-27 01:44:28 -0700
  • d7e925947c missing require Chris Wanstrath 2011-08-27 01:43:43 -0700
  • 5721f65c42 big jquery Chris Wanstrath 2011-08-27 00:31:01 -0700
  • 8c0b595411 uncompressed ace and pilot Chris Wanstrath 2011-08-27 00:13:52 -0700
  • aa5032f145 kill the iframe Chris Wanstrath 2011-08-26 22:55:49 -0700
  • d8c721e359 new icon Chris Wanstrath 2011-08-26 21:23:00 -0700
  • 35f0bec9d0 Forgot to add the 'no more frames' file. Corey Johnson 2011-08-26 17:05:55 -0700
  • c447cb91dd Tabs Corey Johnson 2011-08-26 17:05:35 -0700
  • 1e7f547920 Add panes like this Corey Johnson 2011-08-26 17:05:17 -0700
  • 853980b188 Making it require'y Corey Johnson 2011-08-26 17:05:05 -0700
  • 90773a8930 one JSContext to rule them all Corey Johnson 2011-08-26 17:04:17 -0700
  • 1686173f76 commonjs Chris Wanstrath 2011-08-26 15:43:37 -0700
  • e40284ffa8 modes Chris Wanstrath 2011-08-26 15:40:37 -0700
  • 1b7d4737cc More helper methods (that will be refactored into a commonJS style object) Corey Johnson 2011-08-26 11:38:46 -0700
  • 7bbadd52e0 JSCocoa should load class helper files! Corey Johnson 2011-08-26 11:38:01 -0700
  • e24e8736e2 So… I DID IT! Corey Johnson 2011-08-25 19:39:26 -0700
  • 11678be567 more links Chris Wanstrath 2011-08-25 12:38:36 -0700
  • 50509ec70b best jsc article Chris Wanstrath 2011-08-24 17:46:20 -0700
  • 1257e2bc32 project draw is togglable Cmd-Ctrl-N Corey Johnson 2011-08-24 11:21:13 -0700
  • 06a46b1cb8 showing files in cwd Corey Johnson 2011-08-24 09:53:26 -0700
  • fdcdcde2d7 added some Process methods (just copying nodejs) Corey Johnson 2011-08-24 09:50:19 -0700
  • 05599d296b looking at c9 Chris Wanstrath 2011-08-24 09:59:12 -0700
  • c2c3d88b81 App => WindowController, delegate => App Chris Wanstrath 2011-08-24 02:21:42 -0700
  • b132bd67e5 fix active tab css Chris Wanstrath 2011-08-24 01:52:35 -0700
  • 1c6dbcae6f need this for require(), blah Chris Wanstrath 2011-08-24 01:47:05 -0700
  • 6b0678a3dc whitespace Chris Wanstrath 2011-08-24 01:46:55 -0700
  • 8311aa2112 screw the minified ace, im going to hack the source Chris Wanstrath 2011-08-24 01:44:56 -0700
  • 0170a82793 kill Command-W shortcut Chris Wanstrath 2011-08-24 00:52:05 -0700
  • c57030c9ad kill dumb scrollbar Chris Wanstrath 2011-08-24 00:34:45 -0700
  • 9471c0c1ad add Chrome to tabs.html Chris Wanstrath 2011-08-23 23:47:18 -0700
  • af8b09cc2b omg new tab Chris Wanstrath 2011-08-23 23:20:50 -0700
  • f57d112098 lol tabs Chris Wanstrath 2011-08-23 22:50:44 -0700
  • 47be51911e yep Chris Wanstrath 2011-08-23 21:35:32 -0700
  • 07bdf67004 focus editor, duh Chris Wanstrath 2011-08-23 21:17:09 -0700
  • af0cb1ff90 windows should totally cascade Chris Wanstrath 2011-08-23 21:13:31 -0700
  • 38b16ecc06 space Chris Wanstrath 2011-08-23 21:12:42 -0700
  • 72b0ef7743 omg bootstrap.coffee Chris Wanstrath 2011-08-23 21:12:14 -0700
  • 7f3fe59738 hwhat Chris Wanstrath 2011-08-23 21:06:24 -0700
  • d46e848818 Classes and xibs Chris Wanstrath 2011-08-23 20:57:48 -0700
  • d76e40ad02 HTML/lib/ Chris Wanstrath 2011-08-23 20:45:32 -0700
  • 9298065c61 hide project frame by default Chris Wanstrath 2011-08-23 20:41:37 -0700