Garen Torikian
a4d8ed6ce6
Bump nak
2013-03-31 17:07:30 -07:00
Garen Torikian
ae544e0c7e
Bump nak
2013-03-31 01:20:56 -07:00
Garen Torikian
f48355ce10
Merge branch 'nak-nostream' into nak-powered-search
2013-03-31 00:45:14 -07:00
Garen Torikian
0a6963a965
Bump node-git to 0.11.0
2013-03-29 09:36:51 -07:00
Kevin Sawicki
346a3c94aa
Bring back a newline
2013-03-28 22:12:16 -04:00
Garen Torikian
226611d2ec
Fix fuzzy specs
2013-03-28 13:04:25 -07:00
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
Cheng Zhao
4768ae9008
Rename node-nsspellchecker to node-spellchecker.
2013-03-27 12:25:55 +08:00
Cheng Zhao
3ed35574d4
Use node-nsspellchecker to replace $native's spell checker.
2013-03-27 12:25:54 +08:00
Garen Torikian
02873f5116
drop in nak for search
2013-03-26 15:02:48 -07:00
Kevin Sawicki
8cbccafe08
Upgrade to git-utils 0.8.0
2013-03-26 17:08:00 -04:00
Kevin Sawicki
9e674d52ac
Upgrade to oniguruma 0.8.0
2013-03-26 17:05:30 -04:00
Kevin Sawicki
4e9b33075f
Upgrade to ctags 0.3.0
2013-03-26 17:03:33 -04:00
Kevin Sawicki
be9ffc499f
Upgrade to oniguruma 0.7
...
Includes support for matches in strings with multi-byte
characters.
Closes #430
2013-03-21 16:56:23 -07:00
Kevin Sawicki
efe44fd78c
Upgrade to git-utils 0.7.0
2013-03-20 16:52:17 -07:00
Kevin Sawicki
912b9292c4
Upgrade to ctags 0.2.0
2013-03-20 16:12:09 -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
Nathan Sobo
e5436974eb
Replace snippet loader task w/ async loading
2013-03-18 14:57:09 -07:00
Kevin Sawicki
cdb7f14c03
Release repository when worker is done
...
Closes #414
2013-03-17 17:22:34 -05:00
John Barnette
09259a579d
Let's not accidentally publish this ❤️
2013-03-14 18:06:55 -07:00
Kevin Sawicki
0df07a8c29
Upgrade to git-utils 0.5
2013-03-13 09:07:22 -07:00
Kevin Sawicki
3a3f4e2ce6
Use pegjs node module
2013-03-12 17:41:18 -07:00
Kevin Sawicki & Nathan Sobo
aaf0d48edf
Use coffee-cache module
2013-03-12 14:59:21 -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
Kevin Sawicki
9bf7c9459d
Upgrade to oniguruma 0.5
2013-03-09 21:28:13 -08:00
Kevin Sawicki
e6ec46d7f0
Upgrade to git-utils 0.3
2013-03-09 21:26:18 -08:00
Kevin Sawicki
f3049681bd
Use git-utils module
...
Removes the need to include libgit2 as this is now handled by the
git-utils module which provides functions that were previously in
git.mm and git.coffee
2013-03-09 14:34:06 -08:00
Kevin Sawicki
9d706d6d5c
Add git-utils dependency
2013-03-09 12:45:42 -08:00
Kevin Sawicki
5202e846de
Remove $native.write()
2013-03-07 18:20:29 -08:00
Kevin Sawicki
d59ae44914
Upgrade oniguruma dependency
2013-03-07 15:07:29 -08:00
Kevin Sawicki
d34796a78b
Use oniguruma node module
...
This removes all internal native oniguruma
sources and starts using the node module
directly to create onig scanners and regexes.
2013-03-07 10:45:22 -08:00
Kevin Sawicki
ea8068652b
Add oniguruma to package.json
2013-03-07 10:18:08 -08:00
Kevin Sawicki
ce2d0389e1
Use ctags node module
...
Remove internal ctags code and defer to
new node module for finding tags and listing
tags.
2013-03-07 09:41:04 -08:00
Kevin Sawicki & Nathan Sobo
41e1ce4a09
Remove cson2json dependency
...
The latest release does not work because of CoffeeScript
changes so use a simple compile script to convert CSON
files to JSON files when buildilng.
Closes #348
2013-03-04 18:27:51 -08:00
probablycorey
fd2d1f2dfc
Peg CoffeeScript to 1.5.x
2013-03-04 09:42:54 -08:00
Kevin Sawicki
781f58e33a
Precompile cson files to json
2013-01-17 16:50:25 -08: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
6a55bc4a01
Stub a package.json
2012-09-13 11:25:37 -07:00