Corey Johnson
cccebda665
Stop when position equals the start position (not always 0)
2012-09-24 15:47:03 -07:00
Nathan Sobo
df0c19482c
Hack in a workaround to cycle windows with meta-`
...
There's something wrong with CEF 3 right now where meta-` events aren't being forwarded to cocoa correctly. I just added some code to intercept meta-` and manually cycle the windows. I ignore any windows for which `excludeFromWindowsMenu` is true. That means we don't ever cycle to the hidden menu.
2012-09-24 16:32:05 -06:00
Corey Johnson
ae0be397de
Merge branch 'master' of https://github.com/github/atom
2012-09-24 13:42:10 -07:00
Corey Johnson
ea18840798
Remove unused methods from onig_reg_exp.js
2012-09-24 11:53:52 -07:00
Corey Johnson
70e31b9677
getNextMatch no longer called
2012-09-24 11:17:31 -07:00
Nathan Sobo
497fb4dde8
Show dev tools on error rather than toggling (which could end up hiding them!)
2012-09-24 11:52:30 -06:00
Corey Johnson
6bd7ff2be2
Fix stynax error in Rakefile
2012-09-24 10:42:53 -07:00
Corey Johnson
831e6ba231
Window starts with no name by default
2012-09-21 16:48:36 -07:00
Corey Johnson
2665a64a78
I remove useless comments
2012-09-21 16:47:44 -07:00
Corey Johnson
6960854689
Be quiet Rakefile
2012-09-21 16:44:22 -07:00
Corey Johnson
efab25a1d1
Merge remote-tracking branch 'origin/master' into making-things-easy
2012-09-21 16:37:29 -07:00
Corey Johnson
450b101ab6
Update readme
2012-09-21 16:35:54 -07:00
Corey Johnson
d447d90fdc
Don't ask about where to install the cli if it already exists in the default directory
2012-09-21 16:13:54 -07:00
Corey Johnson
92a451e8cf
rake install makes ~/.atom more useable
...
~/.atom/atom.coffee is editable by the user, all other files in ATOM_SRC/.atom are symlinked
into ~/.atom.
2012-09-21 16:13:18 -07:00
Corey Johnson
24bb300831
Make rake install better
2012-09-21 15:03:59 -07:00
Corey Johnson
646d9778e5
npm, not np
2012-09-21 13:30:55 -07:00
Corey Johnson
6639888f2d
rakefile 💄
2012-09-21 13:27:19 -07:00
Kevin Sawicki
5c78ebff42
Use platform independent extension header files
2012-09-20 16:24:20 -07:00
Kevin Sawicki
7ef3bab130
Make install script 32-bit only
2012-09-20 16:24:20 -07:00
Kevin Sawicki
8da096b7cd
Use include instead of import
2012-09-20 16:24:20 -07:00
Kevin Sawicki
d4fc3f41fc
Remove unneeded import
2012-09-20 16:24:20 -07:00
Kevin Sawicki
8a570ab1b5
Add 64-bit cef libraries
2012-09-20 16:24:20 -07:00
Kevin Sawicki
13a3592af7
Remove cache miss error text
2012-09-20 16:24:10 -07:00
Kevin Sawicki
3c24fb1a34
Remove commented out code
2012-09-20 16:24:10 -07:00
Kevin Sawicki
ed77dc0916
Remove unused fields
2012-09-20 16:24:10 -07:00
Kevin Sawicki
0f42668718
Use std namespac
2012-09-20 16:24:10 -07:00
Kevin Sawicki
9901901c72
Remove unneeded includes
2012-09-20 16:24:10 -07:00
Kevin Sawicki
8f3438710f
Remove old onig extension
2012-09-20 16:24:10 -07:00
Kevin Sawicki
981ef3e0b6
Remove unneded curlies
2012-09-20 16:24:10 -07:00
Kevin Sawicki
405ec2fe8d
Remove logging
2012-09-20 16:24:09 -07:00
Kevin Sawicki
d006262c23
Remove old native handler
2012-09-20 16:24:09 -07:00
Kevin Sawicki
4d07f406ca
Use message_translation from parent folder
2012-09-20 16:24:09 -07:00
Kevin Sawicki
54acfd507f
Reload when message says so
2012-09-20 16:24:09 -07:00
Kevin Sawicki
28bd2f7d06
Move pak files and images to static folder
2012-09-20 16:24:09 -07:00
Kevin Sawicki
7cc738e12a
Remove unused bootstrapper
2012-09-20 16:24:08 -07:00
Kevin Sawicki
7a27a43e53
Set window icon before showing
2012-09-20 16:24:08 -07:00
Kevin Sawicki
97756ee90b
Move linux extensions to v8_extensions folder
2012-09-20 16:24:08 -07:00
Kevin Sawicki
f90f827429
Remove /atom ignore line
...
Executable is now created in out folder
2012-09-20 16:24:08 -07:00
Kevin Sawicki
048f114987
Use includes from parent folder
2012-09-20 16:24:08 -07:00
Kevin Sawicki
859f058e2d
Update build and install for new location
2012-09-20 16:24:08 -07:00
Kevin Sawicki
09f0a162bc
Remove commented code
2012-09-20 16:24:08 -07:00
Kevin Sawicki
75c383ab98
Move linux folder under native
2012-09-20 16:24:08 -07:00
Kevin Sawicki
c53ee5032d
Update cef3 artifacts
2012-09-20 16:24:01 -07:00
Kevin Sawicki
6cd601b17f
Ignore generated Makefile
2012-09-20 16:24:01 -07:00
Kevin Sawicki
d445a2469c
Ignore generated files
2012-09-20 16:24:01 -07:00
Kevin Sawicki
4c97a354d3
Add initial gyp-based linux build
2012-09-20 16:24:01 -07:00
Kevin Sawicki
44b5a1caaf
Upgrade to cef3
2012-09-20 16:24:01 -07:00
Kevin Sawicki
bdddb61e64
ignore tilde files
2012-09-20 16:23:46 -07:00
Corey Johnson
27dbf5798b
No longer being clever when compiling coffeescript
2012-09-20 15:48:18 -07:00
Corey Johnson
5b9a305bba
Log console messages to NSLog (so we can see them in Console.app)
2012-09-20 15:26:26 -07:00