<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&#64;apple.com" title="Timothy Hatcher &lt;timothy&#64;apple.com&gt;"> <span class="fn">Timothy Hatcher</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=255312&amp;action=diff" name="attach_255312" title="Patch">attachment 255312</a> <a href="attachment.cgi?id=255312&amp;action=edit" title="Patch">[details]</a></span>
Patch

View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=255312&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=255312&amp;action=review</a>

<span class="quote">&gt; Source/WebInspectorUI/UserInterface/Views/ConsolePrompt.js:169
&gt; +    _handleShiftTabKey: function(codeMirror)</span >

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

That would just be:
&quot;Shift-Tab&quot;: &quot;goWordLeft&quot;,
&quot;Tab&quot;: &quot;goWordRight&quot;

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>