Bribe
Bribe
Completely agree with this, and came here to suggest the same. Also, there is an issue where the question mark appears after the type when having enabled the inlined declaration:...
I came here to suggest this very thing. I would think that the 'open' call could take a generic to assign to the componentInstance, but TypeScript doesn't play well with...
Likely the best middle ground is that an empty catch block can compile to an xpcall, and a non-empty one can compile as-is. Same with un-caught rejected promise objects, if...
Thanks so much for clarifying! Maybe it really is a lot less complicated than I thought!
@cipherxof please let me know how it looks now with the changes made.
[worldedit docs.txt](https://github.com/lep/jassdoc/files/9690203/worldedit.docs.txt) I've parsed this in the following format: /* @worldedit world editor help text from triggerstrings.txt */ FunctionName
The process is quite simple. The FindAll Regex that you want is: `(\w+)Hint=(".+")` ReplaceAll regex you want: `/*\n@worldedit enUS $2\n*/\n$1` There are "=" signs in some of the quotes. The...
They have the following disclaimer: // Special events not defined in common.j, // handled internally by the editor They aren't found in common.j nor Blizzard.j
That is odd, because I am finding TriggerRegisterTrainCommandEventBJ on war3modding.info, but I do not find it in my Blizzard.j and Common.j files. When were these added, do you know?