c.haslam Posted December 3, 2016 Posted December 3, 2016 I apologize first for creating a thread here, but I do not see one which deals with SciTE. For me, SciTE prints in grey scale: depending on the color of the characters in the display, they print in either grey or black. If there a way to get it to print all the characters in a script in black? Spoiler CDebug Dumps values of variables including arrays and DLL structs, to a GUI, to the Console, and to the Clipboard
InunoTaishou Posted December 3, 2016 Posted December 3, 2016 Are you talking about the Scite editor or the console output below the editor?
Developers Jos Posted December 3, 2016 Developers Posted December 3, 2016 (edited) perhaps change the language to TEXT before printing (shift+F11) and then change it back to AU3 (shift+F12)? or add try adding this to your sciteuser.properties: print.colour.mode=2 Jos Edited December 3, 2016 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.
c.haslam Posted December 3, 2016 Author Posted December 3, 2016 I am talking about printing code in the main SciTE window. Thanks for Shift-F11 and Shift-F12. They work well! I see that printer.colour.mode can be changed in SciTE by mousing Options > Open User Options File. Spoiler CDebug Dumps values of variables including arrays and DLL structs, to a GUI, to the Console, and to the Clipboard
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