Opened 2 years ago
Closed 2 years ago
#3920 closed Bug (Fixed)
SciTE Jump: undeclared variable error in SciTE Jump.au3
Reported by: | TimRude | Owned by: | Jos |
---|---|---|---|
Milestone: | Component: | SciTE4AutoIt | |
Version: | 3.3.16.1 | Severity: | None |
Keywords: | SciTE Jump | Cc: |
Description
With AutoIt 3.3.16.1 installed, attempting to use the SciTE Jump tool triggers an error message that the $__WINVER global variable is undeclared in the SciTE Jump.au3 script. This variable reference is in the _IsWindowsVersion() function.
With AutoIt 3.3.14.5 installed, (and the exact same SciTE4AutoIt add-on package installed), there is no error message and SciTE Jump works properly.
Comparing the WinAPIInternals.au3 include file from AutoIt 3.3.14.5 with the one from 3.3.16.1, the __WINVER() function and $__WINVER global constant are no longer in 3.3.16.1.
Attachments (0)
Change History (1)
comment:1 Changed 2 years ago by Jos
- Resolution set to Fixed
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
See https://www.autoitscript.com/forum/topic/131833-scite-jump-navigate-between-functions-and-regions-in-an-autoit-script/page/39/?tab=comments#comment-1498425
.. or use the current beta version avaiable.
Will be fixed in the next release of SciTE4AutoIt3.