Page MenuHomePhabricator

Don't show the autocompleter until the user types at least one character
ClosedPublic

Authored by epriestley on Jan 16 2016, 9:45 PM.
Tags
None
Referenced Files
F15509632: D15037.id.diff
Wed, Apr 16, 2:54 PM
F15509631: D15037.id36322.diff
Wed, Apr 16, 2:54 PM
F15488318: D15037.id36322.diff
Thu, Apr 10, 9:15 PM
F15488317: D15037.id36322.diff
Thu, Apr 10, 9:15 PM
F15482944: D15037.id36318.diff
Wed, Apr 9, 8:43 AM
F15482409: D15037.id.diff
Wed, Apr 9, 5:15 AM
F15480211: D15037.diff
Tue, Apr 8, 12:43 PM
F15414978: D15037.id36318.diff
Thu, Mar 20, 3:21 AM
Subscribers
None

Details

Summary

Ref T10163. Activate on @d, not just @. Note that if you type @d and then press delete once so you're left with @, we stay active (and show the "type a username" hint).

Test Plan
  • Typed @, no completer.
  • Typed d, got completer.
  • Typed delete, still had completer, now showing hint prompt.

Diff Detail

Repository
rP Phabricator
Branch
auto8
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 10153
Build 12320: Run Core Tests
Build 12319: arc lint + arc unit

Event Timeline

epriestley retitled this revision from to Don't show the autocompleter until the user types at least one character.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.

hows it feel?

This revision is now accepted and ready to land.Jan 16 2016, 9:49 PM

I'm not sure. I like it more, but I'm not really the target audience for this feature.

This revision was automatically updated to reflect the committed changes.