Commit Graph

21913 Commits

Author SHA1 Message Date
Nathan Sobo
a208e789d7 Merge pull request #5714 from as-cii/update-only-needed-cursors
Update needed cursors only
2015-02-24 13:44:07 -07:00
Max Brunsfeld
a29cf33e97 Merge pull request #5720 from atom/mb-dont-always-add-project-paths
Don't add project paths when opening a file in an existing window
2015-02-24 12:27:15 -08:00
Max Brunsfeld
a1ba470c5b Don't add project paths when opening a file in an existing window 2015-02-24 12:09:10 -08:00
Max Brunsfeld
cd9a1ccb9f 🎨 organize integration spec 2015-02-24 11:40:29 -08:00
Nathan Sobo
0bf0c0527f Don’t tokenize spaces preceding combining chars as leading whitespace
Fixes #5349
2015-02-24 12:10:25 -07:00
Nathan Sobo
5fdb3cde08 Fix ::longestScreenRow update for changes directly above longest line
Fixes #5716
2015-02-24 11:36:01 -07:00
Nathan Sobo
622caee446 Correctly store which lines we have already measured 2015-02-24 11:36:01 -07:00
Ivan Žužak
7456bcfb98 Merge pull request #5717 from atom/izuzak-remove-unused-variable
Remove unused variable
2015-02-24 19:22:54 +01:00
Ivan Žužak
3dc1029362 🔥 remove unused variable 2015-02-24 19:03:10 +01:00
Kevin Sawicki
3e439f3c57 ⬆️ timecop@0.31 2015-02-24 08:53:00 -08:00
Kevin Sawicki
9e5ca31674 Merge pull request #5708 from atom/bf-fix-lint-warning
Fix a lint warning reported by `./script/grunt lint`.
2015-02-24 08:50:46 -08:00
Antonio Scandurra
cc9ed043c7 🐎 Update needed cursors only 2015-02-24 16:39:39 +01:00
Michael Bolin
59df42d7c5 Fix a lint warning reported by ./script/grunt lint.
Now it runs without reporting any issues.
2015-02-23 22:53:31 -08:00
Kevin Sawicki
e3d4d07baf 📝 Link to latest docs 2015-02-23 17:49:45 -08:00
Ben Ogle
7eb6c205fd Merge pull request #5704 from brixen/patch-1
Fix container typo in upgrading-your-ui-theme.md
2015-02-23 17:34:49 -08:00
Brian Shirai
91ba91b18f Update upgrading-your-ui-theme.md
Fixed misspelling of container in selector table.
2015-02-23 19:31:48 -06:00
Max Brunsfeld
0be34a892f Merge pull request #5660 from atom/bf-git-repository-provider-should-not-throw
Make sure that GitRepositoryProvider.repositoryForDirectorySync() return...
2015-02-23 17:21:48 -08:00
Kevin Sawicki
19fad9c6ac ⬆️ apm@0.141 2015-02-23 13:22:12 -08:00
Nathan Sobo
03fc4e1b98 Remove unused React references 2015-02-23 13:08:50 -08:00
Nathan Sobo
c74ced6378 Merge pull request #5678 from as-cii/faster-merge-selection
Faster `mergeIntersectingSelections`
2015-02-23 12:36:28 -08:00
Nathan Sobo
2e8c5855d4 Don’t attempt to preserve mouseWheelScreenRow if it’s deleted
Fixes #5527
2015-02-23 10:51:16 -08:00
Max Brunsfeld
e55e84506b ⬆️ tree-view 2015-02-23 10:26:27 -08:00
Michael Bolin
61fb408777 Tighten up comment. 2015-02-23 10:10:37 -08:00
Michael Bolin
6bd6a8ccdd Introduce use of beforeEach() in unit test. 2015-02-23 09:59:16 -08:00
Michael Bolin
b015e1bfa7 revert changes to isValidGitDirectorySync() 2015-02-23 09:56:57 -08:00
Kevin Sawicki
401b647b2e ⬆️ language-javascript@0.58 2015-02-23 09:47:28 -08:00
Kevin Sawicki
59a1466769 ⬆️ language-clojure@0.13 2015-02-23 09:44:20 -08:00
Kevin Sawicki
261f624d69 ⬆️ symbols-view@0.84 2015-02-23 09:41:14 -08:00
Kevin Sawicki
88ba4e6016 Merge pull request #5679 from jbrains/no-more-activation-events
💄 Removes last reference to obsolete term 'Activation Events'.
2015-02-23 09:36:22 -08:00
Kevin Sawicki
91aac58395 ⬆️ language-c@0.41 2015-02-23 09:36:01 -08:00
Michael Bolin
07039ba47a Check whether existsSync() is available in GitRepositoryProvider before trying to call it. 2015-02-23 09:30:43 -08:00
Michael Bolin
eb06cb7f97 On second thought, don't print anything.
This can be a common, expected occurrence when using special implementations
of Directory, so it creates a lot of distracting noise for the user.
2015-02-22 20:36:14 -08:00
Michael Bolin
947df9a6cc Print exception via console.warn(). 2015-02-22 20:35:51 -08:00
J. B. Rainsberger
11b2b4f55d 💄 Removes last reference to obsolete term 'Activation Events'. 2015-02-22 10:56:25 -04:00
Antonio Scandurra
7fe3135526 🎨 Give code a better structure 2015-02-22 15:04:37 +01:00
Antonio Scandurra
37b4183542 🐎 Improve mergeIntersectingSelections performance
Order selections first and intersect only with the last one.
This brings the cost of mergeIntersectingSelections down to O(n log n).
2015-02-22 14:04:03 +01:00
Ivan Žužak
5768a67427 Merge pull request #5677 from suyash/patch-2
Minor fixes in linux.md
2015-02-22 10:42:40 +01:00
Suyash
6832845b91 📝 fix grammatical errors in linux build file 2015-02-22 13:43:43 +05:30
Michael Bolin
6d24aaf497 Make sure that GitRepositoryProvider.repositoryForDirectorySync() returns null rather than throws.
The UI locks up if this method does not return.
2015-02-21 00:07:40 -08:00
Kevin Sawicki
25befa7368 Update fixture path in compile cache spec 2015-02-20 15:55:41 -08:00
Kevin Sawicki
34a75d1c32 ⬆️ spell-check@0.55 2015-02-20 15:32:44 -08:00
Kevin Sawicki
631c95643d to5 -> babel 2015-02-20 15:24:21 -08:00
Kevin Sawicki
7ca9e5614c Go back to using or check instead of pattern 2015-02-20 15:11:46 -08:00
Kevin Sawicki
caff9e0866 Merge pull request #5579 from sebmck/babel
Rename 6to5 to Babel
2015-02-20 15:04:26 -08:00
Max Brunsfeld
c1c0962459 ⬆️ git-diff 2015-02-20 14:58:36 -08:00
Nathan Sobo
964809373b Merge branch 'ns-manual-dom-updates' 2015-02-20 15:29:33 -07:00
Nathan Sobo
55f80f33e6 Avoid allocating an array on every poll
@jashkenas Love CoffeeScript but I wish I could opt out of loops being
list comprehensions.
2015-02-20 15:28:02 -07:00
Max Brunsfeld
70089b9c82 ⬆️ fuzzy-finder 2015-02-20 13:19:56 -08:00
Ben Ogle
eb868fdec6 ⬆️ snippets@0.76.0 2015-02-20 10:17:59 -08:00
Kevin Sawicki
64e2c70fc4 Prepare 0.183 2015-02-20 09:53:06 -08:00