Update TODO
This commit is contained in:
parent
80d6dc9cf7
commit
2c34a016db
3
TODO
3
TODO
@ -9,6 +9,7 @@ Changing completion models is awfully slow
|
|||||||
new keybinding (not in config) crashes exception handler
|
new keybinding (not in config) crashes exception handler
|
||||||
Also, what about unknown settings, unknown values, wrong interpolations,
|
Also, what about unknown settings, unknown values, wrong interpolations,
|
||||||
etc.?
|
etc.?
|
||||||
|
values written to config are unordered
|
||||||
|
|
||||||
Style
|
Style
|
||||||
=====
|
=====
|
||||||
@ -17,9 +18,7 @@ Refactor completion widget mess (initializing / changing completions)
|
|||||||
we probably could replace CompletionModel with QStandardModel...
|
we probably could replace CompletionModel with QStandardModel...
|
||||||
replace foo_bar options with foo-bar
|
replace foo_bar options with foo-bar
|
||||||
reorder options
|
reorder options
|
||||||
clean up utils/ mess (e.g. keys/ subfolder?)
|
|
||||||
rename *Parser to more meaningful names
|
rename *Parser to more meaningful names
|
||||||
rename modemanager because it sounds like modemmanager (at least imported name)
|
|
||||||
_foo = QApplication.instance().obj.foo for global singletons?
|
_foo = QApplication.instance().obj.foo for global singletons?
|
||||||
decorators for often-used signals from singletons?
|
decorators for often-used signals from singletons?
|
||||||
- @on_config_changed('colors')
|
- @on_config_changed('colors')
|
||||||
|
Loading…
Reference in New Issue
Block a user