Opened on Jul 17, 2008 at 6:51:15 PM
Closed on Jul 17, 2008 at 9:11:21 PM
Last modified on Jul 18, 2008 at 9:25:47 AM
#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:2 by , on Jul 17, 2008 at 9:11:21 PM
| 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 , on Jul 18, 2008 at 9:25:47 AM
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