On Wed, Mar 7, 2012 at 10:33 AM, Terry <[email protected]> wrote: > Hi Is it possible to NOT have line-wrap in the node content box ?
There are several ways: @wrap and @nowrap enable/disable on a node-by-node basis, with inheritance as usual. The setting @bool body_pane_wraps = False will set the default value. Typically, you would put this in myLeoSettings.leo. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. 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/leo-editor?hl=en.
