jpcsupplies / Economy_mod

Basic Economy System for Space Engineers
13 stars 12 forks source link

Added invisible tabs to [Economy] lcd to deduplicate #188

Closed prosa100 closed 5 years ago

prosa100 commented 5 years ago

Sometime [Economy] lcd have ambiguous content when any of the fields is too long. E.g. Uranium Ingot 500000.00079228162514264337593543950335.0000.0000

This makes the data ambiguous. From a display perspective, it might be better to change the pattern to display engineering notation when needed to prevent overflows. Because SE LCD do not render tabs, adding them does not effect the visuals, but it also opens up the possibility to copy and paste the content into spread sheet and/or parse them using an in game script.