MDK-SE
MDK-SE copied to clipboard
feature: minifier: at option to use only visually distinct characters as replacement
This feature will allow to read stack trace from screenshot (bugreport from a script user, for example)
Sorry. This one is unlikely.
Well. It can be implemented in more generic way: A way to provide some custom list of available replacements
Actually, thinking about it I won't summarily deny this one, but no promises
Well, actually, I can try to implement this one and replacement map by myself. by questions is: which file format I should use and how I need to integrate it into MDK?
All chars in file as available characters? Put it into project with special name? Map as csv file?
I'm sure there are existing formats for replacement map to consider, there's at least one for JavaScript for sure, it's even integrated into browsers. Consider that people might want to include this map with their deployment. As for the character map, I don't know, I don't have a preference. It might as well just be a text file with all characters printed on a single line.