On Mar 2, 2010, at 11:17 PM, Steve deRosier wrote: > I've got a new boss who insists that I use cscope. He of course is > Linux-only and isn't comfortable Mac BBEdit environment. Does anyone > know of a way to integrate cscope with BBEdit? Or a way to get > similar functionality yet retain my beloved BBEdit? He hasn't > mandated cscope, just that I use a more advanced code-spelunking > technique than grep. The last thing I want to do is have to use Vim > on Linux.
cscope is a pretty great tool when you're learning your way around a new body of code. It's been on my list of things to do for as long as I can remember, but I still ahven't gotten to it. A couple tips: If you set your $EDITOR to "bbedit --wait --resume", you can still use BBEdit for editing. Rereading the man page: http://cscope.sourceforge.net/cscope_man_page.html Though I haven't tried, I suspect that bit of scripting work with BBEdit and cscope's -L -num options might provide a workable solution. Steve -- 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.
