Evgeny

Results 620 comments of Evgeny

I'd like to suggest user-predefined-area shortcuts rather than trying to cover all the box combos. It's based on the idea that there is a small subset of areas that cover...

Hm, you're right, I've just tested with an empty version and it works. By the way, I've noticed there is also a contextMenu.xml file, is that something that could be...

Yeah, I totally get the challenge of trying to fit a rather useful dynamic menu into static constraints, and sub-menu is indeed not as convenient, I wrote this before I...

> Aw that's a shame! I was really hoping to consolidate all the AltDrag functions to just one hand location. I know it's been a while since your comment, but...

Sorry, I barely understand this DllCalls and Buffer etc syntax as is and struggle if my copy&pasted examlpes misbehave, unlikely would be able to help much in writing a translation...

I've finished the tests that adds extra parenthesis to match the example, they passed, but then setting `this.test_exec := true` revealed that the suggested "fixed" conversion is wrong — you...

> but that will end up always putting parens around all of these replacements, even if they are on a line by themselves Yeah, that's what my "fix" actually does,...

Check out [this new hack](https://github.com/eugenesvk/AHK-v2-script-converter/tree/VarSetCapacity0), that should force `function(p)_extra` into submission! (also moved some data to separate files as the core file is huge enough and converted into an easier2parse...

> But I haven't thought that much on what the context checks would be. yeah, that's the hard part ;) maybe @mmikeww knows AHK syntax enough to set the proper...

> Do we really need the OrderedMap? A quick look and it doesn't seem to offer any real benefits. You could've just moved the strings to other files   Well, then...