Y-Less
Y-Less
I realised the way I was doing it before was stupid. You don't need IDs at all - just remember which dialog is open. The old code generated a unique...
Yes, thank you. I did do a regex replace on the whole YSI codebase trying to catch as many `new ;`s as I could - those just declared without any...
I'll have to look carefully and figure out if the assignment should be removed, or added to an `if` like later in the code.
Could do with a tiny tweak on spacing, but otherwise looks good. Also, I didn't align the old version to the centre of a 80-character terminal very well. Maybe that...
Thanks. Do you have YSI in a GM as well? And what do you mean it only works as an include?
Are you stopping a timer inside itself?
4.x had those paths, they've actually been there a long time. It was only 5.x that started enforcing it. But if you fixed it already, great.
You can't use the old includes on Linux without compatibility mode. They were written before there was a Linux compiler, so were never designed to work on Linux. `-Z+` will...
Not fully rewritten, but I've been trying to rewrite it for a long time, and it's just half done right now.
No need to remember other fixes, just put the new one after the old fix, and it will be applied anyway.