Garen Torikian
b298f63e4c
Merge master
2013-03-27 19:47:14 -07:00
Nathan Sobo
38924f5bb8
Upgrade to latest space pen, as an NPM
2013-03-27 11:06:49 -04:00
Garen Torikian
280e527f5a
Remove unneeded vendor binarys
2013-03-26 15:03:10 -07:00
Kevin Sawicki
00fd7fc00f
Add Go Textmate bundle as submodule
2013-03-26 17:11:26 -04:00
Kevin Sawicki
6e472064dd
Add Mustache bundle as a submodule
...
Closes #398
2013-03-21 11:13:07 -07:00
Kevin Sawicki
77b7e71920
Move jasmine-helper from vendor/ to spec/
2013-03-20 18:38:19 -07:00
Kevin Sawicki
8668998b1a
Move jasmine-focused to spec folder
...
This JS file was previously loaded in the vendor folder
even though it was internally written.
It has also been converted to CoffeeScript.
2013-03-20 18:36:55 -07:00
Kevin Sawicki & Nathan Sobo
501dc9b76c
Merge remote-tracking branch 'origin/master' into cefode
...
Conflicts:
native/v8_extensions/native.mm
spec/app/config-spec.coffee
spec/app/window-spec.coffee
spec/spec-helper.coffee
spec/stdlib/fs-utils-spec.coffee
src/app/atom-package.coffee
src/app/config.coffee
src/app/window.coffee
src/packages/fuzzy-finder/lib/load-paths-handler.coffee
src/packages/markdown-preview/lib/markdown-preview-view.coffee
src/packages/tree-view/spec/tree-view-spec.coffee
src/stdlib/require.coffee
2013-03-20 10:46:50 -06:00
Nathan Sobo
4a203a9eb6
Use plist NPM instead of vendor/plist.js. Use new synch parsing api.
...
This also adds a `readObject` method to `fs-utils`, which loads the
file as cson if it ends with json/cson, and otherwise tries to load
it as a plist.
For now, we're using my fork which is tolerant to a node environment
with a `window` global and suppresses some logging of non-fatal
errors. If the upstream author accepts my pull requests we can switch
back.
2013-03-19 11:32:23 -06:00
Kevin Sawicki
2b35eaa414
Update python bundle to 70dd4be
...
Adds .gypi to file types
2013-03-13 08:42:23 -07:00
Kevin Sawicki
3a3f4e2ce6
Use pegjs node module
2013-03-12 17:41:18 -07:00
Kevin Sawicki
96a949983c
Use fs.resolveOnLoadPath() instead of require.resolve()
2013-03-12 13:33:25 -07:00
Kevin Sawicki
2a78183a15
Use node's crypto API for pasteboard md5s
2013-03-11 19:07:08 -07:00
Kevin Sawicki
9139df5779
Remove unused vendor assert.js
2013-03-11 17:36:48 -07:00
Kevin Sawicki
5d8a40d240
Use d3 npm
2013-03-11 15:48:29 -07:00
Kevin Sawicki
03b32ec29c
Use coffee-script node module
...
This required upgrading underscore which to fix issues
with _.isEqual working across objects created from different
documents.
The upgrade required adding a custom _.isEqual extension that
added back support for object's having an isEqual method that
was removed in underscore 1.4.0.
2013-03-11 13:39:17 -07:00
Kevin Sawicki
2212222c47
Use underscore node module
2013-03-11 11:22:36 -07:00
probablycorey
0b674978db
Require will parse .less files into css
2013-03-11 10:02:18 -07:00
Nathan Sobo
8898f81fc3
Add $.fn.views
method to space pane, which returns an array of views
2013-03-07 09:30:24 -08:00
Garen Torikian
6c389629b7
Add less tmbundle
2013-02-27 15:40:38 -08:00
Garen Torikian
18e089571c
Add SASS TMBundle
2013-02-27 15:39:10 -08:00
Garen Torikian
318e86b821
Add Perl TMBundle
2013-02-27 15:38:22 -08:00
Garen Torikian
392b34e675
Add PHP TMBundle
2013-02-27 15:37:49 -08:00
Garen Torikian
f21318c3c7
Add Java TMBundle
2013-02-27 15:36:53 -08:00
Garen Torikian
519340a67c
Add yaml submodule
2013-02-27 14:56:34 -08:00
Will Farrington
584c07b590
Add clojure tmbundle
2013-02-26 21:58:12 +11:00
Kevin Sawicki
9e1547afab
Update python bundle to df88cd66d0
2013-02-20 20:53:01 -08:00
Corey Johnson
f7bc1186c5
Console spec reporter allows focused specs
2013-02-20 16:28:49 -08:00
Kevin Sawicki
e21fddc5e3
Upgrade CoffeeScript bundle to 32d285247
...
Includes commit to not include whitespace before function name
in function scope.
2013-02-15 10:32:32 -08:00
Corey Johnson
98cd5b46d1
Spec runner cleanup
2013-02-11 18:00:56 -08:00
Nathan Sobo
3e040f3f40
Upgrade vendored SpacePen to d9b6b4a2fe3fdeca07bb82e14e412718540f89f3
2013-02-06 16:40:19 -07:00
Nathan Sobo
6561d89e1c
Upgrade vendored SpacePen to f6ef4ba2ffdc27b6c9a057560f1f527b1e0f3e8b
2013-02-06 11:40:46 -07:00
Corey Johnson
4e60bf6501
Fix focused spec bug
2013-02-01 14:54:26 -08:00
Corey Johnson
ab8537f317
Upgrade Jasmine to 1.3.1
2013-02-01 14:13:56 -08:00
Corey Johnson
a383c205b7
Make test output more readable
2013-01-31 15:33:15 -08:00
Kevin Sawicki
7a186b1ab6
Add python bundle as submodule
2013-01-29 18:21:38 -08:00
Jon Rohan
01b9594e21
moving themes to vendor/themes
2013-01-22 12:39:40 -08:00
Kevin Sawicki
7a89de077b
Log longest specs explicitly
...
Instead of logging them to the console at the end of the run,
add two new methods, logLongestSpec() and logLongestSpecs(number)
to the window object that will print out the results.
2013-01-10 08:37:32 -08:00
Kevin Sawicki
f76db1f957
Log 10 longest running specs
2013-01-09 19:21:04 -08:00
Kevin Sawicki
14efcefad9
Add property list bundle
...
Also adds the xml bundle which is a requirement of
the property list bundle.
2013-01-08 16:22:38 -08:00
Kevin Sawicki
afa08c43b7
Vendor shell script bundle
2013-01-06 10:50:04 -08:00
Kevin Sawicki
59dced23a0
Update URL of git.tmbundle
...
Contains fix to colorize .gitmodules files
as config files.
2013-01-04 08:18:52 -08:00
Kevin Sawicki
4078046ac6
Vendor textmate bundles as submodules
2013-01-04 08:18:52 -08:00
Kevin Sawicki
bd68dc618a
Add d3 treemap of command logger data
2012-12-28 17:10:10 -08:00
Corey Johnson & Nathan Sobo
085a5ea54f
Upgrade space-pen
2012-12-14 14:27:28 -08:00
Corey Johnson
f0f0985c96
Don't require non-existent stream
file
2012-10-26 15:36:15 -07:00
Kevin Sawicki
7b2223f6b4
Vendor exuberant ctags
2012-10-26 10:58:10 -07:00
Nathan Sobo
b1e8e2391f
Merge branch 'paste-indentation'
2012-10-25 10:50:05 -06:00
Nathan Sobo
fd4b6c85ce
Add a global pasteboard
object which supports metadata
...
This metadata will be used to record the indentation level of the first line when copying multiple lines of text to the pasteboard. The pasteboard takes the md5 of the pasted content when writing, then when reading it associates the last written metadata only when the signature matches the previously written value.
2012-10-24 17:42:58 -06:00
Corey Johnson
f686988e36
Update stringscore.js to 0.1.10 and remove start_of_string_bonus
2012-10-24 15:33:13 -07:00