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)
Mon, Dec 16, 3:49 AM
Unknown Object (File)
Sun, Nov 24, 6:58 PM
Unknown Object (File)
Nov 18 2024, 5:18 PM
Unknown Object (File)
Nov 14 2024, 10:46 PM
Unknown Object (File)
Nov 10 2024, 4:43 PM
Unknown Object (File)
Nov 7 2024, 9:11 AM
Unknown Object (File)
Oct 26 2024, 8:11 PM
Unknown Object (File)
Oct 24 2024, 1:37 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.