On 11/01/2011, at 02:40 , StanW wrote: > ... I have no idea > what else BBEdit changed, but how can I trust it?
It is a good idea to keep all your source in a revision control system. Make an edit using whichever tools you like, then ask the revision control system, "what changed?" For example with git you would type "git status" to tell you which files changed, then "git diff" to get the details of exactly what has been modified. When it comes to trusting the tool, I would expect that modifying the file to have today's date would imply that something has changed that you hadn't expected (eg: phone numbers containing the digits you're modifying). Otherwise it's a bug which really needs to be investigated and reported to the developers! Alex -- 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>
