Customizable script console-log prefix

One more! o)

While making use of the other-logs utility pane for tracing script execution or just printing longer lines (paths e.g.), I wished it would allow to disable the prefix DO puts in front of every line printed. Especially when printing indented output, it kind of wastes precious console space and forces you to scroll horizontally more often, which is a bit arkward (as there's no h-scrollbar o).

Maybe a new property in the OnInitData could even allow setting of a custom output prefix?
The general idea behind that prefix is something I like very much, so I wouldn't necessarily want it to be missing completely for all the output in daily use.

Renaming "Command.Generic: ScriptWizard" into "SW" is not sensible, using just "ScriptWizard" without that kind of namespacing leaves me with a cluttered list in prefs/toolbars/scripts.

Let me know what you think. o)
Bedtime now! cya, tbone


Could you indent with a single space instead of a tab?

Let me guess, you do not use single space indentation in your scripts when writing these, do you? o)

Maybe you agree, the purpose of indents is not necessarily to be as small as possible.
It's much harder to lock the eye on a specific level, especially when scrolling text like above in a vertically limited space.

For the example above, no log-prefix would increase the usable log-space by about 50% horizontally, quite an amount.

You are correct I don't use one space, I use NotePad++ and set my Tab to 2 spaces. But if length is an issue reducing to one or two spaces would help.
Perhaps if there was a button to compact the log output button and it could hide all the lowercase chars and spaces in the prefix and set the tab space to 1 or 2 chars.

We'll add a way for scripts to specify their prefix in a future update.

Even though it's not XMas yet?
Awesome! With that custom/shorter prefix, outputs gonna be perfect! Thanks a lot! o)

@wow
I was curious and tried a 2 chars indentation-width in Editplus, but mhh, well.. rather not. o)