Nathan Sobo
e258dd2f8e
Use maximumLength schema enforcer to constrain invisible characters
...
Fixes #7014
2015-06-01 18:45:38 +02:00
Nathan Sobo
e723b26eb0
Add maximumLength schema enforcer for strings
2015-06-01 18:45:38 +02:00
Nathan Sobo
b68902dd83
🎨
2015-06-01 18:45:38 +02:00
Kevin Sawicki
c700bf7682
Merge pull request #7039 from atom/wl-language-json-0.15.0
...
Update language-json to 0.15.0
2015-06-01 09:40:34 -07:00
Kevin Sawicki
01d97f7951
Merge pull request #7036 from atom/ld-context-menu-doc
...
📝 Add returns Disposable to ContextMenuManager.add
2015-06-01 09:39:55 -07:00
Kevin Sawicki
eaaa6b15e5
🚱 Prevent stdout/stderr data listener leaks
...
Old listeners were not cleaned up before new ones were being added
causing the following console message:
warning: possible EventEmitter memory leak detected.
Refs #7033
2015-06-01 09:38:10 -07:00
Wliu
c81409cf90
⬆️ language-json@0.15.0
2015-05-31 11:15:48 -04:00
Lee Dohm
5884525648
📝 Add returns Disposable to ContextMenuManager.add
2015-05-31 05:27:38 -07:00
Machisté N. Quintana
adc08d31d6
Merge pull request #6910 from atom/tj-document-commandname-standard
...
📝 Document command name standard
2015-05-29 16:45:59 -04:00
Ben Ogle
49c8a10c08
Fix text lint error
2015-05-29 13:22:03 -07:00
Nathan Sobo
604e41966d
⬆️ bracket-matcher
2015-05-29 22:13:22 +02:00
Thomas Johansen
97f817c542
📝 Add sentence about lowercasing command names
2015-05-29 21:51:27 +02:00
Nathan Sobo
5389156d76
⬆️ first-mate to fix regression
2015-05-29 20:23:08 +02:00
Ben Ogle
fad99c69e6
Fix build issue: import ui vars.
2015-05-29 10:38:37 -07:00
Ben Ogle
3b9f8fa813
Merge pull request #6998 from atom/bo-style-text
...
Style links and code blocks in text-* classes
2015-05-29 10:33:27 -07:00
Ben Ogle
fd6e8fabb1
⬆️ snippets to load bundled snippets first
2015-05-29 10:31:19 -07:00
Ben Ogle
68030e1793
⬆️ autocomplete-snippets to fix exception
2015-05-29 10:30:56 -07:00
Max Brunsfeld
686c72eebe
Merge pull request #6978 from mostafaeweda/initial-paths-2
...
Initial paths shouldn't be normalized on save and restore [2]
2015-05-29 10:28:56 -07:00
simurai
7c968542fa
⬆️ one-dark/light-ui@0.9.0
2015-05-29 15:13:50 +09:00
simurai
ba9c0c65c1
⬆️ one-dark/light-syntax@0.7.0
2015-05-29 15:12:34 +09:00
Ben Ogle
98dc2f9d7f
Style links and code blocks in text-* classes
2015-05-28 16:09:15 -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
Mostafa Eweda
952f92c367
Remove uneeded require to url
2015-05-27 11:38:06 -07:00
Ben Ogle
7573cd250d
⬆️ snippets and lang-html to fix html rendering
2015-05-27 11:23:28 -07:00
Mostafa Eweda
5e7bc308d4
Remove the protocol parse and check in the window-event-handler
2015-05-27 11:20:49 -07:00
Mostafa Eweda
4c9e6c5a27
Revert "Merge pull request #6977 from atom/revert-6813-local-initial-paths"
...
This reverts commit 0c66802278 , reversing
changes made to bdce576ab9 .
2015-05-27 11:18:15 -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