Hi, I was wondering if you have considered adding column offsets to your message information? I've been working on a really simple IDE that uses pylint to find problems and then highlight the code (red-squiggly like spellcheck). It would be really useful to receive more information about the location of an error. Looking through the astng code, it looks as though offsets are not tracked at all, so this would be a pretty low-level addition. If you think about integrating pylint output with IDEs, more fine-grained location information is a huge value. I hope you can consider making this addition.
thanks, fawce p.s. I also posted this as a question to stackoverflow: http://stackoverflow.com/questions/6350393/how-can-i-retrieve-column-offsets-for-pylint-messages
_______________________________________________ Python-Projects mailing list [email protected] http://lists.logilab.org/mailman/listinfo/python-projects
