Does it make sense to do an output, e.g., from R in colors? Say, lines, started with ">" in blue, others in black like in Rstudio. Or something different
This is a matter of writing a language mode for the
GeSHi_SyntaxHighlight extension, to handle .Rout and/or .Routput files. http://rwiki.sciviews.org/doku.php?id=wiki:rhighlighting looks like
someone's done some work toward that.
Dave, can I pass this to you?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
(I meant the project-file .Rout)
This is a matter of writing a language mode for the
GeSHi_SyntaxHighlight extension, to handle .Rout and/or .Routput files.
http://rwiki.sciviews.org/doku.php?id=wiki:rhighlighting looks like
someone's done some work toward that.
Dave, can I pass this to you?
This looks doable; at a first pass it looks like most of the work has probably already been done for us. I'll add this to my task list.
Andrei, how urgent is this for you?
David, not urgent
Thanks for looking!