You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Its probably calling QString::Simplified which removes all extra whitespace/newlines from the string. Why is it important to get spacing into UI console. The indents will show fine in cmd propt which is what you should be using for this kind of stuff. I assume indenting is only important for getting somwhat structured debug prints.
For indentations it's not that critical but f.ex. an XML becomes a horrible one-liner to read or reuse. Also copy-pasting from the native console is much more annoying compared to the QTextEdit.
As a matter of fact we should just make the font monospace. Otherwise even if the whitespace would be there, it would look horrible. Good old Courier New 10-12px +1 :D Should be a trivial stylesheet change away.
…e neutral greyish. Tweaks stylesheets. Make opacity only affect the background, text will remain sharp and readable. Micro optimize DecorateString as its hit potentially a ton. Make config configurable buffer size, default in 5k lines which is plenty for normal use (fixed crashing client if something spams loggingm eg. scripts). Fix whitespace to remain in the ui as it was intented to be printed, this changes each block to a pre tag (in DecorateString).
f.ex. printing
foo
appears as
foo
in the GUI console. Also f.ex. newlines are omitted.
The text was updated successfully, but these errors were encountered: