Page MenuHomePhabricator

Improve autocomplete behavior in lists and with noncompleting results
ClosedPublic

Authored by epriestley on Jan 16 2016, 11:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jun 2, 6:08 AM
Unknown Object (File)
Thu, May 29, 5:07 PM
Unknown Object (File)
Thu, May 29, 10:01 AM
Unknown Object (File)
Wed, May 28, 5:16 PM
Unknown Object (File)
Sun, May 25, 6:54 AM
Unknown Object (File)
Apr 29 2025, 1:21 AM
Unknown Object (File)
Apr 28 2025, 5:24 PM
Unknown Object (File)
Apr 28 2025, 10:00 AM
Subscribers
None

Details

Summary

Ref T10163. Currently, we don't activate on indented lines, but were too aggressive about this, and would not activate on lines like - Hey, @user..., where we should.

Instead, don't activate on indented lines if there's only an indent (i.e., # probably means enumerated list).

Also, if results don't have autocompletes (rare but possible with projects missing slugs), improve behavior.

Test Plan
  • Typed #a, got no autocomplete.
  • Missing slug thing is a pain to test locallly, #1 z z z z reproduces in production. I'll just verify it there.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Improve autocomplete behavior in lists and with noncompleting results.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Jan 16 2016, 11:17 PM
This revision was automatically updated to reflect the committed changes.