TODO.txt 677B

1234567891011121314151617181920212223
  1. Now
  2. ===
  3. - String escapes doesn't work inside bytes;
  4. - When we check spelling we don't need to check the whole strings only the
  5. content. For example we don't need to check 'u' for spelling in strings
  6. like this: u"Some text";
  7. Later
  8. =====
  9. - Highligh errors where symbols follow by numbers like this: 0o123LaB
  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)