TODO.txt 653B

12345678910111213141516171819202122
  1. Now
  2. ===
  3. - Add support for slice syntax:
  4. http://img155.imageshack.us/img155/7767/screenshotgs.png
  5. - When we check spelling we don't need to check the whole strings only the
  6. content. For example we don't need to check 'u' for spelling in strings
  7. like this: u"Some text";
  8. Later
  9. =====
  10. - Need more accurate way to handle indentation errors. For example
  11. mixing spaces and tabs may be used for pretty formatting;
  12. - Need more checks for errors like: absent brackets, absent quotes,
  13. back slash at the end of strings;
  14. - pythonError tips from
  15. http://blog.sontek.net/2008/05/11/python-with-a-modular-ide-vim/ (reported by
  16. Giuliani Deon Sanches)