This Beta version contains SciTE v 5.4.0 and a major change to the AutoComplete functionality and automatically addition of required #include lines at the top. Many LUA functions are updated.
====== 2025-02-06 ===================================================
I am getting ready to publish a production update for SciTE4AutoI3, so have a SciTE4AutoIt3 v25.205.1420.0 release candidate ready and uploaded to Beta for those willing to test this installer before releasing it. Would app
That is correct because I told you it works differently:
.. as that to me tells you something about the variable. My assumption is that one wants to know which value it is set to in general.
I understand that Global $XYZ defines the variable but really doesn't tell you what its content is supposed to be.
It obviously also doesn't take scope into account like a Local $XYZ defines in multiple places in the same script. Not planning to make this something complex like VSC and cover all