Kevin Sawicki
c03d34f535
Upgrade to language-c@0.25
v0.118.0
2014-07-24 11:21:32 -07:00
Kevin Sawicki
7cfdcf0c1b
Start caching compiled CSON files
...
Compiling CSON takes ~45 seconds so only compile files that aren't
in cache speeding up the build once the cache is primed.
2014-07-24 10:40:37 -07:00
Nathan Sobo
d3a46b6bc9
Don't try to update lines/line numbers until after initial measurement
...
Fixes #3047
2014-07-24 10:27:38 -07:00
Kevin Sawicki
cc27f2dbb6
Remove spaces around =
2014-07-24 09:35:44 -07:00
Kevin Sawicki
54ce852be4
Store nohup.out in ~/.atom
...
Storing it in the temp directory can lead to permissions issues when
Atom is run by multiple users.
Closes #3056
2014-07-24 09:27:47 -07:00
Kevin Sawicki
5d00ca8bb6
Check platform not env
2014-07-23 20:03:02 -07:00
Ben Ogle
00275d95ec
Merge pull request #3044 from atom/bo-h-scrollbar
...
Horizontal scrollbar no longer covers the gutter
2014-07-23 16:35:02 -07:00
Ben Ogle
242df788e6
Remove unnecessary scrollbar specs
2014-07-23 16:25:24 -07:00
Ben Ogle
3295b9b0dd
Romove runSetImmediateCallbacks() in many cases
...
This is because of the removal of the gutter measurement. When there
was measurement, every load of the editor would measure and request at
least one render based on the reset of the gutter width. These
specs don’t need to call runSetImmediateCallbacks() as they either
don’t do anything to cause a render or they render immediately
(in the case of updated options).
In some cases, we need to make sure nothing happened, so I added a
hasSetImmediateCallbacks() function, which is used in specs where
nothing should have happened.
2014-07-23 16:25:10 -07:00
Ben Ogle
2a9c78ef92
Move horiz scrollbar into the scrollView
...
Also remove all the gutter width calculation. It was flawed anyway,
2014-07-23 16:20:48 -07:00
Kevin Sawicki
a896d71948
Upgrade to language-c@0.24
2014-07-23 15:37:24 -07:00
Kevin Sawicki
e3e0df7728
Upgrade to language-javascript@0.37
2014-07-23 15:34:50 -07:00
probablycorey
0acd3ebd4b
Use Tab instead of Buffer in menu items.
...
Closes #1645
2014-07-23 13:55:29 -07:00
Kevin Sawicki
82f0a68419
Upgrade to snippets@0.49
2014-07-23 13:03:14 -07:00
Kevin Sawicki
9a95c3acef
Upgrade to language-go@0.15
2014-07-23 12:31:28 -07:00
Kevin Sawicki
22eb16352c
Add more config file items to File menu
2014-07-23 11:30:00 -07:00
Kevin Sawicki
5355310cc7
Upgrade to apm 0.83
2014-07-23 10:59:26 -07:00
Kevin Sawicki
9f9ca0a2cf
Don't dedupe node-gyp
...
npm has hard-coded paths to it so it can't be moved up.
2014-07-23 10:45:21 -07:00
Kevin Sawicki
29970acaa9
📝 Document second argument of callback
2014-07-23 10:29:46 -07:00
Kevin Sawicki
8c0b9017c2
Merge pull request #2982 from atom/ks-file-diet
...
Remove unneeded files from distribution
2014-07-23 10:27:29 -07:00
Kevin Sawicki
e9890810d3
Don't include more dot files
2014-07-23 10:11:03 -07:00
Kevin Sawicki
0e201d539a
Sort by name when type count is the same
2014-07-23 10:11:03 -07:00
Kevin Sawicki
6a0e7cfb24
Add task to output file types in build folder
2014-07-23 10:11:03 -07:00
Kevin Sawicki
e13defc0f7
Don't include broken symlinks
2014-07-23 10:11:03 -07:00
Kevin Sawicki
3326cf357f
Dedupe semver in apm
2014-07-23 10:11:03 -07:00
Kevin Sawicki
9c78b9832b
Dedupe node-gyp in apm
2014-07-23 10:11:02 -07:00
Kevin Sawicki
662b8b30a1
Don't include pegjs when grammars are precompiled
2014-07-23 10:11:02 -07:00
Kevin Sawicki
caa15e42ac
Don't include npm docs
2014-07-23 10:11:02 -07:00
Kevin Sawicki
75410e07da
Don't include .node.dSYM folders
2014-07-23 10:11:02 -07:00
Kevin Sawicki
72727c2a81
Don't include generated Makefiles
2014-07-23 10:11:02 -07:00
Kevin Sawicki
adaee84933
Remove unused fixtures
2014-07-23 10:11:02 -07:00
Kevin Sawicki
d761684212
Don't include nan
2014-07-23 10:11:02 -07:00
Kevin Sawicki
307d4984a2
Don't include binding.gyp files
2014-07-23 10:11:02 -07:00
Kevin Sawicki
09711d5a88
Don't include target.mk or linker.lock files
2014-07-23 10:11:02 -07:00
Kevin Sawicki
2e1239345e
Don't include bootstrap site files
2014-07-23 10:11:02 -07:00
Kevin Sawicki
8d6325b081
Don't include benchmark folders
2014-07-23 10:11:02 -07:00
Kevin Sawicki
8a8144defa
Upgrade to dev-live-reload@0.32
2014-07-23 10:11:01 -07:00
Kevin Sawicki
ed867666ed
Specify regex directly as filter
2014-07-23 10:11:01 -07:00
Kevin Sawicki
84ff28ee69
Remove unused package fixtures
2014-07-23 10:11:01 -07:00
Kevin Sawicki
97f032c66f
Make e optional in test regex
2014-07-23 10:11:01 -07:00
Kevin Sawicki
18ea3bcb99
Don't include atom-shell's default_app folder
2014-07-23 10:11:01 -07:00
Kevin Sawicki
8da4ed147b
Don't include .travis.yml and .npmignore files
2014-07-23 10:11:01 -07:00
Kevin Sawicki
edd1f46ad2
Don't include more build files
2014-07-23 10:11:01 -07:00
Kevin Sawicki
cfb1501720
Remove unused replication fixture
2014-07-23 10:11:01 -07:00
Kevin Sawicki
17ceb34140
Don't include jasmine-node/spec files
2014-07-23 10:11:01 -07:00
Kevin Sawicki
c551b58490
Update comment with .h files
2014-07-23 10:11:01 -07:00
Kevin Sawicki
6c736ace1a
Don't include .h files from native modules
2014-07-23 10:11:01 -07:00
Kevin Sawicki
4ff2429f71
Don't include .cc files from native modules
2014-07-23 10:11:00 -07:00
Kevin Sawicki
01499fe674
Uncomment grunt.task.run call
2014-07-23 10:11:00 -07:00
Kevin Sawicki
c4d26f6405
Filter example files from built app
2014-07-23 10:11:00 -07:00