Aurelain

Results 8 comments of Aurelain

Not exactly developed, but very much used. It has successfully replaced all my AHKScripts. About its development: there are a few items on the todo list, but in the past...

I don't quite remember the limitations to COM. I suspect it was just the lack of time that forced me to mark it as `Cannot use yet`. *Exo* is indeed...

My NodeJS approach was to recreate AHK functions with NodeJS. Reasons: ● familiarity with AHK names ● compatibility with older Exo scripts ● the sorry state of default file libraries...

Hi, Robbsnor. You mean a more detailed example than the current [demo](https://github.com/Aurelain/Exo/blob/06b2e7e2b13d0c205d1bc0b0c74fb925a5e4e8f6/demo.js)?

I managed to reproduce the problem and it seems to be related to whitespace issues. After going through your steps of erasing everything, the following sample works fine (it leaves...

Hi. I can't seem to reproduce your issue. Maybe paste the whole sample? My step were: 1. Open the live demo (https://aurelain.github.io/react-style-editor/) 2. Click Clean 3. Click inside the textarea...

You're talking only about the "Parameters" variable? (the equivalent of "1", "2", in AHK). Seeing as how the global scope is already polluted by 465 keywords, 1 extra isn't a...

I agree with both viewpoints. I insist on having the current implementation because easy migration is a big deal. But I hate not having the option to clean up the...