Ben Ogle
3fd5ba9b3c
Remove unnecessary workspaceView requires
2014-11-26 14:55:39 -08:00
Ben Ogle
eb0e3df720
Suppress deprecations in workspaceView
2014-11-26 14:55:39 -08:00
Ben Ogle
60a49d9c81
nof
2014-11-26 14:55:39 -08:00
Ben Ogle
43ccf0a041
Convert require ‘atom’ to require '../src/space-pen-extensions'
2014-11-26 14:55:38 -08:00
Ben Ogle
1f6764e708
No longer require atom in the spec-helper
2014-11-26 14:55:38 -08:00
Ben Ogle
48f714d5fb
Fix deprecation link colors
2014-11-26 14:54:49 -08:00
Nathan Sobo
e2813b4dd9
📝 overlay decoration options in TextEditor::decorateMarker
2014-11-26 15:14:56 -07:00
Nathan Sobo
41b3d65e05
Merge pull request #4325 from atom/ns-tail-overlays
...
Add ‘position’ option to overlay decorations
2014-11-26 15:02:36 -07:00
Nathan Sobo
1e50985ec7
Add ‘position’ option to overlay decorations
...
By default overlays are positioned at the head of the given marker.
This option allows them to be positioned at the tail instead by passing
`position: ’tail’` when creating the decoration, which is useful for
autocomplete.
2014-11-26 12:29:52 -07:00
Nathan Sobo
1d6087fcd3
Add TextEditor::getDecorations and ::getOverlayDecorations
...
Required for autocomplete upgrades.
Signed-off-by: Max Brunsfeld <maxbrunsfeld@gmail.com >
2014-11-26 12:17:26 -07:00
Ben Ogle
f2e74f216c
Upgrade to solarized-dark-syntax to update to standard colors
2014-11-26 11:09:04 -08:00
Nathan Sobo
b9950ef2df
Match coordinate types when computing overlay pixel position
...
Heads up @benogle
2014-11-26 09:28:12 -07:00
Nathan Sobo
28eb03ed29
⬆️ command-palette to fix exception on call to ::command
...
Fixes #4318
2014-11-25 20:49:17 -07:00
Ben Ogle
2843af458b
Merge pull request #4307 from atom/bo-add-parse-errors
...
Integrate notifications into core
2014-11-25 15:59:37 -08:00
Ben Ogle
163a7587f9
Upgrade notifications for issue searching and dupe handling
2014-11-25 15:44:14 -08:00
Ben Ogle
18f83e90f7
Add isEquals to notifications
2014-11-25 15:44:14 -08:00
Ben Ogle
7094701c66
Remove the font-family variable
2014-11-25 15:44:14 -08:00
Ben Ogle
d7d23f7fc9
Upgrade snippets to display a notification
...
when there is a parse error
2014-11-25 15:44:14 -08:00
Ben Ogle
bdbc850695
Add a @font-family-monospace
2014-11-25 15:44:14 -08:00
Ben Ogle
4e0ab92827
Fix Notification::getDetail
2014-11-25 15:44:14 -08:00
Ben Ogle
b662281958
Upgrade notifications to remove menus, and fix styling
2014-11-25 15:44:14 -08:00
Ben Ogle
4d2cc86ada
Add notifications package as a dependency
2014-11-25 15:44:14 -08:00
Ben Ogle
19fcc1c441
💄 on message
2014-11-25 15:44:14 -08:00
Ben Ogle
1f5fa27113
Trigger a notification when there is a keymap issue
2014-11-25 15:44:14 -08:00
Ben Ogle
362bd2e61a
Use atom.notifications when there is a config file error
2014-11-25 15:44:13 -08:00
Ben Ogle
4cb80d3c7e
Downgrade pathwatcher in an attempt to fix build
2014-11-25 15:26:50 -08:00
Ben Ogle
7f108dab38
Merge pull request #4286 from m0x72/patch-1
...
Wrong Reactionary dependence
2014-11-25 12:20:43 -08:00
Ben Ogle
cec5a83eff
📝 Update restoreDefault to doc scopeSelector
2014-11-25 12:10:54 -08:00
Nathan Sobo
a7c3c15885
Don’t assume presence of unsubscribe method in SpacePen callRemoveHooks
2014-11-25 10:01:27 -07:00
Nathan Sobo
1c16738969
⬆️ pathwatcher for deprecation warning fix
2014-11-25 08:51:13 -07:00
Nathan Sobo
b4a456d911
Fix misinformation in deprecation warning
2014-11-25 08:19:20 -07:00
Nathan Sobo
c92f805e6e
Remove deprecated requires from spec-helper
2014-11-25 08:18:26 -07:00
Nathan Sobo
859a4db242
⬆️ UI themes now that status-bar has no redundant panel classes
...
The UI themes now style both the legacy panel classes and the new panel
elements. Views converted to to the new panels API should remove their
legacy classes.
2014-11-25 08:09:11 -07:00
Nathan Sobo
3a94b70270
⬆️ status-bar to remove redundant panel classes
2014-11-25 07:48:11 -07:00
Nathan Sobo
85d6689344
Merge pull request #4305 from atom/ns-add-legacy-panel-classes
...
Add legacy panel classes for theme support
2014-11-25 07:43:17 -07:00
Max Brunsfeld
e0726b0354
Merge pull request #4309 from atom/mb-fix-panel-order
...
Fix ordering of panels in panel containers
2014-11-24 17:40:25 -08:00
Max Brunsfeld
0abd25ad6f
Fix ordering of panels in panel containers
...
An off-by-one error caused new panels to be inserted later
in the document than intended.
2014-11-24 17:29:31 -08:00
Max Brunsfeld
42522686d7
⬆️ autocomplete@0.33.1
2014-11-24 16:22:15 -08:00
Nathan Sobo
1e9a8b92f2
Fix workspace model spec now that legacy panel class is added in view
2014-11-24 17:03:32 -07:00
Nathan Sobo
dda2b2e893
Don’t apply ‘tool-panel’ class to modal panels
2014-11-24 16:46:47 -07:00
Ben Ogle
e04c05ffee
Merge pull request #4264 from atom/bo-messages
...
Messages API implementation
2014-11-24 15:39:57 -08:00
Nathan Sobo
8cb0197638
Add legacy ‘from-top’ class at the view layer, not the model
...
This blends in to our approach with the other legacy panel classes.
2014-11-24 16:38:04 -07:00
Nathan Sobo
73763d3e41
Add legacy panel classes to support old theme selectors
...
Signed-off-by: Max Brunsfeld <maxbrunsfeld@gmail.com >
2014-11-24 16:37:37 -07:00
Nathan Sobo
9d1c3124ee
Prepare 0.153.0 release
2014-11-24 16:29:05 -07:00
Ben Ogle
aaee54bd08
Remove unnecessary error flash classes
2014-11-24 14:58:21 -08:00
Ben Ogle
1ae8862a9c
Notification::getTimestamp()
2014-11-24 14:58:21 -08:00
Ben Ogle
f3dd757537
Export Notification, not Message
2014-11-24 14:58:21 -08:00
Ben Ogle
68693e3ca0
Remove issue related stuff
2014-11-24 14:58:21 -08:00
Ben Ogle
e24a562387
Use bug icon for fatal errors
2014-11-24 14:58:21 -08:00
Ben Ogle
9c6a5fb4fa
Messages -> notifications
2014-11-24 14:58:21 -08:00