Reply To: MWEdit

Home Forums Projects MWEdit Reply To: MWEdit

#3628

Working on running astyle on the project. It’s being a tad troublesome in that it also wants to edit binary files. For some reason, its built-in filters aren’t working (could be the version as I went ahead and built 3.6.7) so I’m going to need to set up some exclusion lists to pass to it. Otherwise, the run seems to have gone well. I’m doing all of this in a new branch in case things break 🙂

Edit:

Fixed it. Had to do individual runs for each folder in the root for the .cpp files and then the same thing for the .h files. Bit annoying having to run it twelve times but we won’t be running it much, if again. Anyways, here’s the commit log of the new branch if you want to check out the changes: https://github.com/deathssoul/MWEdit/commits/astyle/

May need to do the resource file in the project folder, too. Will take a look at that later 🙂

Edit 2:

The repo could use some version tags. Will take care of that. At the bare minimum, Nimrod’s initial commit needs to be tagged as well as their final changes. The rest aren’t enough to warrant a version bump just yet