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
Kevin Sawicki
ea77b60b15
Serialize command panel history
...
Retains up to 100 commands between reloads
2012-09-20 14:06:12 -07:00
Kevin Sawicki
c42c824f0a
Don't adjust match index when no matches exist
2012-09-20 10:10:58 -07:00
Kevin Sawicki
8393af2cd6
Serialize root view font size
2012-09-20 09:31:04 -07:00
Kevin Sawicki
7278bc62c6
Ensure start row is always >= 0
...
Previously if a file was a single line
it couldn't be deleted using the delete
line command because the start row would
index one row back which would be -1 and
therefore not be able to report a length
for use in the delete range.
2012-09-20 09:00:37 -07:00
Kevin Sawicki
f241bc5d2b
Delete entire region when deleting a folded line
2012-09-19 18:16:45 -07:00
Kevin Sawicki
54180462f6
Match describe to method name
2012-09-19 17:08:17 -07:00
Kevin Sawicki
f7670dc1a0
Add support for save all via meta-S
2012-09-19 17:03:50 -07:00
Kevin Sawicki
a269eb39d0
Store column position as field
2012-09-19 15:41:50 -07:00
Kevin Sawicki
b18627ab9b
Add delete line support bound to meta-d key
2012-09-19 15:23:10 -07:00
Kevin Sawicki
e9abf1e3b9
Add wrap guide extension
...
Initially places a vertical line in each editor
at 80 characters.
2012-09-19 11:28:20 -07:00
Nathan Sobo
04b922d087
Add less.tmbundle for supporting less stylesheets
2012-09-19 11:48:34 -06:00
Kevin Sawicki
47ed19f851
Substract scroll top when paging up
2012-09-19 08:52:05 -07:00
Kevin Sawicki
9ba3b74a9d
Add support for Page Up and Page Down keys
2012-09-18 19:53:23 -07:00
Corey Johnson
0f65857fe7
Merge branch 'upgrade-cef'
2012-09-18 15:22:26 -07:00
Corey Johnson
687370ba5f
Merge branch 'master' of https://github.com/github/atom
2012-09-18 15:21:51 -07:00
Kevin Sawicki
8c1125457b
Persist scrollTop value of tree view
...
This will be set whenever attached
2012-09-18 15:15:06 -07:00
Corey Johnson
286ff465d0
Update CEF to CEF3 trunk
2012-09-18 15:01:09 -07:00
Corey Johnson
b8c2786f85
Rename cef/resources to cef/Resources.
...
Something in the bowels of CEF wants it to be uppercase
2012-09-18 15:00:49 -07:00
Corey Johnson
cb48ad9019
Add update-cef script
2012-09-18 15:00:03 -07:00
Nathan Sobo
7937380eed
Projects w/ EditSessions for now-deleted files can now be reloaded w/out error
2012-09-18 13:30:16 -06:00
Nathan Sobo
68effe3303
Make TreeView focus the active editor when a file is selected w/ the keyboard
2012-09-18 13:00:16 -06:00
Corey Johnson
425c00b6fa
Remove libcef.dylib.dSYM because it is so big (80MB)
2012-09-18 11:48:22 -07:00
Corey Johnson
d15e1e335a
Those files don't belong here.
2012-09-18 11:15:43 -07:00
Corey Johnson
61c8068171
Add The Setup's env when Xcode copy files to bundle.
2012-09-17 15:35:55 -07:00
Corey Johnson
8088bda8b1
Remove vendor/coffee
2012-09-17 15:32:51 -07:00
Corey Johnson & Nathan Sobo
6e2ac94a8b
use vendor/coffee
2012-09-14 10:20:58 -07:00
Corey Johnson & Nathan Sobo
09b0b22d43
Remove 'verify perquisites'
...
Assume gh-setup handles the prerequisites.
2012-09-14 10:20:44 -07:00
Corey Johnson & Nathan Sobo
6aaf1122fc
symlink vendor/coffee to node_modules/coffee-script/bin/coffee
2012-09-14 10:20:00 -07:00
John Barnette
2697b5e402
Make npm and rake play nicely
...
npm was noticing the atom.gyp file and trying to do stuff with it
automatically, and moving it out of the way ruins gyp's day. This fixes
both problems.
2012-09-13 11:41:35 -07:00
John Barnette
15a3f58f66
Move atom.gyp to stop confusing npm
2012-09-13 11:30:08 -07:00
John Barnette
7fbb7b70e8
Stub script/bootstrap
...
Consistency is awesome. This should probably check for Xcode proper at
some point too.
2012-09-13 11:29:54 -07:00
John Barnette
6a55bc4a01
Stub a package.json
2012-09-13 11:25:37 -07:00
Kevin Sawicki
fe8b547a34
Add back .project
2012-09-11 15:13:17 -07:00
Corey Johnson
9d830f9ef4
Remove rogue log
2012-09-10 17:22:21 -07:00
Corey Johnson & Nathan Sobo
2d3c06b86d
Handle begin/end patterns with no name or contentName
...
I'm looking at you ruby.
2012-09-07 18:54:54 -07:00
Corey Johnson & Nathan Sobo
12e2fbdb14
Add support for back-references in TextMate grammars
2012-09-07 15:27:13 -07:00
Corey Johnson & Nathan Sobo
b00830cbc8
A pattern with no name or contentName does not insert undefined into scope array
2012-09-07 11:20:56 -07:00
Corey Johnson & Nathan Sobo
10c36191ec
Zero-length start patterns work.
...
Add zero-length captures back into OnigRegEx.BuildCaptureIndices to see zero length captures. Handle zero-length captures by continuing to scan line. Does not handle infinite loop possibility yet.
2012-09-07 10:07:54 -07:00
Corey Johnson
7f8531d10f
Show dev tools when specs are run
2012-09-06 15:36:28 -07:00
Corey Johnson
f75315a568
Remove Rule.compileRegex
2012-09-06 15:30:50 -07:00
Corey Johnson
4f2cc1f856
Add OnigRegExp.captureIndices(string, index, regexes)
...
Allows us to know if a zero-length regex matched.
2012-09-06 15:26:42 -07:00
Corey Johnson
48fdf8a708
Added OnigRegExp.catpureIndices
2012-09-06 10:22:13 -07:00
Corey Johnson
afbe99454a
Rename getRegexPatternPairs to getIncludedPatterns and getAllPatterns
2012-09-06 09:24:30 -07:00
Corey Johnson
4734c8cdc4
If the file name has no '.' use the file name as the extension.
2012-09-04 10:53:28 -07:00