Closed GoogleCodeExporter closed 9 years ago
I'm really interested in this actually. It's possible to do rich text in some
of Java's text display components. The one I use now is plain text only. I'd
have to investigate whether a move to the rich text component would give the
same user experience you enjoy now.
The only challenge I see atm is Metasploit does not deliver ANSI codes over the
RPC interface I talk to. I can request the ability to enable such a mode or use
regular expressions to determine which lines should be highlighted and which
don't need to be. For example, [-] would be an error. [whatever] would be
highlighted to indicate something good. etc.
Any thoughts?
Original comment by rsmu...@gmail.com
on 12 Mar 2012 at 3:57
Regular expressions would be the simplest solutions I think. print_good [+]
~green print_bad [-] ~red print_status [*] ~ neutral. There are others but
they have nothing to do with the output. Just identifying those 3 would be a
good start, and enough for me. =P
Original comment by JosephPB...@gmail.com
on 13 Mar 2012 at 11:11
Original comment by rsmu...@gmail.com
on 17 May 2012 at 12:46
Original issue reported on code.google.com by
JosephPB...@gmail.com
on 11 Mar 2012 at 10:08