On May 9, 2010, at 3:52 PM, ericsmusic wrote: > Hi everyone, > > I'm new to this group and also new BBEdit user > > When I'm pasting code to a blank php file I've created, BBEdit add a > number to each line of code > > Is there a way to stop that
I suspect BBEdit isn't really adding numbers to your blank file, but that you have the BBEdit defaults set to display line numbers in documents that BBEdit doesn't have settings for. Personally I like seeing the line numbers so when compilers belly ache about an error on a line I can either command-G to that line or scroll visually. When line numbers are displayed they are not really in the text file you are editing. Preferences -> Text Status Display -> Show Line Numbers (2nd from bottom, left column). On a per-file basis the icon with a T and a light switch between the pencil and the i-circle can be used to turn off line numbering. -- David Kelly N4HHE, [email protected] ======================================================================== Whom computers would destroy, they must first drive mad. -- 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.
