Update TODO
This commit is contained in:
parent
97bde402fb
commit
7b480c02db
33
TODO
33
TODO
@ -1,12 +1,42 @@
|
|||||||
Bugs
|
Bugs
|
||||||
====
|
====
|
||||||
|
|
||||||
|
keybind doesn't work properly because it only wants 1 argument for cmd
|
||||||
|
dump_userconfig dumps everything for ValueList sections
|
||||||
|
using " in command bar causes exception with shutil commands
|
||||||
|
Traceback (most recent call last):
|
||||||
|
File ".\qutebrowser\widgets\completion.py", line 244, in on_cmd_text_changed
|
||||||
|
parts = split_cmdline(text)
|
||||||
|
File ".\qutebrowser\commands\parsers.py", line 230, in split_cmdline
|
||||||
|
parts = parser.parse(text)
|
||||||
|
File ".\qutebrowser\commands\parsers.py", line 152, in parse
|
||||||
|
args = shlex.split(parts[1])
|
||||||
|
File "C:\python33\lib\shlex.py", line 276, in split
|
||||||
|
return list(lex)
|
||||||
|
File "C:\python33\lib\shlex.py", line 266, in __next__
|
||||||
|
token = self.get_token()
|
||||||
|
File "C:\python33\lib\shlex.py", line 93, in get_token
|
||||||
|
raw = self.read_token()
|
||||||
|
File "C:\python33\lib\shlex.py", line 169, in read_token
|
||||||
|
raise ValueError("No closing quotation")
|
||||||
|
ValueError: No closing quotation
|
||||||
|
|
||||||
All kind of FIXMEs
|
All kind of FIXMEs
|
||||||
Weird font rendering
|
Weird font rendering
|
||||||
https://bugreports.qt-project.org/browse/QTBUG-20973
|
https://bugreports.qt-project.org/browse/QTBUG-20973
|
||||||
https://bugreports.qt-project.org/browse/QTBUG-21036
|
https://bugreports.qt-project.org/browse/QTBUG-21036
|
||||||
Changing completion models is awfully slow
|
Changing completion models is awfully slow
|
||||||
|
|
||||||
|
Style
|
||||||
|
=====
|
||||||
|
|
||||||
|
Refactor completion widget mess (initializing / changing completions)
|
||||||
|
Rename config madness:
|
||||||
|
config: folder
|
||||||
|
config: module
|
||||||
|
config: object
|
||||||
|
config: data
|
||||||
|
|
||||||
Major features
|
Major features
|
||||||
==============
|
==============
|
||||||
|
|
||||||
@ -43,8 +73,9 @@ SSL handling
|
|||||||
Minor features
|
Minor features
|
||||||
==============
|
==============
|
||||||
|
|
||||||
|
handle completion for aliases
|
||||||
|
keybind should have completion for commands/arguments
|
||||||
Hiding scrollbars
|
Hiding scrollbars
|
||||||
:bind
|
|
||||||
Ctrl+A/X to increase/decrease last number in URL
|
Ctrl+A/X to increase/decrease last number in URL
|
||||||
keypress-signal-foo is a bit of a chaos and might be done better
|
keypress-signal-foo is a bit of a chaos and might be done better
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user