Page MenuHomePhabricator

Improve autocomplete behavior when typing ordered lists
ClosedPublic

Authored by epriestley on Jan 15 2016, 7:13 PM.
Tags
None
Referenced Files
F13375134: D15033.diff
Sat, Jun 29, 1:17 AM
F13350138: D15033.diff
Sun, Jun 23, 6:16 AM
F13341820: D15033.id36313.diff
Thu, Jun 20, 8:44 AM
F13341190: D15033.id36312.diff
Thu, Jun 20, 5:32 AM
F13319665: D15033.diff
Thu, Jun 13, 1:03 PM
F13283610: D15033.diff
Sun, Jun 2, 4:00 PM
F13269622: D15033.diff
May 29 2024, 6:31 AM
F13252818: D15033.diff
May 25 2024, 2:06 AM
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.