user4157124 Posted May 31, 2019 Posted May 31, 2019 ConsoleWrite('>Message here.' & @CRLF) outputs colored text (per + > - ! characters). ConsoleWrite('warning' & @TAB & '38' & @TAB & 'more text ...' & @CRLF) enables jump to line 38 on doubleclick. Using "jump to line" format, only red and pink text coloring seems possible (simply prefixing color directives to output-text disables jump to line functionality). Is it possible to combine the two (define custom color while keeping "jump to line" functionality)? AUERLO (AutoIt error logger)
Developers Jos Posted May 31, 2019 Developers Posted May 31, 2019 (edited) The Error lexer is using it's own colorsettings from the "# Error list styles" section in others.properties, so there is no combining the two possible. Jos Edited May 31, 2019 by Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
user4157124 Posted May 31, 2019 Author Posted May 31, 2019 As I feared. Thank you for confirming. AUERLO (AutoIt error logger)
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