Reply To: MWEdit

Home Forums Projects MWEdit Reply To: MWEdit

#4065

In an ideal world, I’d like for it to use std::string for string types and char * (or whatever the current standard way of doing it is; I’ve even seen int * used) for raw data blocks. If CString implements more than std::string then we may be able to simply create a subclass and go from there. Will add it to the list!

Still reformatting. Been on the script functions file for a few days now. It’s another one with a lot of arrays. It started out less than a thousand lines of code and is now hitting 6,000 😛

At some point, it may be a good idea to move some of these to-list items to the issue tracker so we can better keep up with them