<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Web Inspector: When autocompleting, pressing tab twice shouldn't insert a tab character"
href="https://bugs.webkit.org/show_bug.cgi?id=145885#c8">Comment # 8</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Web Inspector: When autocompleting, pressing tab twice shouldn't insert a tab character"
href="https://bugs.webkit.org/show_bug.cgi?id=145885">bug 145885</a>
from <span class="vcard"><a class="email" href="mailto:timothy@apple.com" title="Timothy Hatcher <timothy@apple.com>"> <span class="fn">Timothy Hatcher</span></a>
</span></b>
<pre>Comment on <span class=""><a href="attachment.cgi?id=255312&action=diff" name="attach_255312" title="Patch">attachment 255312</a> <a href="attachment.cgi?id=255312&action=edit" title="Patch">[details]</a></span>
Patch
View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=255312&action=review">https://bugs.webkit.org/attachment.cgi?id=255312&action=review</a>
<span class="quote">> Source/WebInspectorUI/UserInterface/Views/ConsolePrompt.js:169
> + _handleShiftTabKey: function(codeMirror)</span >
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?</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>