qutebrowser/qutebrowser/completion
Ryan Roden-Corrent b1440a1804 Implement utils.is_special_key.
The check `key.startswith('<') and key.endswith('>') is repeated many
times in code to check for a special key. Replace all these with a call
to the same function.
2016-05-19 20:48:48 -04:00
..
models Implement utils.is_special_key. 2016-05-19 20:48:48 -04:00
__init__.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
completer.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
completiondelegate.py Delete QTextDocument properly in completion. 2016-05-09 09:11:14 +02:00
completionwidget.py Various code style improvements 2016-04-27 20:25:27 +02:00