Feature - Implemented Copy/Paste friendly output for outfit equip/save messages

DoctorRotelle

Developer
At present, the format for the message displayed with you equip or save an outfit adds an ellipse to the end of the outfit name. I often have to take extra care not to copy the ...

I want to propose changing the format to:
"Saving outfit: " + this.outfitName
and
"Putting on outfit: " + this.outfit

I would just commit this change, but I want to be sure it wouldn't break anything important like the log visualizer, etc.

Comments please!
-=DoctorRotelle
 

Fluxxdog

Active member
Actually, the ellipse is routinely over used IMHO. Not specifically KoLmafia, mind you, but anywhere. I'm guilty of using it myself. It's more appropriate for things that are going to take time processing and not doing anything. When you put on an outfit, it goes right to work doing something.
 
Last edited:

Winterbay

Active member
Not at first understanding what the point was I watched my CLi output just now and realised what you meant. Those ... can't seriously have a use can they? They look mainly like they are an annoyance :)
I would thus be for a change, butthen I do not run any logvisualization tools very often.
 
Top