Commit Graph

25542 Commits

Author SHA1 Message Date
Dave Rael
b8a153781e Implement Portable Mode
According to these specifications:
Portable mode only applies to Windows (for now)
Portable mode only applies if ATOM_HOME is not set
If there is a .atom directory as sibling to directory with running process
	use that as ATOM_HOME
2015-10-09 11:20:41 -06:00
Dave Rael
f067fdb7cd Merge branch 'master' into portable-mode
Conflicts:
	src/browser/main.coffee
2015-10-06 14:28:10 -06:00
Dave Rael
2f6b6781f7 Merge remote-tracking branch 'atom/master' 2015-10-05 12:20:50 -06:00
Antonio Scandurra
4b507be997 ⬆️ wrap-guide 2015-10-03 15:53:11 +02:00
Antonio Scandurra
c019f1a02e ⬆️ autocomplete-plus 2015-10-03 15:53:01 +02:00
Ben Ogle
d1603320f7 ⬆️ find-and-replace@0.185.0 2015-10-02 17:23:30 -07:00
Ben Ogle
37503b4d03 ⬆️ one ui themes to fix fnr 2015-10-02 15:01:36 -07:00
Ben Ogle
8f2358161c Merge pull request #9022 from jeremyramin/fix-windows-open-with-atom
Fix Windows context menu shortcut
2015-10-02 14:26:14 -07:00
Ben Ogle
2161126048 Deprecate max-tabs for tidy-tabs 2015-10-02 13:55:45 -07:00
Jeremy Ebneyamin
5b522f70c2 🐛 Fix Windows context menu shortcut
Fix the bug where Open With Atom on Windows machines will fail for paths
containing spaces. Wraps quotes around the path to the Atom executable
in the reg key string.
2015-10-02 00:06:30 -07:00
Ben Ogle
5a4f79c505 Deprecate remember-session package 2015-10-01 15:43:52 -07:00
Ben Ogle
d5ce185657 Deprecate ternjs for atom-ternjs 2015-10-01 15:43:52 -07:00
Ben Ogle
a810a4805c nbsp-package is now in core 2015-10-01 15:43:52 -07:00
Ben Ogle
33e693c336 highlight-css-color now points to pigments 2015-10-01 15:43:52 -07:00
Ben Ogle
7e1b2f7d06 Both alt autocomplete-python providers point to ac-python 2015-10-01 15:43:52 -07:00
Ben Ogle
83d61fd640 Update go-fmt to point to go-plus 2015-10-01 15:43:52 -07:00
Ben Ogle
d927f853df Update eslint package to point the linter 2015-10-01 15:43:52 -07:00
Wliu
28d8a105da ⬆️ language-json@0.17.0 2015-10-01 16:41:14 -04:00
Wliu
19073adf6c ⬆️ language-mustache@0.13.0 2015-10-01 16:39:46 -04:00
Nathan Sobo
9ec6bcd9c6 Merge pull request #8931 from ssorallen/texteditor-decoratemarker
Link Gutter::decorateMarker to TextEditor::decorateMarker
2015-10-01 13:30:31 -06:00
Ross Allen
1670357293 Link Gutter::decorateMarker to TextEditor::decorateMarker
`Gutter::decorateMarker` passes its `decorationParams` object through to
`TextEditor::decorateMarker`. Rather than duplicate documentation and
fall out-of-date (as was surfaced in #8920), link the
`TextEditor::decorateMarker` as the canonical docs location.
2015-10-01 10:08:36 -07:00
Max Brunsfeld
2cd4826e62 Merge pull request #8862 from phord/dot-git-files
🐛 Teach Atom to read .git files
2015-10-01 09:32:49 -07:00
Phil Hord
212886817e Clean up *nix-specific paths in spec
There remain a few others in other specs, but someone who can test
them reliably should clean those up.
2015-10-01 09:41:24 -04:00
Max Brunsfeld
7d2e32efb1 ⬆️ grunt-electron-installer 2015-09-30 14:07:27 -07:00
Nathan Sobo
1940d4584b Fix typos
/cc @izuzak since I don’t want to open a PR for this
2015-09-30 15:01:52 -06:00
Wliu
388c851794 ⬆️ find-and-replace@0.184.0 2015-09-30 16:23:19 -04:00
Antonio Scandurra
214f42b2e7 🎨 Unify ::updateScroll... and ::commitPendingScroll... 2015-09-30 12:32:07 +02:00
Antonio Scandurra
8929760e01 Merge pull request #8985 from atom/as-fix-deprecations
Fix deprecations
2015-09-30 11:31:19 +02:00
Antonio Scandurra
c1ef87ac8b 🎨 2015-09-30 10:35:19 +02:00
Antonio Scandurra
8bed86f020 ⬆️ wrap-guide 2015-09-30 10:32:15 +02:00
Antonio Scandurra
df69aa7d93 ⬆️ find-and-replace 2015-09-30 10:27:28 +02:00
Antonio Scandurra
e68aab10ac ⬆️ symbols-view 2015-09-30 10:24:56 +02:00
Antonio Scandurra
0f8041c611 Merge branch 'master' into as-fix-deprecations 2015-09-30 10:23:38 +02:00
Antonio Scandurra
5cb63c8b90 Add feature flag to detect logical display buffer 2015-09-30 10:16:47 +02:00
Antonio Scandurra
cc98cab917 Better rows per page calculation 2015-09-30 09:17:43 +02:00
Antonio Scandurra
5cfc5b67ae Allow listening for TextEditorElement events before attaching it
Fixes atom/wrap-guide#43

/cc: @maxbrunsfeld
2015-09-30 09:09:33 +02:00
Wliu
c905883195 ⬆️ settings-view@0.224.0 2015-09-29 21:10:33 -04:00
Max Brunsfeld
17d962f428 Merge pull request #8983 from atom/mb-use-key-path-helpers
Use key-path-helpers module instead of underscore-plus
2015-09-29 09:55:26 -07:00
simurai
cd4d6574d3 ⬆️ spell-check@v0.61.0 2015-09-29 16:26:54 +09:00
simurai
bd4d468562 ⬆️ base16-tomorrow-dark/light-theme@v1.0.0 🎉 2015-09-29 16:08:33 +09:00
Antonio Scandurra
550a1c7922 Fail on Travis when deprecated methods are used 2015-09-29 08:52:03 +02:00
Thomas Johansen
6166c81e4c Merge pull request #8972 from atom/tj-fix-deprecated-reference-in-docs
Update reference to deprecated method Project::getRepo
2015-09-29 08:41:15 +02:00
Antonio Scandurra
f877f3695d Revert "Temporarily un-deprecate TextEditor methods"
This reverts commit 8fb4e887df.
2015-09-29 08:25:51 +02:00
Antonio Scandurra
e648d880ed Manually set rows per page in the model 2015-09-29 08:24:28 +02:00
Max Brunsfeld
d55398b77b Use key-path-helpers module instead of underscore-plus 2015-09-28 17:27:15 -07:00
Max Brunsfeld
67af264c0d ⬆️ metrics 2015-09-28 16:39:53 -07:00
Max Brunsfeld
8fb4e887df Temporarily un-deprecate TextEditor methods 2015-09-28 10:30:01 -07:00
Max Brunsfeld
889a3e5205 Merge branch 'beta' 2015-09-28 09:34:12 -07:00
Antonio Scandurra
3ad9bb3d21 Fix typo on TextEditorElement ::getWidth/::getHeight 2015-09-28 14:14:23 +02:00
Thomas Johansen
efda18ae73 📝 Update reference to deprecated method
GitRepository class documentation references deprecated method
Project::getRepo. This resolves that by instead using the replacement
Project::getRepositories.

Although, it seems as if that will be removed in v2.0, so perhaps we should
update this to instead using the async Project::getDirectories method, coupled
with Project::repositoryForDirectory?

/cc @atom/feedback

Fixes #8971
2015-09-28 13:34:36 +02:00