Kevin Sawicki
|
1694f74bcb
|
Expect var to be a storage.modifier.js type in spec
|
2012-10-09 17:46:26 -07:00 |
|
Kevin Sawicki
|
a1f9e061bc
|
Remove native.list
Use native.traverseTree instead from fs.list
and fs.listTree
|
2012-10-09 17:41:33 -07:00 |
|
Kevin Sawicki
|
7fd06c8e66
|
Remove logging of traversal times
|
2012-10-09 17:41:33 -07:00 |
|
Kevin Sawicki
|
d8ea07468b
|
Include FTS_PHYSICAL when calling fts_open
|
2012-10-09 17:41:33 -07:00 |
|
Kevin Sawicki
|
edc1c590aa
|
Guard against null onDir function result
|
2012-10-09 17:41:33 -07:00 |
|
Kevin Sawicki
|
375d3551fa
|
Check fts_info against FTS_NSOK for files
|
2012-10-09 17:41:33 -07:00 |
|
Kevin Sawicki
|
6b6cf85ba0
|
DRY up native traverseTree for file and folder cases
|
2012-10-09 17:41:32 -07:00 |
|
Kevin Sawicki
|
1be1d03eac
|
Update fs spec for new traverseTree callbacks
|
2012-10-09 17:41:32 -07:00 |
|
Kevin Sawicki
|
8b61e6a9df
|
Split out file and directory callbacks
|
2012-10-09 17:41:32 -07:00 |
|
Kevin Sawicki
|
71c161d527
|
Remove unneeded regex matching for built-in ignores
|
2012-10-09 17:41:32 -07:00 |
|
Kevin Sawicki
|
f71b90578e
|
💄
|
2012-10-09 17:41:32 -07:00 |
|
Kevin Sawicki
|
c304788fbf
|
💄
|
2012-10-09 17:41:32 -07:00 |
|
Kevin Sawicki
|
98c8525bdd
|
Use single args vector and clear before insertion
|
2012-10-09 17:41:32 -07:00 |
|
Kevin Sawicki
|
6dcbdfbf55
|
Update fs spec for new traverseTree callback format
|
2012-10-09 17:41:32 -07:00 |
|
Kevin Sawicki
|
51a41a9a72
|
Add native traverseTree
|
2012-10-09 17:41:32 -07:00 |
|
Corey Johnson
|
7b4e798a4d
|
rake test now obeys fdescribe and fit .
|
2012-10-09 17:23:01 -07:00 |
|
Corey Johnson
|
701631e7cb
|
Update spec to use new ruby scopes
|
2012-10-09 17:23:01 -07:00 |
|
Corey Johnson
|
201a9a4adb
|
Bundles can specify a specific SHA
|
2012-10-09 17:23:00 -07:00 |
|
Corey Johnson
|
6b5c3dc1cf
|
Remove unused variable that causes specs to fail
|
2012-10-09 17:23:00 -07:00 |
|
Kevin Sawicki
|
8ce6810179
|
Support bundles with foldingStopMarker under Preferences/
|
2012-10-09 16:57:43 -07:00 |
|
Corey Johnson
|
b8631ac83b
|
Add newline when outputting console.log to stdout
|
2012-10-09 15:25:06 -07:00 |
|
Corey Johnson
|
1bdd985606
|
Ensure bundles are up-to-date when rake test is run
|
2012-10-09 15:18:58 -07:00 |
|
Corey Johnson
|
e3360de3c6
|
Use std::cout to output console.log messages
NSLog outputs to stderr, but we want our test error messages to output to stdout.
|
2012-10-09 15:10:54 -07:00 |
|
Corey Johnson
|
9fe079f862
|
Use actual exit number
|
2012-10-09 15:09:22 -07:00 |
|
Corey Johnson
|
fa2bef9e97
|
Replace more File.exists? because the build machine is not on Ruby >= 1.9
|
2012-10-09 14:38:31 -07:00 |
|
Corey Johnson
|
253e17f1a8
|
Use File.exists? because the build machine is not on Ruby >= 1.9
|
2012-10-09 14:37:10 -07:00 |
|
Kevin Sawicki
|
df1658e0e7
|
Correct typo in create-project task description
|
2012-10-09 11:10:02 -07:00 |
|
Corey Johnson
|
7afbac5a4e
|
Merge branch 'transpose'
|
2012-10-09 11:03:26 -07:00 |
|
Corey Johnson
|
a2f2e388d5
|
Test 💄
Instead of inserting text into an existing buffer, I replaced all text in the buffer to make the test easier to understand.
|
2012-10-09 11:02:39 -07:00 |
|
Corey Johnson & Kevin Sawicki
|
bd6313372e
|
Remove TextMate bundles from Atom source
Bundles are now cloned into ~/.atom/bundles using `rake
clone-default-bundles`
|
2012-10-09 10:44:07 -07:00 |
|
Corey Johnson & Kevin Sawicki
|
9f686f95f8
|
Only create .atom directory if it doesn't exist
|
2012-10-09 10:44:07 -07:00 |
|
Kevin Sawicki
|
37f454aece
|
Support core up/down events in preview list
|
2012-10-09 10:41:57 -07:00 |
|
Will Farrington
|
ec937d7ea8
|
Merge pull request #51 from github/status-bar-buffer-modified-indicator
Add buffer modified indicator
|
2012-10-09 09:36:46 -07:00 |
|
Will Farrington
|
d5b0e7acd2
|
memoize Buffer @contentOnDisk so we don't re-read the whole file on every buffer-change event
|
2012-10-08 18:17:15 -10:00 |
|
Will Farrington
|
4b3505d9b5
|
Disable buffer modified indicator if buffer content matches content on disk
|
2012-10-08 17:55:35 -10:00 |
|
Will Farrington
|
7dd69cfecd
|
Merge remote-tracking branch 'origin/master' into status-bar-buffer-modified-indicator
|
2012-10-08 17:38:55 -10:00 |
|
Chris Wanstrath
|
602f4ee233
|
trigger buffer-change after the change, not before
|
2012-10-08 20:28:18 -07:00 |
|
Chris Wanstrath
|
fa10a8e6ac
|
use the local selection instance
|
2012-10-08 20:13:16 -07:00 |
|
Chris Wanstrath
|
f5f18abbf0
|
ctrl-t: transpose
|
2012-10-08 20:08:07 -07:00 |
|
Kevin Sawicki
|
7fc362c801
|
Prune paths that are files
This avoids an extra call to isDirectory for each path
that has already been determined to be a file and
therefore not a directory.
|
2012-10-08 12:10:49 -07:00 |
|
Kevin Sawicki
|
7ab088df8b
|
Check recurse flag before verifying path is directory
Avoid an unnecessary native call if recursing into the current
path has already been avoided.
|
2012-10-08 11:47:48 -07:00 |
|
Will Farrington
|
214735f1d7
|
add some specs for buffer modified indicator
|
2012-10-07 09:48:46 -10:00 |
|
Will Farrington
|
09024e0dc8
|
Merge remote-tracking branch 'origin/master' into status-bar-buffer-modified-indicator
|
2012-10-07 09:13:08 -10:00 |
|
Kevin Sawicki
|
f6c29a1d51
|
Add core:page-up and core:page-down support to tree view
|
2012-10-05 15:50:32 -07:00 |
|
Kevin Sawicki
|
4b20a26974
|
Add core:move-to-top and core:move-to-bottom support to tree view
|
2012-10-05 15:30:54 -07:00 |
|
Nathan Sobo
|
c09f7ebc60
|
Fix the command panel's handling of move-up/move-down
Forgot to add the core: prefix to this area
|
2012-10-05 10:55:55 -10:00 |
|
Nathan Sobo
|
eae7fcdd97
|
Fix breaking due to "root-view:" prefixed events
|
2012-10-05 10:07:37 -10:00 |
|
Nathan Sobo
|
082a666a92
|
TreeView's move-up/down responds to core:move-up/down
|
2012-10-05 10:07:37 -10:00 |
|
Nathan Sobo
|
ae224ca515
|
Prefix events handled by root-view with "root-view:"
|
2012-10-05 10:07:37 -10:00 |
|
Nathan Sobo
|
9906dd41b4
|
Give editor-specific events the "editor:" prefix
|
2012-10-05 10:07:37 -10:00 |
|