Good morning,
On 22/04/14 at 11:23 AM -0400, Lawrence San
<[email protected]> wrote:
By the way, why do so many coders prefer to keep soft wrapping off?
Personally, I would reverse that question; why do you prefer
soft wrapping on? (Yes, you've already answered it.)
My code lines are usually manually hard-wrapped anyway, but if soft
wrapping is disabled my block comments (and some other lines) tend to
get cut off by the edge of the window.
I would argue that's where the problem is. For "code" lines; I
use one of the formatter/tidier scripts to 'clean' the code,
which will also keep it under MAXCHAR line length.
For block comments, just run it through hard-wrap, then apply
'comment'. (I think there is also a version of wrapping that
takes into account comment characters.)
To actually answer your question, for me it is simply that I
will view/edit the code with tools other than BBEdit. Having
hardwrap is better than relying on current tool's implementation
of softwrap.
I'm guessing that there's some disadvantage to soft wrapping (in
addition to slower file opening) that I don't understand.
Lack of control. All coders I've known prefer to control line
breaks. Now, *where* to break the lines... that is certainly debated.
Charlie
--
Make-Tracks Secure Hosting Pty Ltd <http://www.make-tracks.com>
PO Box 141 <[email protected]>
Windsor NSW 2756 Australia Ph: +61 2 9043 0613
** Take Control of Your Website **
--
This is the BBEdit Talk public discussion group. 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>
---
You received this message because you are subscribed to the Google Groups "BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].