Modify ↓
Opened 18 years ago
Closed 18 years ago
#62 closed Bug (Wont Fix)
Pressing F1 from within Scite editor Runs the script & runs multiple instances as well
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.2.10.0 | Severity: | |
| Keywords: | Cc: |
Description
F1 brings up the help screen , and runs the underlying code.
This behavior has been around for a while now. I'm running
Win Xp SP2
Autoit v3.2.10.0
Attachments (0)
Change History (2)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
This has been asked many times and explained that SciTE's Job queue has issues and is not something we (the autoit dev team) will work on. I know that somebody has been working on a new Job queue mechanism for SciTE, but haven't seen much progress on it lately.
I have reported this bug in the SciTE interest site and that's all I can do.
Closing as "WontFix"
Note:
See TracTickets
for help on using tickets.

If I'm interpreting this properly I'm pretty sure it's an issue with SciTe.
To clarify, I believe the author is talking about when you run a script, and it has not finished/exited yet, and you press F1, SciTe will run the script again, in addition to bringing up the help documentation.
The same can be accomplished by using any of the Lua scripts while the script is still running (Alt+I, Ctrl+J, etc).
It's been brought up before, and I believe the only solution mentioned was: Make sure your script has stopped running before doing anything else.