[Webkit-unassigned] [Bug 145885] Web Inspector: When autocompleting, pressing tab twice shouldn't insert a tab character

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 22 14:25:33 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=145885

--- Comment #8 from Timothy Hatcher <timothy at apple.com> ---
Comment on attachment 255312
  --> https://bugs.webkit.org/attachment.cgi?id=255312
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=255312&action=review

> Source/WebInspectorUI/UserInterface/Views/ConsolePrompt.js:169
> +    _handleShiftTabKey: function(codeMirror)

How does this differ from the built-in goWordLeft, goWordRight support in CodeMirror? (Control-Option-F & Control-Option-B) Maybe we should just wire up to those commands.

That would just be:
"Shift-Tab": "goWordLeft",
"Tab": "goWordRight"

Also, how does this handle autocompletion use of the Tab key?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150622/9fed4b76/attachment.html>


More information about the webkit-unassigned mailing list