Kevin Sawicki
9bf0300a56
⬆️ notifications@0.28
2015-02-18 09:29:54 -08:00
Kevin Sawicki
63af713a3f
Guard against detected repository that does not open
...
Closes #5609
2015-02-18 09:16:06 -08:00
Kevin Sawicki
2939104bbc
Merge pull request #5605 from a-moses/master
...
fix .deb file for debian and ubuntu 14.04TLS comfortability
2015-02-18 09:08:03 -08:00
Kevin Sawicki
ec9a1f1f84
⬆️ release-notes@0.51
2015-02-18 09:06:53 -08:00
Kevin Sawicki
82eb156932
⬆️ language-c@0.40
2015-02-18 09:05:25 -08:00
Kevin Sawicki
ef5d7abd54
Merge pull request #5614 from atom/iz-remove-markdown-task
...
Remove markdown:guides task which doesn't exist anymore
2015-02-18 09:03:07 -08:00
Ivan Žužak
31bca7ea93
Remove markdown:guides task which doesn't exist anymore
2015-02-18 17:23:23 +01:00
Kevin Sawicki
a14f1ab0b3
Merge pull request #5573 from postcasio/fix-pseudo-elements
...
Use double colons for "before" and "after" pseudo-elements
2015-02-17 17:58:32 -08:00
Kevin Sawicki
670e61cf09
⬆️ less-cache@0.22
2015-02-17 17:01:35 -08:00
Kevin Sawicki
983027b27f
🐎 inline vm compatibility patch
2015-02-17 16:50:03 -08:00
Kevin Sawicki
b290f0d200
Prepare 0.181
2015-02-17 16:42:08 -08:00
Max Brunsfeld
7fcec6e3c3
Restore old behavior of atom.open
v0.180.0
2015-02-17 15:59:49 -08:00
Max Brunsfeld
14a7caa46a
Merge pull request #5599 from atom/mb-ns-hide-multi-folder-cli-args
...
Restore old behavior for multiple path CLI args
2015-02-17 15:45:58 -08:00
Max Brunsfeld
bcfa4ef608
Restore old behavior for multiple path CLI args
...
Signed-off-by: Nathan Sobo <nathan@github.com >
2015-02-17 15:25:50 -08:00
Kevin Sawicki
31c6b6fc94
⬆️ tree-view@0.157
2015-02-17 15:25:32 -08:00
a-moses
1cbff7a68b
Merge pull request #1 from a-moses/deb_fix_comtable_debian
...
add comtable to debian testing and ubuntu 14.04
2015-02-18 00:57:23 +02:00
a-moses
9b20239b9a
add comtable to debian testing and ubuntu 14.04
...
* libgcrypt11-dev on debian is a dammy file "shortcut" to libgcrypt20 . so to make possible to install atom on debian testing version we should add on depends ** libgcrypt20.
libgcrypt20 has backward compatibility to libgcrypt11 .
** libgcrypt20 is comfortable with debian unstable/testing , and ubuntu 14.04TLS .
* libgcrypt11 (without -dev) not exists on debian testing and makeing bugs with atom deb file .
2015-02-18 00:51:47 +02:00
Kevin Sawicki
3c13b37a18
⬆️ settings-view@0.183
2015-02-17 11:25:13 -08:00
Max Brunsfeld
a857932d6f
Merge pull request #5537 from atom/try-assign-repo-after-provider-is-registered
...
Try to set the Project's repo if it does not have one when a new Reposit...
2015-02-17 10:48:08 -08:00
Michael Bolin
222db8af21
./script/grunt lint and temp.mkdirSync('atom-project') instead of 'tmp'.
2015-02-17 10:14:35 -08:00
Kevin Sawicki
39ba030738
⬆️ tree-view@0.156
2015-02-17 10:07:31 -08:00
Kevin Sawicki
2764f8a5a5
⬆️ apm@0.140
2015-02-17 09:54:12 -08:00
Kevin Sawicki
38e3ebd3b2
⬆️ language-javascript@0.57
2015-02-17 08:51:45 -08:00
postcasio
5489d7d351
Use double colons for "before" and "after" pseudo-elements
2015-02-16 16:34:31 +00:00
Ivan Žužak
ada4d5a036
⬆️ keybinding-resolver@0.29.0
2015-02-15 16:46:13 +01:00
Ivan Žužak
84ad7c377b
⬆️ background-tips@0.23.0
2015-02-15 16:42:00 +01:00
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
Michael Bolin
5805bf9675
Try to set the Project's repo if it does not have one when a new RepositoryProvider is registered.
...
I tested this using my test `HgRepositoryProvider`. Now when I run the following from the
command line:
atom <path-to-directory-with-hg-repository>
And then run the following in the console:
atom.project.getRepositories()
I get an array with an `HgRepository` in it. Previously, I got an empty array because the
`Project`'s paths were set before my `HgRepositoryProvider` was registered.
2015-02-13 22:27:13 -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