Commit Graph

21754 Commits

Author SHA1 Message Date
Ivan Žužak
dec102cf34 Merge pull request #5558 from grizzilus/fix-typo-of-optional
Fix typos in API docs
2015-02-14 18:44:04 +01:00
Jeremy Engel
6256f62217 Change "optinal" to "optional" 2015-02-14 09:36:20 -08:00
Nathan Sobo
55a70da3cf Hide scrollbars on mini editors
Fixes #5548
2015-02-13 19:37:27 -07:00
Max Brunsfeld
9517410ef4 Incrementally initialize presenter in random mutation spec
Fix resulting failures

Signed-off-by: Nathan Sobo <nathan@github.com>
2015-02-13 18:05:05 -08:00
Kevin Sawicki
ea38926e26 ⬆️ text-buffer@4.1.5 2015-02-13 16:05:05 -08:00
Kevin Sawicki
52681e6544 ⬆️ language-c@0.39 2015-02-13 13:57:20 -08:00
Kevin Sawicki
bc2d4054a4 Merge pull request #5540 from atom/use-directory-exists-sync
Replace directoryExistsSync() with Directory::existsSync().
2015-02-13 13:44:43 -08:00
Nathan Sobo
7e32dc6e7d Tempororily disable random presenter spec 2015-02-13 14:33:24 -07:00
Michael Bolin
8f9b6a3082 Replace directoryExistsSync() with Directory::existsSync().
This makes it possible to remove a TODO in `GitRepositoryProvider`.
2015-02-13 13:25:02 -08:00
Max Brunsfeld
ac7057bb2e Always open new window when --wait is passed
Signed-off-by: Nathan Sobo <nathan@github.com>
2015-02-13 13:04:22 -08:00
Kevin Sawicki
c260a29434 ⬆️ pathwatcher@3.3.1 2015-02-13 12:58:02 -08:00
Kevin Sawicki
f7138e5190 ⬆️ pathwatcher@3.3 2015-02-13 12:30:37 -08:00
Kevin Sawicki
c3ae0441b5 ⬆️ apm@0.139 2015-02-13 11:38:28 -08:00
Kevin Sawicki
49d72f8c50 📝 its -> it is 2015-02-13 11:35:39 -08:00
Kevin Sawicki
86da2ba888 📝 Use update-alternatives 2015-02-13 11:35:02 -08:00
Kevin Sawicki
c20748b88e Merge pull request #5528 from vpeil/master
📝 a little hint added for 'Building from source for linux'
2015-02-13 11:13:22 -08:00
Ben Ogle
b155ad3689 ⬆️ settings-view@0.182.0 2015-02-13 10:40:41 -08:00
Kevin Sawicki
fdb0d02ef6 ⬆️ language-gfm@0.64 2015-02-13 09:45:09 -08:00
Kevin Sawicki
ec183b0fae ⬆️ language-ruby-on-rails@0.19 2015-02-13 09:43:41 -08:00
Kevin Sawicki
a3b64d55ad Merge pull request #5526 from atom/upgrade-6to5-to-3.6.0
Move reactCompat option to transform as per 6to5 deprecation warning.
2015-02-13 09:24:51 -08:00
Kevin Sawicki
fa46bf8f00 ⬆️ emissary@1.3.3 2015-02-13 09:23:11 -08:00
Kevin Sawicki
10c3fd2524 ⬆️ property-accessors@1.1.3 2015-02-13 09:22:39 -08:00
Max Brunsfeld
2dac7fd18e Merge pull request #5475 from atom/mb-multi-folder-project
Allow project API to support multiple root directories
2015-02-12 22:28:16 -08:00
Max Brunsfeld
ac78cee584 🔥 ncp; use fs.copySync 2015-02-12 22:14:02 -08:00
Max Brunsfeld
30bd85d8cc Add some waiting in integration test
* Give chromedriver a few millis to start up
* Wait for atom-workspace element to appear before querying
  active panes.
2015-02-12 21:18:20 -08:00
Max Brunsfeld
8cc0372432 Avoid unhandled promise rejection warning 2015-02-12 21:18:20 -08:00
Max Brunsfeld
a5b28b2833 Rename test helper method 2015-02-12 21:18:20 -08:00
Max Brunsfeld
476876e479 Restore behavior of reusing focused window for opened files 2015-02-12 21:18:20 -08:00
Max Brunsfeld
e0aa8e7f5c Move ncp dependency to build/package.json 2015-02-12 21:18:20 -08:00
Max Brunsfeld
29662efe7c Don't re-use dev windows for non-dev or vise-versa 2015-02-12 21:18:20 -08:00
Max Brunsfeld
f7e1629cfc Set multiple project paths for multiple cmd-line paths
Signed-off-by: Jessica Lord <jlord@github.com>
2015-02-12 21:18:18 -08:00
Max Brunsfeld
81d07e2804 Improve error-handling in integration spec 2015-02-12 21:18:17 -08:00
Max Brunsfeld
ba789800b7 Fix handling of args and env in atom-launcher script
Signed-off-by: Jessica Lord <jlord@github.com>
2015-02-12 21:18:16 -08:00
Max Brunsfeld
4ebfd22e3d Add Project::addPath 2015-02-12 21:16:26 -08:00
Max Brunsfeld
8ab4ad54d8 Allow Project::setPaths to handle multiple paths
Signed-off-by: Jessica Lord <jlord@github.com>
2015-02-12 21:16:15 -08:00
Max Brunsfeld
ce02c74b76 Remove unused instance variable
Signed-off-by: Jessica Lord <jlord@github.com>
2015-02-12 20:37:40 -08:00
Max Brunsfeld
c732ae8774 Add atom.pickFolder
For showing the native file-picker dialog. The tree-view
will use this to add new root folders

Signed-off-by: Jessica Lord <jlord@github.com>
2015-02-12 20:37:35 -08:00
Nathan Sobo
6a36bdda25 Replace ::hasRequiredMeasurements() with specific criteria in presenter
Now each update method requires a list of specific variables to be
defined before running.
2015-02-12 19:48:06 -07:00
Nathan Sobo
5b6990f14c Don’t update state in presenter unless prerequisites are defined
Signed-off-by: Max Brunsfeld <maxbrunsfeld@gmail.com>
2015-02-12 19:39:11 -07:00
Kevin Sawicki
689e52de78 ⬆️ text-buffer@4.1.4 2015-02-12 17:39:18 -08:00
Kevin Sawicki
dbf384f719 mkdirp -> fs.makeTree 2015-02-12 17:16:07 -08:00
Kevin Sawicki
05d28dd114 ⬆️ archive-view@0.50 2015-02-12 17:06:09 -08:00
Nathan Sobo
01512989f7 Comment out json-diff module require
This is only for use locally to troubleshoot failing specs.

Signed-off-by: Max Brunsfeld <maxbrunsfeld@gmail.com>
2015-02-12 18:04:40 -07:00
Kevin Sawicki
08d7236125 ⬆️ atom-space-pen-views@2.0.4
Adding this to core even though it is only needed by core packages
in order to ensure the version that gets bundled in Atom.
2015-02-12 16:42:08 -08:00
Kevin Sawicki
582b819efa Remove unused guid dependency 2015-02-12 16:30:32 -08:00
Kevin Sawicki
865c58cc5b ⬆️ settings-view@0.181 2015-02-12 16:27:31 -08:00
Kevin Sawicki
80f82e189e Defer runas require until it is used 2015-02-12 16:18:27 -08:00
Nathan Sobo
a7f2e89b2c Merge pull request #5534 from atom/ns-mb-optimize-auto-indent-on-paste
Optimize auto-indent on paste
2015-02-12 17:06:23 -07:00
Kevin Sawicki
ef7726ba35 Uncomment env var check 2015-02-12 16:04:27 -08:00
Kevin Sawicki
44d54c28b3 ⬆️ coffeestack@1.1.1 2015-02-12 16:02:55 -08:00