Kyle Filz
|
f9fe5efbb0
|
Fix running .cmd stubs through BufferedProcess
ChildProcess.spawn only will run .exe files on Windows, not .cmd, .bat,
.anythingElse.
See joyent/node#2318 for more information.
|
2014-05-09 09:04:36 -05:00 |
|
Kevin Sawicki
|
3f0302b256
|
Upgrade to apm@0.52.0
|
2014-05-09 13:52:31 +02:00 |
|
Ivan Žužak
|
88d024e73b
|
Upgrade to feedback@0.33.0
|
2014-05-09 12:23:06 +01:00 |
|
Daniel Hengeveld
|
0d190d2cd4
|
Merge pull request #2112 from atom/why-ghfw
Explain why GH4W
|
2014-05-08 19:21:53 -07:00 |
|
Paul Betts
|
4afae028ec
|
Explain why GH4W
|
2014-05-08 19:00:53 -07:00 |
|
Paul Betts
|
5165f0df88
|
Merge remote-tracking branch 'origin/master' into winreadme
Conflicts:
README.md
|
2014-05-08 18:06:05 -07:00 |
|
Corey Johnson
|
5b7b3501a6
|
Merge pull request #2081 from xcvd/master
Shift backspace keymap
|
2014-05-08 17:03:25 -07:00 |
|
Corey Johnson
|
c3937d0c4c
|
Merge pull request #2073 from captn3m0/master
Make atom build behind firewalls
|
2014-05-08 16:53:31 -07:00 |
|
Corey Johnson
|
6e27208c5c
|
Merge pull request #2108 from atom/cj-update-build-docs
Update build docs
|
2014-05-08 16:42:34 -07:00 |
|
Corey Johnson
|
91342db0ba
|
Tweak build instruction content
|
2014-05-08 16:34:54 -07:00 |
|
Corey Johnson
|
8f7123ae12
|
Update build instruction links
|
2014-05-08 16:31:10 -07:00 |
|
Corey Johnson
|
3a22b3d4b8
|
Move build instructions to separate files
|
2014-05-08 16:30:44 -07:00 |
|
Corey Johnson
|
919ca82ccd
|
Update building section of docs
|
2014-05-08 16:16:31 -07:00 |
|
Corey Johnson
|
d35baac054
|
Add build instructions section to docs folder
|
2014-05-08 16:16:13 -07:00 |
|
Corey Johnson
|
9aa2df7cee
|
Merge pull request #2059 from bradgearon/master
append .cmd to apm in package-manager.coffee if platform is win32
|
2014-05-08 15:14:36 -07:00 |
|
Corey Johnson
|
41ea18a8f1
|
Merge pull request #2047 from cameronmcefee/master
Wordsmith the Atom readme
|
2014-05-08 15:10:39 -07:00 |
|
Corey Johnson
|
5cf37fd13e
|
Merge pull request #2045 from atom/cj-tabs-be-weird
Make Atom smarter about guessing if a file uses soft or hard tabs
|
2014-05-08 15:09:32 -07:00 |
|
Corey Johnson
|
a649d75ab8
|
Merge remote-tracking branch 'origin/master' into cj-tabs-be-weird
Conflicts:
package.json
|
2014-05-08 14:36:50 -07:00 |
|
Corey Johnson
|
255cdbb60a
|
Avoid problems with version pattern ^X.Y.Z
Older versions of npm don't recognize that pattern
|
2014-05-08 14:14:26 -07:00 |
|
Corey Johnson
|
bd4e56fd08
|
Upgrade to text-buffer@2.2.2
|
2014-05-08 14:01:30 -07:00 |
|
Corey Johnson
|
5246d784db
|
Upgrade to text-buffer@2.2.1
|
2014-05-08 13:50:54 -07:00 |
|
Brad Gearon
|
e945b83318
|
remove os require use process.platform instead
|
2014-05-08 12:38:35 -05:00 |
|
Kevin Sawicki
|
38bd996996
|
Merge pull request #2052 from AngelEzquerra/ignore_mercurial_files
Add mercurial directories to default list of ignored names
|
2014-05-08 19:23:40 +02:00 |
|
Kevin Sawicki
|
8f3a72e11b
|
Merge pull request #2071 from lee-dohm/doc-fix
📝 Some simple documentation fixes
|
2014-05-08 19:21:00 +02:00 |
|
Kevin Sawicki
|
ddc62efb44
|
Upgrade to pathwatcher@1.2.4
|
2014-05-08 19:17:17 +02:00 |
|
Kevin Sawicki
|
8f08e497a0
|
Upgrade to scrollbar-style@0.4.0
|
2014-05-08 19:16:47 +02:00 |
|
xcvd
|
8048f8af5f
|
Shift backspace keymap
Within windows build shift-backspace currently does nothing. Behaviour
untested in linux (perhaps linux.cson should be modified too?)
|
2014-05-08 11:53:47 +01:00 |
|
Abhay Rana
|
c66d3fdba0
|
Make atom build behind firewalls
This is to get `npm install` to work behind firewalls where `git://` is blocked.
|
2014-05-08 12:24:34 +05:30 |
|
Lee Dohm
|
9b49c2f987
|
📝 Some simple documentation fixes
|
2014-05-07 22:38:51 -07:00 |
|
Paul Betts
|
bceed13606
|
Fix Windows build instructions
|
2014-05-07 20:08:09 -07:00 |
|
Brad Gearon
|
d99c9edc43
|
append .cmd to apm in package-manager.coffee if platform is win32
avoids NOENT error when searching for packages
|
2014-05-07 18:35:05 -05:00 |
|
Cameron McEfee
|
31306a3243
|
Apply @probablycorey's suggestions
|
2014-05-07 15:04:39 -07:00 |
|
Angel Ezquerra
|
67de17e0c3
|
Add mercurial directories to default list of ignored names
atom already ignored git and svn directories. It makes sense to ignore
mercurial (.hg) directories as well.
|
2014-05-07 23:56:29 +02:00 |
|
Corey Johnson
|
3371252656
|
Merge pull request #1995 from dpen2000/patch-1
Update README.md
|
2014-05-07 14:37:53 -07:00 |
|
Nathan Sobo
|
a7e9037e5b
|
Upgrade language-go for grammar improvements in atom/language-go#18
|
2014-05-07 14:44:30 -06:00 |
|
Cameron McEfee
|
b3e376ce7c
|
This doesn't need to change.
|
2014-05-07 13:03:59 -07:00 |
|
Cameron McEfee
|
d24b664873
|
fix io typo
|
2014-05-07 13:00:30 -07:00 |
|
Cameron McEfee
|
b8394830a0
|
Wordsmith the readme
|
2014-05-07 12:59:58 -07:00 |
|
probablycorey
|
7d76105530
|
Merge remote-tracking branch 'origin/master' into cj-tabs-be-weird
|
2014-05-07 12:59:23 -07:00 |
|
probablycorey
|
bbe399196f
|
Upgrade to find-and-replace@0.101.0
|
2014-05-07 12:49:45 -07:00 |
|
probablycorey
|
8c6cdf7358
|
Upgrade to text-buffer@2.2.1
|
2014-05-07 12:34:34 -07:00 |
|
dpen2000
|
f71bb9349b
|
Update README.md
Change 2010 express edition link because old one redirects to a general page about Visual Studio
|
2014-05-07 14:26:40 -05:00 |
|
probablycorey
|
6bb260140b
|
Don't use comment lines to determine soft/hard tabs.
Closes atom/language-php#24
Closes #1733
|
2014-05-07 12:18:05 -07:00 |
|
Nathan Sobo
|
88aec85f92
|
Upgrade pathwatcher to support windows builds
|
2014-05-07 12:24:02 -06:00 |
|
Kevin Sawicki
|
61cdee9743
|
Upgrade to language-less@0.9.0
|
2014-05-07 09:20:30 -07:00 |
|
Kevin Sawicki
|
15c3efa6e4
|
💄 Add variable names for clarity
|
2014-05-07 09:14:42 -07:00 |
|
Kevin Sawicki
|
a1835efb4e
|
Merge pull request #1988 from Ferk/master
Fix for source tarballs error on 'set-version' (not a git repository)
|
2014-05-07 09:12:49 -07:00 |
|
Kevin Sawicki
|
5e0f132d33
|
Merge pull request #1991 from evinugur/master
ignore Thumbs.db in workspace-view and in actual atom gitignore
|
2014-05-07 09:05:56 -07:00 |
|
Kevin Sawicki
|
2c7c4c95f2
|
Merge pull request #2013 from pborreli/typos
Fixed typos
|
2014-05-07 08:56:19 -07:00 |
|
Kevin Sawicki
|
81f115d3db
|
Merge pull request #2006 from Heather/patch-1
Visual C++ 2010 should be SP1
|
2014-05-07 08:48:48 -07:00 |
|