Nathan Sobo
ddf36a013c
Use ‘atom-pane-axis’ custom tag name for PaneAxisElement
2014-10-09 07:39:14 -07:00
Nathan Sobo
ee9284e228
Use ‘atom-pane’ custom tag name for PaneElement
2014-10-09 07:39:13 -07:00
Nathan Sobo
6b9345a97d
Avoid double clone of menu item now that helper does it
2014-10-08 15:56:13 -07:00
Nathan Sobo
d1b2147921
Store specificity based on the cloned item instead of the original
2014-10-08 15:55:41 -07:00
Nathan Sobo
9914c49773
Clone menu items before merging them in in menu-helpers
2014-10-08 15:27:09 -07:00
Nathan Sobo
079ea4862a
Merge pull request #3735 from atom/ns-text-editor-custom-element
...
Convert text editor to custom element
2014-10-08 14:12:35 -07:00
Ben Ogle
9ff435a203
Upgrade find and replace
2014-10-08 13:50:39 -07:00
Ben Ogle
0067e44681
Do not access space-pen view when no elements
2014-10-08 13:48:50 -07:00
Ben Ogle
34a8c6f3bc
Use disposables for keymap and menu deactivation
2014-10-08 13:48:50 -07:00
Ben Ogle
9bf7540657
Call dispose not off
2014-10-08 13:48:50 -07:00
Nathan Sobo
bc790ee838
Only try selector based listeners if target has .webkitMatchesSelector
2014-10-08 13:21:15 -07:00
Kevin Sawicki
810c851ab3
Upgrade to tree-view@0.129
2014-10-08 13:12:12 -07:00
Kevin Sawicki
d015343616
Upgrade to language-css@0.20
2014-10-08 13:11:26 -07:00
Nathan Sobo
fab0ac814d
Fix checkout-head-revision command
2014-10-08 12:13:13 -07:00
Nathan Sobo
eaa3a27328
Add text-editor-element-spec and fix handling of focus and attributes
2014-10-08 12:13:13 -07:00
Nathan Sobo
1e4f4e0882
Move editor commands to global command registry
2014-10-08 12:13:13 -07:00
Nathan Sobo
2d7aa2efda
Forward .abortKeyBinding() on CommandRegistry events to original event
2014-10-08 12:13:13 -07:00
Nathan Sobo
c63d22b4d1
Update wrap-guide to fix specs
2014-10-08 12:13:13 -07:00
Nathan Sobo
1ca479877e
Null guard ::element in TextEditorView::component synthetic property
2014-10-08 12:13:13 -07:00
Nathan Sobo
49dd9b0c07
Update settings-view to fix specs
2014-10-08 12:13:13 -07:00
Nathan Sobo
49e22a41b2
Assign attributes passed to TextEditorView constructor
2014-10-08 12:13:13 -07:00
Nathan Sobo
4eff0f82d8
Destroy model if TextEditorView is explicitly removed for compatibility
2014-10-08 12:13:13 -07:00
Nathan Sobo
003b67ee19
Add TextEditorElement and make TextEditorView a wrapper around it
...
This is the next step on converting all internal views to custom
elements instead of using SpacePen. The TextEditorElement instances
are associated with ::__spacePenView fields that are used for supporting
legacy access paths via atom.workspaceView.
2014-10-08 12:13:13 -07:00
Nathan Sobo
541c140a19
Merge pull request #3734 from atom/ns-commands-backward-compatibility
...
Make command registry backward compatible with jQuery::on and ::trigger
2014-10-08 12:10:51 -07:00
Nathan Sobo
19c0540eec
Add workspace commands via command registry again
...
Now that legacy jQuery command listeners are properly integrated with
the command registry, these commands can be moved back.
2014-10-08 11:57:46 -07:00
Nathan Sobo
c39f2019db
Remove unused __handledByCommandRegistry property
2014-10-08 11:56:50 -07:00
Nathan Sobo
f869edee2f
Forward preventDefault to original event
2014-10-08 11:56:50 -07:00
Nathan Sobo
bb6294cb7c
Upgrade keymap to fix simulated command dispatch for detached nodes
2014-10-08 11:56:50 -07:00
Nathan Sobo
5d538fb1b0
💄 spec
2014-10-08 11:56:50 -07:00
Nathan Sobo
b78ac53224
Remove logging
2014-10-08 11:56:50 -07:00
Nathan Sobo
fb5d826d84
Force native event handler to be registered for activation commands
...
We use onWillDispatch internally to manage activation commands,
activating packages *before* the activation command starts dispatching.
This means we need to explicitly tell the command registry to subscribe
to the command in question.
2014-10-08 11:56:50 -07:00
Nathan Sobo
a75faec64e
💄
2014-10-08 11:56:50 -07:00
Nathan Sobo
cdb4ed1327
Integrate jQuery::on and ::trigger with command registry dispatch
2014-10-08 11:56:50 -07:00
Nathan Sobo
0d55a377fb
Support inline listeners
...
This extends the command registry to support listeners registered on
individual elements in addition to selectors. The analogy is inline
styles vs selector-based styles. I’m hoping this will be the foundation
of integrating cleanly with legacy commands registered via our
jQuery::command extension.
2014-10-08 11:56:50 -07:00
Nathan Sobo
2084c45404
💄 spec description
2014-10-08 11:56:50 -07:00
Nathan Sobo
550f0d2a72
Merge pull request #3721 from atom/ns-pure-custom-element-pane-items
...
Allow pure custom element pane item views
2014-10-08 11:35:36 -07:00
Nathan Sobo
ec6614c919
Delegate pane focus methods from workspace to pane container
...
Fixes #3754
2014-10-08 10:43:40 -07:00
Kevin Sawicki
8db2c4d70a
Merge pull request #3750 from mlloreda/patch-1
...
💄 Remove unnecessary conditional
2014-10-08 08:21:09 -07:00
Miguel Lloreda
bcbf01c852
💄 Remove unnecessary conditional
...
`mkdir -p` is an idempotent operation.
2014-10-07 21:39:36 -04:00
Kevin Sawicki
058ff116b6
Upgrade to language-css@0.19
2014-10-07 14:31:12 -07:00
Kevin Sawicki
33dc3fd684
Upgrade to language-todo@0.13
2014-10-07 14:30:00 -07:00
Nathan Sobo
481c99d852
Use native DOM APIs to remove pane item views
2014-10-07 13:01:56 -06:00
Nathan Sobo
2e6b1cf902
Attach, show and hide pane item views with native DOM APIs
...
We continue to invoke SpacePen attach hooks on any shim wrappers
for backward compatibility, but SpacePen wrappers are no longer required
for attoch/hide/show as they were previously. Next: removal.
2014-10-07 12:59:12 -06:00
Kevin Sawicki
c4e54df100
Prepare 0.137
2014-10-07 09:00:03 -07:00
Kevin Sawicki
0b2599565e
Upgrade to apm 0.101
v0.136.0
2014-10-06 13:29:39 -07:00
Nathan Sobo
34bd103c3d
Move remaining workspace commands back to $::command temporarily
2014-10-06 13:19:47 -06:00
Nathan Sobo
b00441bee7
Register workspace commands via $::command until compatibility is better
...
This is a temporary measure.
Currently, commands registered via atom.commands.add don’t mesh properly
with the dispatch of commands registered via jQuery. Didn’t think this
was a big deal until I realized that it broke the ability to preempt
commands on ancestor nodes by calling stopPropagation, which might break
packages.
2014-10-06 13:16:36 -06:00
Kevin Sawicki
e33e5df467
Upgrade to language-gfm@0.51
2014-10-06 11:16:55 -07:00
Ben Ogle
212fbd915d
Add tabLength 3
...
Closes #3724
2014-10-06 10:46:31 -07:00
Kevin Sawicki
8bd3e848e0
Upgrade to language-ruby@0.39
2014-10-06 10:05:10 -07:00