1
0
Fork 0

Mark off a few items on TODO.

This commit is contained in:
Amjith Ramanujam 2014-12-26 23:59:08 -08:00
parent 115e4c9712
commit 6fb3cf78c7
1 changed files with 1 additions and 1 deletions

2
TODO
View File

@ -16,7 +16,7 @@
* [ ] Create a class for the config and make it easy to access.
* [ ] Set multi-line via config file.
* [ ] New Feature List - Write the current version to config file. At launch if the version has changed, display the changelog between the two versions.
* [o] Separate the column completions to be table specific. (SELECT, INSERT, UPDATE)
* [X] Separate the column completions to be table specific. (SELECT, INSERT, UPDATE)
* [X] Fix: Autocompletion won't go away after semi-colons. This an artifact of stripping special chars in the partially typed words. Need to selectively remove parens.
* [X] Fix: SELECT id, <tab> FROM django_migrations; - Auto-completion for the second column name is broken. Find the last keyword and use it for completion.
* [X] Show only table sensitive columns in autocompletion.