Hi John, Actually ConsoleColor exists to support colors in consoles (most commonly cmd.exe in Windows, any terminal such as xterm in Linux and Terminal in MacOSX).
The ConsoleColor enum shouldn't exist in MonoTouch (if you check the Console class, you'll find that there is no way to set the foreground/background colors), the only reason it's there is because nobody noticed before. Rolf On Tue, Feb 21, 2012 at 7:07 AM, HairyJohn <[email protected]> wrote: > Hi Rolf, > Im referring to the Application Output window in MonoDevelop, having colour > coded lines would be very useful. The only reason for ConsoleColor to exist > is to support something along these lines. > > Cheers > John > > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/Console-color-support-tp4401691p4406060.html > Sent from the MonoTouch mailing list archive at Nabble.com. > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch >
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
