#446 closed Bug (No Bug)
OnAutoIt and SciTE
| Reported by: | JamesBrooks | Owned by: | Jos |
|---|---|---|---|
| Milestone: | Component: | SciTE4AutoIt | |
| Version: | 3.2.12.0 | Severity: | None |
| Keywords: | scite, onautoitexit, onautoitstart | Cc: |
Description
Currently, SciTE does not recognise the OnAutoIt* functions as correct functions - thus no highlighting or syntax help.
Attachments (0)
Change History (3)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
These are user-defined event callback functions. They aren't any different than any other event callback except that AutoIt implicitly calls it instead of requiring explicit registration (a design flaw). Going ahead and closing as no bug. I don't want Jos to make any special considerations for these two unique functions (not that I think he would) because any special provisions may interfere with some unreleased code I have that none of you know about.
comment:3 by , 18 years ago
Thanks guys! No problem, I just noticed they werent found when I was having to call outputs when the script finished.

James,
How do you envision this to be a bug and what would you expect SciTE to do with these Func names?
Jos