On Tue, 16 Mar 2010 23:06:14 -0700 (PDT) tfer <[email protected]> wrote:
> At the local python meeting, clepy, I learned of a grep-like utility > to search file(s) via regexes. It can colorize its output with ansi > color escapes, something that Qt probably does not handle. > > Would the approach be to write a special parser that strips the > escapes and feed strings and commands to the text widget to do the > coloring? I think you'd want a ansi to html translation (seeing Qt uses html for non-plain text). And then a way to designate nodes as being html, I think Ville already started that, although possibly only for the sticky notes plugin, not sure. Cheers -Terry -- 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.
