Commit Graph

30164 Commits

Author SHA1 Message Date
Antonio Scandurra
fe0b7b8de3 Start exporting TextEditor constructor again 2016-10-07 18:17:28 +02:00
Nathan Sobo
24c8343331 Merge pull request #12897 from atom/fb-mdt-initial-packages-getters
Add methods for checking if initial packages have been loaded/activated
2016-10-07 06:58:10 -06:00
Ian Olsen
b84a30069f ⬆️ whitespace@0.35.0 2016-10-06 17:05:12 -07:00
Ian Olsen
7a2b3b617f ⬆️ whitespace@0.34.0 2016-10-06 16:53:26 -07:00
Wliu
5cde93b6d3 ⬆️ tree-view@0.210.0 2016-10-06 19:10:27 -04:00
Matthew Dapena-Tretter
f1be4f057e Add methods for checking if initial packages have been loaded/activated
This will allow packages to observe the state without having to worry
about subscribing to the events after they've already fired.

Originally suggested in #10839
2016-10-06 15:36:28 -07:00
Wliu
7d283d0a00 ⬆️ markdown-preview@0.158.8 2016-10-06 18:24:30 -04:00
Max Brunsfeld
99dec68f02 ⬆️ find-and-replace 2016-10-06 12:31:19 -07:00
Damien Guard
d0d3bdb999 Merge pull request #12892 from atom/dg-emacs-defaults-off-on-win-linux
Move emacs editor bindings to Darwin to avoid Windows menu conflicts
2016-10-06 10:07:35 -07:00
Nathan Sobo
31678d7ad0 ⬆️ atom-keymap 2016-10-06 10:59:53 -06:00
Nathan Sobo
d8ad404b0e ⬆️ tabs 2016-10-06 10:35:57 -06:00
Wliu
5a8306352c Use svgs instead of pngs 2016-10-06 10:41:30 -04:00
Antonio Scandurra
62f740901d ⬆️ autocomplete-plus 2016-10-06 12:42:04 +02:00
simurai
ed0131c055 ⬆️ solarized-dark/light-syntax@v1.0.5 2016-10-06 15:57:18 +09:00
Damien Guard
bb3320e553
Move emacs alt-*/editor bindings to darwin to avoid menu conflicts on Win/Linux. Addresses some of #4057 2016-10-05 17:38:49 -07:00
Max Brunsfeld
26abbbd7cb Merge pull request #12883 from atom/mb-fix-maintain-grammar-return-value
Always return Disposable from maintain{Config,Grammar}
2016-10-05 12:49:02 -07:00
Max Brunsfeld
e6cac10a23 Always return Disposable from maintain{Config,Grammar} 2016-10-05 12:03:53 -07:00
Damien Guard
2486a122ac
Fix fixture that gets modified as part of a test. 2016-10-04 17:01:56 -07:00
Damien Guard
1a97f97a54
Specs runner dev tools should also be ctrl-shift-i on Linux/Windows 2016-10-04 15:26:24 -07:00
Wliu
6064602c80 Merge pull request #12866 from mikezawitkowski/patch-1
Fix a typo and grammar error in CONTRIBUTING.md
2016-10-04 10:58:40 -04:00
Mike Zawitkowski
b5bec98ed3 Fix a typo and grammar error in CONTRIBUTING.md
[ci skip]
2016-10-04 01:26:26 -07:00
Damien Guard
745ab52df7
Rebind dev-tools to ctrl-shift-i on Windows as new keymap takes ctrl-alt-* 2016-10-03 16:00:39 -07:00
Lee Dohm
990c1030fb
⬆️ devtron@1.3.0 2016-10-03 13:23:14 -07:00
Max Brunsfeld
f58d70a8fd Merge pull request #12713 from Ingramz/copy-src
Use inline source maps when transpiling coffee-script
2016-10-01 14:52:43 -07:00
Wliu
1e78cf9a20 ⬆️ autocomplete-css@0.13.1 2016-09-30 23:37:06 -04:00
Indrek Ardel
fd1e060592 Use inline source maps for coffeescript 2016-09-30 15:03:04 +03:00
simurai
706eea2f42 ⬆️ one-dark/light-syntax@v1.5.0 2016-09-29 20:10:18 -07:00
Wliu
597619a0d2 ⬆️ autocomplete-css@0.13.0 2016-09-29 20:53:09 -04:00
Max Brunsfeld
d79690e2d5 Merge pull request #12823 from atom/mb-as-guard-tab-length
Guard against null tab length value
2016-09-29 14:21:54 -07:00
Max Brunsfeld
3c6236f74d Merge pull request #12825 from atom/mb-as-tweak-circle-screensaver-fix
On Circle, clear screensaver right before running tests
2016-09-29 14:20:41 -07:00
Wliu
0e99232615 Merge pull request #12782 from Ingramz/remove-unused-variables-obvious
Remove unused variables (obvious ones)
2016-09-29 16:58:06 -04:00
Max Brunsfeld
28975fba81 Merge pull request #12780 from Ingramz/update-coffee-script
Update coffee-script to 1.11.0
2016-09-29 13:53:02 -07:00
Max Brunsfeld
ec5874e044 Merge branch 'mb-as-tweak-circle-screensaver-fix' into mb-as-guard-tab-length 2016-09-29 13:40:19 -07:00
Max Brunsfeld
d2a660529d On Circle, clear screensaver right before running tests 2016-09-29 13:39:51 -07:00
Max Brunsfeld
814817ae4f Merge pull request #12824 from atom/mb-as-fix-window-method-calls-in-specs
Fix uses of `call-window-method` IPC channel in specs
2016-09-29 13:15:10 -07:00
Damien Guard
1b6cc82e97 Clarify 64-bit is the only option on Linux 2016-09-29 12:51:48 -07:00
Damien Guard
04b4c3ac9f Merge pull request #12821 from atom/dg-win-allow-multiple-user-instances
Allow Atom on Windows to run multiple instances e.g. on Windows server
2016-09-29 12:39:39 -07:00
Max Brunsfeld
51a2360a9b Fix uses of call-window-method IPC channel in specs 2016-09-29 12:13:24 -07:00
Damien Guard
8f7f812988 Merge pull request #10748 from atom/ld-glob-link
Add link to article on glob patterns
2016-09-29 12:10:51 -07:00
Max Brunsfeld
556d79b544 Guard against null tab length value
Signed-off-by: Antonio Scandurra <as-cii@github.com>
2016-09-29 12:01:39 -07:00
Wliu
85cc4e1312 Merge pull request #12822 from philschatz/documentation-for-indentationForBufferRow
Fixes documentation for TextEditor::indentationForBufferRow()
2016-09-29 14:56:21 -04:00
Philip Schatz
a7d30abdcf 🐛 documentation for TextEditor::indentLevelForLine
[ci skip]
2016-09-29 14:47:29 -04:00
Damien Guard
1930a11af6 Merge pull request #12794 from philschatz/variable-terminal-width
Adds support for variable-width terminals
2016-09-29 11:36:54 -07:00
Philip Schatz
3d22829104 🐛 documentation for TextEditor::indentationForBufferRow() 2016-09-29 14:23:17 -04:00
Philip Schatz
72110ed40f fixup! 🐛 support variable terminal widths 2016-09-29 13:58:47 -04:00
Damien Guard
2cf2dcca57 Allow Atom on Windows to run multiple instances e.g. on Windows server/Citrix etc 2016-09-29 09:55:34 -07:00
Wliu
a25cf3a58b Merge pull request #12814 from atom/wl-update-languages
Update languages
2016-09-29 12:30:51 -04:00
Wliu
2e59ec1187 ⬆️ autocomplete-css@0.12.0 2016-09-29 11:35:44 -04:00
Wliu
daf023c18c ⬆️ language-less@0.29.6 2016-09-29 11:26:58 -04:00
Wliu
880ec67579 ⬆️ language-toml@0.18.1 2016-09-28 21:22:53 -04:00