On Oct 25, 2007, at 14:16, Lawson English wrote:
I'm sure this is a true RTFM moment, but I can't figure out how to
ge python-style pretty printing to kick in automatically.
E.G., when I type this...
for l in lines:
print l
print
how do I get BBEdit to autoindent using python's conventions ala
Idle when I press returninstead of manually tabbing to start the
next level ?
I don't think this feature is implemented in python: press that tab
key yourself (and 4 spaces wll be inserted, the python module is set
to auto-expand tabs into spaces by default). The next line will be
indented (which is what teh auto-indent refers to).
Maarten
--
------------------------------------------------------------------
Have a feature request? Not sure the software's working correctly?
If so, please send mail to <[EMAIL PROTECTED]>, not to the list.
List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml>
List archives: <http://www.listsearch.com/BBEditTalk.lasso>
To unsubscribe, send mail to: <[EMAIL PROTECTED]>