Reply To: MWEdit

Home Forums Projects MWEdit Reply To: MWEdit

#5100

It looks like most of the ClassWizard notations in the files can be removed as it was just a marker for the GUI tool instead of something being done in the tool-chain? Not entirely sure but if so, that’ll help clean up the headers to be more readable.

Additionally, the custom string implementation in common/string/sstring.h isn’t used much and CString is used more predominantly so we may be able to mark it for removal. Ultimately, the plan is to replace the nonstandard string types with std::string but that will take some time to retool the code to use the functions in the C++ standard

Still need to update the tasks list from this thread more but I’d rather code than go through the thread and do that mindless work…. 😛

Adding the missing includes to the GUI files is coming along nicely and the code is becoming much more readable, as well 🙂

Also asked devakm about the TES4Gecko code 🙂