Hi. I've recently returned full time to BBEdit after years wandering in the 
wildernesses of XEmacs, Vim, and TextMate. I primarily program in Python and 
have grown quite fond of a tool called PyFlakes for syntax checking. Like 
whatever BBEdit is using for its Python syntax checking, PyFlakes just 
checks one file (doesn't follow imports). Unlike BBEdit's syntax checker for 
Python, PyFlakes also reports on things like unused imports and unknown 
names, which is very nice for code refactoring and restructuring.

Is there a way to (safely) override BBEdit's syntax checker for Python? Or 
is there a way to write a script to put the PyFlakes results into the 
'errors/warnings/notes' window? I would love to have the 'next 
error/previous error' commands available for some of the cleanup work I'm 
doing right now. At present, I just have a script (modified from some 
TextMate command I had been using) whose results are going into a 'Unix 
Script Output' document in BBEdit. It does the job, but it's not very pretty 
nor elegant.

Thanks,
Jeff Shell

-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
<http://groups.google.com/group/bbedit?hl=en>
If you have a feature request or would like to report a problem, 
please email "[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>

Reply via email to