Commit Graph

25530 Commits

Author SHA1 Message Date
easyhard
b9f0445e59 Add TextEditor.getUniqueTitle()
This method is intended to replace TextEditor.getLongTitle
and gives a better tab title when there are multiple opened
files has identical file name. This method will returns

<unique-parent-directory>/.../<filename> when opened files
have identical file name.
2015-10-02 19:19:16 +08: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
Ivan Žužak
658a7b7dde ⬆️ settings-view@0.223.0 2015-09-28 13:04:07 +02:00
Antonio Scandurra
575d79acce Merge pull request #8604 from lpommers/pressing-esc-on-multiple-cursors-returns-to-original-cursor-or-selection
Pressing esc on multiple cursors returns to original cursor or selection
2015-09-28 10:01:42 +02:00
Wliu
daca18f2e5 ⬆️ language-ruby@0.60.0 2015-09-27 21:35:10 -04:00
Wliu
5f2a5051af Merge pull request #8958 from atom/wl-remove-hardcoded-makefile
Remove hardcoded Makefile tab behavior
2015-09-27 09:58:25 -04:00
Wliu
7c0a656036 🔥 Remove hardcoded Makefile tab behavior 2015-09-26 15:54:51 -04:00
Wliu
70440efc06 ⬆️ language-make@0.18.0 2015-09-26 15:43:29 -04:00
Wliu
e9a8646b0d ⬆️ language-ruby-on-rails@0.23.0 2015-09-26 14:18:20 -04:00
Wliu
0451dbac81 ⬆️ language-coffee-script@0.42.0 2015-09-26 14:12:38 -04:00
Antonio Scandurra
f17767a2bc Merge pull request #8905 from atom/as-display-buffer-logical-coordinates
Use logical coordinates in DisplayBuffer
2015-09-26 18:05:10 +02:00