Tig
Tig
I just spent several hours trying to figure this out. This makes it impossible to have multiple source files in a platformio project. Has anyone figured out a work around?
I was about to implement the same thing!
I fast-forwarded this fix into my pr #40.
Some notes as I research how to fix this.... litetml only supports white-space: pre-wrap. word-break: break-all are not yet supported. /* Relevant docs: white-space - https://developer.mozilla.org/en-US/docs/web/css/white-space word-break - https://developer.mozilla.org/en-US/docs/Web/CSS/word-break overflow-wrap...
@andschwa This should be closed as won't fix since it's for the Avalona version.
I'm an idiot. Yes, I was running the old one. I just assumed `import-module` of the .dll that `ocgv` was in would have `ogv` in it too. I never ran...
No, because I changed the title to be more specific to a valid feature request (that the new one doesn't save / restore it's window pos).
You just need somewhere to store one each of: public enum FormWindowState { // // Summary: // A default sized window. Normal = 0, // // Summary: // A minimized...
https://docs.microsoft.com/en-us/dotnet/api/system.configuration.applicationsettingsbase?view=netcore-3.1 This should get you started. Sorry I mis-remembered the name...