Hi Neil,
>
That really is hacked. Moving the directories and files around makes it more difficult to understand how it has changed.
I completely understand, but I had to rearrange the code only a little for myself to be able to handle it in Visual Studio.
But I only made those 2 changes to the structure:
- I renamed previous folder "win32" to "win"
- I moved all non-code files (BMPs etc) from "win" to a new folder "res", so "win" now only contains code (.cxx and .h)
That's it.
I only added the following 2 new files to the code base:
- win/Dark.cxx (
https://github.com/59de44955ebd/Dark-SciTE-for-Windows/blob/main/src/win/Dark.cxx)
- win/Dark.h (
https://github.com/59de44955ebd/Dark-SciTE-for-Windows/blob/main/src/win/Dark.h)
And the only existing files I changed are those that now include "Dark.h" at the top, those are:
- win/SciTEWin.cxx
- win/SciTEWinBar.cxx
- win/SciTEWinDlg.cxx
- win/Strips.cxx
Other than that, nothing has changed.
The new dark toolbar BMPs "toolbar.bmp" and "toolbar24.bmp" are not just inverted versions of existing images, that didn't look good, so I instead used some new b/w icons for those.
Best regards