Update TODO

This commit is contained in:
Florian Bruhin 2014-03-10 00:43:31 +01:00
parent 1ae1b19888
commit eca3557df7

12
TODO
View File

@ -1,3 +1,15 @@
New config TODO
===============
- Writing _monospace doesn't work correctly (indented too much?)
- How to handle interpolation correctly? Maybe we really should handle interpolation ourselves?
Main problem: When re-writing the value, we don't know about the interpolation anymore, so we write the wrong value.
- Tabbing through setting completion does not work
- Completion only should change models when necessary -> refactor whole model selection logic
- Changing models is awfully slow, maybe we should have a QSFPM for every model and switch between them
- Add correctly working :get and :set commands
- Implement different layers of config options correctly, not only default.
Bugs
====