On Thu, Nov 1, 2012 at 12:12 PM, Stefan Fruehwirth <[email protected]> wrote: > A short question: Is it possible to have linewrap in headlines? Or maybe > with a few lines of code?
Headlines contain one line of code. If you try to paste multiple lines into a headline Leo will truncate the headline to the first line. For very long lines, the behavior depends on the Qt QLineEdit widget. This widget: http://doc.qt.nokia.com/4.7-snapshot/qlineedit.html This is a one-line text editor, so the notion of line wrapping does not apply. HTH. 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.
