completion: show all completions after clearing the field
commiteaec2361cffba9e057b91e018ec40ea3d5653aa1
authorDavid Aguilar <davvid@gmail.com>
Wed, 29 Mar 2023 07:05:37 +0000 (29 00:05 -0700)
committerDavid Aguilar <davvid@gmail.com>
Wed, 29 Mar 2023 07:05:37 +0000 (29 00:05 -0700)
treee1b3392a3baf4c0c3909c316e43cde62c7dc890e
parent3f730c1f5c166cc15c20b6140f938dead6e895f5
completion: show all completions after clearing the field

Make the behavior of the "Checkout Branch" dialog consistent by
providing a mechanism to display all completions after the text has been
edited.

Previously all the candidates would only be shown when the widget was
first displayed. They are now displayed anytime the field has been
cleared as well.

Related-to: #1308
Signed-off-by: David Aguilar <davvid@gmail.com>
cola/widgets/completion.py