TODO.txt 632B

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