Nathan Sobo
72c5fcad82
Eliminate selector option in tooltip manager API
...
No packages use it currently, and it's really complex to support so
we should kill it while we have the chance. When it comes time to
rewrite the tooltip code or add features, not worrying about selectors
will make it easier.
2016-10-10 14:08:51 -06:00
Nathan Sobo
0c7fdea695
Document tooltip API directly instead of referring to Bootstrap docs
...
I want to eliminate the selector option and open the door to diverging from
the lesser used parts of that API in the future by only documenting a subset.
2016-10-10 14:08:51 -06:00
Nathan Sobo
e71e1f4ed1
Test custom class option
2016-10-10 14:08:51 -06:00
Nathan Sobo
718cc017e6
Hide click-triggered tooltips when clicking anywhere outside of tooltip
...
Signed-off-by: Antonio Scandurra <as-cii@github.com >
2016-10-10 14:08:51 -06:00
Nathan Sobo
253917f007
Make tooltip accept an item option instead of tooltipElement
...
...and use view registry to resolve it to a view when showing the tooltip.
Signed-off-by: Antonio Scandurra <as-cii@github.com >
2016-10-10 14:08:51 -06:00
Nathan Sobo
e9200e5bc0
WIP: Add ability to use custom elements inside tooltips
2016-10-10 14:08:51 -06:00
Max Brunsfeld
beb2b6bbc0
⬆️ language-go
2016-10-10 09:52:56 -07:00
Nathan Sobo
d84bce9022
Merge pull request #12924 from atom/as-export-text-editor-ctor
...
Include `TextEditor` in Atom exports
2016-10-10 07:15:55 -06:00
Antonio Scandurra
cccbde02fe
Merge branch 'master' into as-export-text-editor-ctor
2016-10-10 10:39:38 +02:00
Antonio Scandurra
5078d27773
Merge pull request #12925 from atom/as-fix-ci-failure
...
Return a `Disposable` when stubbing `observePreferredScrollbarStyle`
2016-10-10 10:39:09 +02:00
Antonio Scandurra
3e3f3bb608
Return a Disposable when stubbing observePreferredScrollbarStyle
2016-10-10 10:13:49 +02:00
Antonio Scandurra
3d2e18747f
Prefer using new TextEditor to Workspace.prototype.buildTextEditor
2016-10-10 09:28:36 +02:00
Antonio Scandurra
dbd7817823
Make TextEditor.prototype.scrollPastEnd false by default
2016-10-10 09:26:52 +02:00
Thomas Johansen
3ea3cde0f2
Merge pull request #12917 from lgeiger/bump-coffee
...
Bump coffee-script@1.11 .1
2016-10-10 08:33:22 +02:00
bene
9fbf27dfeb
⬆️ image-view@0.60.0
2016-10-08 23:38:39 +02:00
simurai
96b84b5e62
Merge pull request #12916 from PeterDaveHelloKitchen/image-optimize
...
optimize png images using zopflipng
2016-10-09 05:50:25 +09:00
Lukas Geiger
05d5626594
⬆️ coffee-script@1.11.1
2016-10-08 19:59:14 +02:00
Peter Dave Hello
b91768a923
optimize png images using zopflipng
2016-10-08 19:58:16 +08:00
Lee Dohm
b05d6f8c49
⬆️ archive-view@0.62.0
2016-10-07 13:56:28 -07:00
Wliu
ebe4fb3bc9
⬆️ tabs@0.102.1
2016-10-07 13:19:39 -04:00
Wliu
3f9585009b
⬆️ command-palette@0.39.0
2016-10-07 13:09:08 -04:00
Antonio Scandurra
18ddcf902b
Statically assign a clipboard instance to the TextEditor class
2016-10-07 18:21:09 +02:00
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