drewnoakes/string-theory

Allow for Copying of Strings Information

Open

#25 opened on Mar 21, 2019

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C# (10 forks)github user discovery
feature requestgood first issueux

Repository metrics

Stars
 (310 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

It would be useful if this information (boxed in red) were able to be copy and pasted:

image

4,086,800 strings, 630,116 unique. 468,564,642 total string bytes, of which 342,442,924 (73.1%) are wasted on duplicates (12.6% of 2,708,496,737 managed heap bytes).

For now I am working around it by using Inspect.exe to grab the string contents.

Contributor guide