Reply To: MWEdit

Home Forums Projects MWEdit Reply To: MWEdit

#4072

Yeah, we’ll definitely want to expand on the function descriptions to explain why something is broken.

Elsewhere, a compiled help file is referenced but there doesn’t seem to exist any file that sets one up in the repository so more digging is probably needed. It may be using the one in the original CS, which would be strange as MWEdit is a replacement

CHM files were deprecated a while back, weren’t they? Did Microsoft issue a replacement or do we need to look at third-party libraries for a built-in help system?

Yeah, we’ll need to see how things change with the macros. First order of business is to change them all to static constexpr types for modernization and optimization reasons. That file in particular is quite long so replacing the somewhat meaningless abbreviations may be painful (it’s about 8500 lines after the reformat) anyways.

Tabs are used only to indent blocks while spaces are being used for alignment. Don’t worry, all macro sections are being lined up with additional spaces to make them look nice and pretty 🙂