Blake-Madden
Blake-Madden
Instead of uploading the results to your repo, you can also parse them during the run and then show the action as passing or failing.
Fix a few misspellings and double words. I saved these files in Notepad, I'm not sure if that homogenized the newlines or something and that's why it shows so many...
I am showing a multiline `wxTextEntryDialog` for my users to enter a large block of text. However, the default size for this dialog isn't very tall (maybe enough space vertically...
Would adding a `GetTotalPhysicalMemory()` function (which would return the size of installed RAM in bytes) be useful? I have this implemented for MSW, macOS, and remaining Unices if anyone would...
This adds: - `GetRTFValue()` and `SetRTFValue()` functions to get and set raw RTF - Changes `wxTEXT_TYPE_ANY` into a `wxTextCtrlFileType` enum that includes a new `wxTEXT_TYPE_RTF` option - `LoadFile()` and `SaveFile()`...