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)
Wed, Dec 18, 1:04 AM
Unknown Object (File)
Thu, Dec 5, 7:12 AM
Unknown Object (File)
Oct 17 2024, 5:56 PM
Unknown Object (File)
Oct 11 2024, 8:19 PM
Unknown Object (File)
Sep 11 2024, 7:02 PM
Unknown Object (File)
Sep 11 2024, 7:02 PM
Unknown Object (File)
Sep 11 2024, 7:02 PM
Unknown Object (File)
Sep 10 2024, 9:57 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.