Page MenuHomePhabricator

Improve autocomplete behavior when typing ordered lists
ClosedPublic

Authored by epriestley on Jan 15 2016, 7:13 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 30, 12:24 PM
Unknown Object (File)
Thu, May 29, 7:44 PM
Unknown Object (File)
Wed, May 28, 1:05 PM
Unknown Object (File)
Apr 29 2025, 12:09 PM
Unknown Object (File)
Apr 28 2025, 7:34 PM
Unknown Object (File)
Apr 27 2025, 12:50 PM
Unknown Object (File)
Apr 25 2025, 6:37 AM
Unknown Object (File)
Apr 20 2025, 11:00 PM
Subscribers
None

Details

Summary

Ref T10163.

  • If a user types an autocomplete character ("@" or "#") and then a space, deactivate immediately (probably an ordered list).
  • If a user types an autocomplete character indented on a line with no other prior text, don't activate (probably an ordered list or code block).
Test Plan

Typed:

  • # , saw immediate deactivation.
  • #, saw no activation in the first place.
  • #x, saw activation.
  • asdf #x, saw activation.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Improve autocomplete behavior when typing ordered lists.
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 15 2016, 7:17 PM
This revision was automatically updated to reflect the committed changes.