Kademlia Posted February 9, 2008 Posted February 9, 2008 (edited) Hey, My ConsoleOutput gets colored without telling to do so Here is an Example: >Running:(3.2.10.0):C:\Programme\AutoIt3\autoit3.exe "C:\Dokumente und Einstellungen\Computer\Desktop\Sound\test3.au3" SciTE Version 1.75 Nov 22 2007 15:38:26 CODE ConsoleWrite("Test1 0:0:0" & @CRLF) ; BLACK Output ConsoleWrite("Test2 0:0:1" & @CRLF) ; BLACK Output ConsoleWrite("Test3 0:1:0" & @CRLF) ; Violet Output ConsoleWrite("Test4 0:1:1" & @CRLF); Violet Output ConsoleWrite("Test5 1:0:0" & @CRLF); BLACK Output ConsoleWrite("Test6 1:0:1" & @CRLF); BLACK Output ConsoleWrite("Test7 1:1:0" & @CRLF); Violet Output ConsoleWrite("Test8 1:1:1" & @CRLF); Violet Output ConsoleWrite("Test9: 0:0:0" & @CRLF); BLACK Output ConsoleWrite("Test10: 0:0:1" & @CRLF); BLACK Output ConsoleWrite("Test11: 0:1:0" & @CRLF); Red Output ConsoleWrite("Test12: 0:1:1" & @CRLF); Red Output ConsoleWrite("Test13: 1:0:0" & @CRLF); BLACK Output ConsoleWrite("Test14: 1:0:1" & @CRLF); BLACK Output ConsoleWrite("Test15: 1:1:0" & @CRLF); Red Output ConsoleWrite("Test16: 1:1:1" & @CRLF); Red Output ConsoleWrite("Stereo Mix found: 0:1:1" & @CRLF); Red Output ConsoleWrite("($StereoMixIN_SliderID)= 0:1:1" & @CRLF); Violet Output ConsoleWrite("EXITBUTTON+>18:52:56 AutoIT3.exe ended.rc:0" & @CRLF); Violet Output Edited February 9, 2008 by Kademlia
LIMITER Posted February 9, 2008 Posted February 9, 2008 Hey,My ConsoleOutput gets colored without telling to do soHere is an Example:>Running:(3.2.10.0):C:\Programme\AutoIt3\autoit3.exe "C:\Dokumente und Einstellungen\Computer\Desktop\Sound\test3.au3" SciTEVersion 1.75Nov 22 2007 15:38:26CODEConsoleWrite("Test1 0:0:0" & @CRLF) ; BLACK OutputConsoleWrite("Test2 0:0:1" & @CRLF) ; BLACK OutputConsoleWrite("Test3 0:1:0" & @CRLF) ; Violet OutputConsoleWrite("Test4 0:1:1" & @CRLF); Violet OutputConsoleWrite("Test5 1:0:0" & @CRLF); BLACK OutputConsoleWrite("Test6 1:0:1" & @CRLF); BLACK OutputConsoleWrite("Test7 1:1:0" & @CRLF); Violet OutputConsoleWrite("Test8 1:1:1" & @CRLF); Violet OutputConsoleWrite("Test9: 0:0:0" & @CRLF); BLACK OutputConsoleWrite("Test10: 0:0:1" & @CRLF); BLACK OutputConsoleWrite("Test11: 0:1:0" & @CRLF); Red OutputConsoleWrite("Test12: 0:1:1" & @CRLF); Red OutputConsoleWrite("Test13: 1:0:0" & @CRLF); BLACK OutputConsoleWrite("Test14: 1:0:1" & @CRLF); BLACK OutputConsoleWrite("Test15: 1:1:0" & @CRLF); Red OutputConsoleWrite("Test16: 1:1:1" & @CRLF); Red OutputConsoleWrite("Stereo Mix found: 0:1:1" & @CRLF); Red OutputConsoleWrite("($StereoMixIN_SliderID)= 0:1:1" & @CRLF); Violet OutputConsoleWrite("EXITBUTTON+>18:52:56 AutoIT3.exe ended.rc:0" & @CRLF); Violet OutputI think it's scite's coloring syntax ... maybe not ?
Kademlia Posted February 9, 2008 Author Posted February 9, 2008 (edited) Jeah must be - but its still wrong somehow ... Edited February 9, 2008 by Kademlia
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now