ReClass.NET
ReClass.NET copied to clipboard
Features for importing enums/structures or more interpretable storage format
There doesn't seem to be a way to import anything into ReClass. Namely, I've got a fairly large enum (500 values), and having to type that out by hand is not going to happen.
I hoped that the storage format of ReClass is human readable/modifiable to do add these programmatically, but at first sight it doesn't seem like it is. After digging in the code, it seems the storage format is actually zipped XML..
I don't think the space savings are worth the confusion of people not being able to interact with the storage format.
Alternatively, ReClass should provide a way to do imports.