Modify ↓
Opened 3 years ago
Closed 3 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)
Note:
See TracTickets
for help on using tickets.

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.