Reply To: MWEdit

Home Forums Projects MWEdit Reply To: MWEdit

#4399

Will look at the settings! What’s the point of having team members if they can’t actually work on the project, after all?

Should be these files:
https://github.com/Walrus-Tech/MWEdit/blob/dev/project/OpenPluginDlg.h
https://github.com/Walrus-Tech/MWEdit/blob/dev/project/OpenPluginDlg.cpp

It searches in the same directory the program is in, which is far from ideal

Edit:

It extends CDialog instead of CFileDialog: https://learn.microsoft.com/en-us/cpp/mfc/reference/cfiledialog-class?view=msvc-170

So we’ll need to rewrite the class. Probably best to just forgo the custom class and simply apply the filters? Would be much cleaner. It’ll change down the road as the GUI toolkit is changed to support other systems, though. There’s also a note about upgrading from older versions of Windows. Would it be better to wait until we do the swap or should we try and fix things up first? Going to be difficult either way as I’m not a GUI person 😛