Reply To: MWEdit

Home Forums Projects MWEdit Reply To: MWEdit

#4786

The directory structure changes would be for the code repository to make working with the source files easier. As it is, things are mostly lumped together. The icons are buried under the generic project directory instead of having their own directory, the old build files were dumped in with the source files and hard to find, etc. NimrodPSI did do some organizing but we may be able to take it a step further to make it even easier to locate stuff.

No idea why everything is prefixed with Esm but the esm/ directory is for the binary file format, while the project/ directory is assorted stuff, mostly the GUI shell but with some algorithm processing mixed in, such as the script editor. As we know, Common/ is a lot of reimplementation of standard features, some of which didn’t exist at the time of original creations and others which are just “there”.

Yep, a portable option would be nice. Will create an issue later but part of it may require a better installer and changing the settings from the registry to config files instead (necessary anyways to support other operating systems)