qutebrowser/qutebrowser/completion
Ryan Roden-Corrent 3b30b42211 Remove completion.instances, usertypes.Completion.
The new completion API no longer needs either of these. Instead of
referencing an enum member, cmdutils.argument.completion now points to
a function that returnsthe desired completion model.
This vastly simplifies the addition of new completion types. Previously
it was necessary to define the new model as well as editing usertypes
and completion.models.instances. Now it is only necessary to define a
single function under completion.models.

This is the next step of Completion Model/View Revamping (#74).
2017-06-19 07:42:12 -04:00
..
models Remove completion.instances, usertypes.Completion. 2017-06-19 07:42:12 -04:00
__init__.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
completer.py Remove completion.instances, usertypes.Completion. 2017-06-19 07:42:12 -04:00
completiondelegate.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
completionwidget.py Implement completion models as functions. 2017-06-19 07:42:12 -04:00