TODO.txt 723B

1234567891011121314151617181920212223
  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. - Highligh errors where symbols follow by numbers like this: 0o123LaB
  11. - Need more accurate way to handle indentation errors. For example
  12. mixing spaces and tabs may be used for pretty formatting;
  13. - Need more checks for errors like: absent brackets, absent quotes,
  14. back slash at the end of strings;
  15. - pythonError tips from
  16. http://blog.sontek.net/2008/05/11/python-with-a-modular-ide-vim/ (reported by
  17. Giuliani Deon Sanches)