Commit Graph

23654 Commits

Author SHA1 Message Date
Max Brunsfeld
eed1ecbbdc Wait to observe buffer markers until Marker::onDidChange called
Signed-off-by: Nathan Sobo <nathan@github.com>
2015-05-29 17:29:03 -07:00
Max Brunsfeld
6f553f234c Add TextEditor::observeMarkers, use it in presenter
Signed-off-by: Nathan Sobo <nathan@github.com>
2015-05-29 17:21:23 -07:00
Max Brunsfeld
b59bec5f9d Add Set::isEqual method in specs
This allows us to use the .toEqual matcher to compare Set
objects.
2015-05-29 17:18:48 -07:00
Max Brunsfeld
224575fc46 Always fall back on default lineOverdrawMargin 2015-05-29 16:32:19 -07:00
Nathan Sobo
6552d2ce50 Merge pull request #6997 from atom/ns-omit-unset-keystrokes-from-application-menu
If a keystroke is bound to ‘unset!’, omit it in the application menu
2015-05-28 23:39:00 +02:00
Nathan Sobo
447dfd8bec If a keystroke is bound to ‘unset!’, omit it in the application menu
Fixes atom/atom-keymap#79

This is more general than I would like. If the keystroke is unset in
any context, we err on the side of caution and don’t add it to the
application menu for any command. Since our application menu isn’t
context aware, this should be good enough for now and solve the 80%
case. Someday we should make the application menu update / gray out
options when the focused element changes.
2015-05-28 22:59:10 +02:00
Machisté N. Quintana
8b40c3aaeb Merge pull request #6996 from atom/mq-benchmark-fixtures-lint
Skip linting for benchmark fixtures
2015-05-28 15:58:10 -04:00
Machisté N. Quintana
7034846d4f Skip linting for benchmark fixtures 2015-05-28 15:26:54 -04:00
Max Brunsfeld
60633de701 ⬆️ find-and-replace 2015-05-28 12:24:35 -07:00
Kevin Sawicki
99d4d90d85 Prepare 0.205 2015-05-28 09:23:21 -07:00
Kevin Sawicki
67f9d50226 ⬆️ atom-keymap@5.1.5 v0.204.0 2015-05-28 09:06:56 -07:00
Kevin Sawicki
7298d141a6 Prepare 0.204 2015-05-28 08:47:15 -07:00
Kevin Sawicki
027353375c Merge pull request #6987 from atom/ns-fix-buffer-range-for-scope-at-position
Use previous definition of scope selector match to fix API breakage
v0.203.0
2015-05-28 08:11:05 -07:00
Kevin Sawicki
f8759dc187 Merge pull request #6988 from atom/mq-lsb-require
Use lsb virtual package instead of hard require
2015-05-28 08:10:11 -07:00
Machisté N. Quintana
2031e3dfde Use lsb virtual package instead of hard require 2015-05-28 09:12:49 -04:00
Nathan Sobo
31cf19a205 Use previous definition of scope selector match to fix API breakage
I switched to first-mate Selector because I didn’t want to replicate
the poorly-defined Token::matchesScopeSelector method now that tokens
are not stored on lines. However, the first-mate semantics are stricter
and that broke the API. Perhaps using selector-kit here would be better,
but I just wanted to put back exactly to how it was for now.

/cc @ypresto
2015-05-28 10:38:35 +02:00
Ivan Žužak
7fe8abe494 ⬆️ language-todo@0.23.0 2015-05-28 09:22:23 +02:00
Kevin Sawicki
c172874373 Prepare 0.203 2015-05-27 15:52:53 -07:00
Max Brunsfeld
78fae88bed ⬆️ find-and-replace 2015-05-27 15:04:57 -07:00
Max Brunsfeld
aba08ee8e5 Merge pull request #6979 from atom/mb-save-window-state-even-more
Save window state when quitting if windows are open
2015-05-27 15:02:42 -07:00
Max Brunsfeld
b7b5ceca2d Save window state when quitting if windows are open 2015-05-27 12:59:06 -07:00
Ben Ogle
6dad5615d9 ⬆️ autocomplete-plus@2.17.3 v0.202.0 2015-05-27 12:56:32 -07:00
Ben Ogle
ccd76f6876 ⬆️ autocomplete-plus@2.17.2 2015-05-27 12:44:41 -07:00
Nathan Sobo
a89e67a3f5 ⬆️ wrap-guide 2015-05-27 20:49:23 +02:00
Ben Ogle
7573cd250d ⬆️ snippets and lang-html to fix html rendering 2015-05-27 11:23:28 -07:00
Kevin Sawicki
c84dc54184 ⬆️ tabs@0.69 2015-05-27 11:00:30 -07:00
Kevin Sawicki
e052a10273 ⬆️ language-c@0.45 2015-05-27 10:53:49 -07:00
Kevin Sawicki
abd4c26eb9 ⬆️ language-javascript@0.78 2015-05-27 10:53:49 -07:00
Kevin Sawicki
51bb4424f9 Merge pull request #6961 from atom/mq-bump-status-bar
status-bar@0.74.0
2015-05-27 10:52:47 -07:00
Max Brunsfeld
0c66802278 Merge pull request #6977 from atom/revert-6813-local-initial-paths
Revert "Initial paths shouldn't be normalized on save and restore (co…
2015-05-27 10:27:55 -07:00
Max Brunsfeld
0dcdfa1e89 Revert "Initial paths shouldn't be normalized on save and restore (could contain uris)" 2015-05-27 10:26:59 -07:00
Ben Ogle
bdce576ab9 ⬆️ packages to remove bang from status bar 2015-05-27 09:05:59 -07:00
Kevin Sawicki
1c06f9eb26 ⬆️ markdown-preview@0.150 2015-05-27 08:45:04 -07:00
Machisté N. Quintana
71b0a365dc ⬆️ status-bar@0.74.0 2015-05-26 21:26:31 -04:00
Ben Ogle
60fbb1d374 ⬆️ autocomplete-snippets 2015-05-26 18:16:50 -07:00
Ben Ogle
8b73c44d6f ⬆️ autocomplete-snippets 2015-05-26 18:12:13 -07:00
Max Brunsfeld
3f12dc7fe2 Merge pull request #6960 from atom/mb-remove-double-transaction
Avoid double transaction when typing
2015-05-26 17:37:49 -07:00
Max Brunsfeld
9e3c2d093b Avoid double transaction when typing 2015-05-26 17:09:59 -07:00
Ben Ogle
c1e80610a8 Speling 2015-05-26 17:01:53 -07:00
Kevin Sawicki
49d9f349a4 ⬆️ language-ruby@0.56 2015-05-26 16:54:30 -07:00
Max Brunsfeld
9068f217cb ⬆️ text-buffer 2015-05-26 16:50:49 -07:00
Kevin Sawicki
e3a8c270bd Merge pull request #6958 from atom/mq-exclude-coffeelint-config-from-build
Add coffeelint config files to ignored build paths
2015-05-26 16:33:00 -07:00
Machisté N. Quintana
290c5c76e5 Add coffeelint config files to ignored build paths 2015-05-26 19:31:16 -04:00
Max Brunsfeld
8dff5bbe4c Merge pull request #6813 from mostafaeweda/local-initial-paths
Initial paths shouldn't be normalized on save and restore (could contain uris)
2015-05-26 15:48:58 -07:00
Nathan Sobo
2953d67660 ⬆️ atom-keymap 2015-05-26 23:20:30 +02:00
Ben Ogle
1a3904aad1 Add of
Thanks @50Wliu
2015-05-26 14:15:00 -07:00
Ben Ogle
fc9a8c7f71 Add descriptions to softwrap settings.
Closes #6920
2015-05-26 13:36:37 -07:00
Ben Ogle
1090c86113 ⬆️ find-and-replace@0.168.0 2015-05-26 13:25:52 -07:00
Kevin Sawicki
875e297c80 Merge pull request #6919 from atom/mq-6918-license
Fix application:open-license command
2015-05-26 09:14:04 -07:00
Kevin Sawicki
bd16d25ea2 ⬆️ language-ruby@0.55 2015-05-26 09:12:21 -07:00