19.10.2017, 20:49
Thanks for your observations. I was aware of the spacing issues; there should indeed be no space after new or in, and I am sorry for not making enough tests on the new version (I had limited time and wanted to release it as quickly as possible). Sadly, space detection in Pawn is quite quirky, and I don't have complete understanding of the preprocessor to make it more flexible in this way. The inability to place "i" in the second variable name is surprising; it looks to me like the compiler could do a better job at attempting to recognize the macro.
I agree it is not very flexible, but I originally made this only for my personal use, tailored to my coding style and preferences (spacing). At least the second version doesn't break anything that was possible with the first version (or I am not aware of it).
Minor version 1.1.1 was released to allow a space before "new" (some coding styles have that). I hope it doesn't break something else.
Thanks for the compliment!
I agree it is not very flexible, but I originally made this only for my personal use, tailored to my coding style and preferences (spacing). At least the second version doesn't break anything that was possible with the first version (or I am not aware of it).
Minor version 1.1.1 was released to allow a space before "new" (some coding styles have that). I hope it doesn't break something else.
Quote:
yes thats some quality code over here
PHP Code:
|