[wxPython-users] Editor with per-line word wrap?
Christopher Barker
Chris.Barker at noaa.gov
Thu Oct 11 15:12:24 PDT 2007
Chris Mellon wrote:
> I was reading some old blog posts and I came across Wil Shipleys blog,
> where he says to not manually wrap your comments and to let your
> editor do it for you. Now, I keep word wrap off in my editor because
> reading word-wrapped source is really hard,
I suppose if you followed the often suggested rule of no long lines in
code, this wouldn't be an issue ;-)
> but I wouldn't mind it at
> all in a comment block. Has anyone ever seen an editor that can handle
> word wrap on a per (logical) line basis?
I haven't, and, in fact, some broadly used editors (cough*emacs*cough)
don't do soft wrap well at all, so I'd be disinclined to not wrap comments.
A good editor should be able to hard wrap comments well for you though.
-CHB
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
Chris.Barker at noaa.gov
More information about the wxpython-users
mailing list