Modify ↓
Opened 15 years ago
Closed 15 years ago
#1483 closed Bug (Wont Fix)
SciTE Running a second instance of AuoItWrapper when Help File is opened
Reported by: | Dobs78 | Owned by: | Jos |
---|---|---|---|
Milestone: | Component: | SciTE4AutoIt | |
Version: | 3.3.4.0 | Severity: | None |
Keywords: | Cc: |
Description
I just noticed this while running a script (testing.au3) via SciTE v1.79. The script takes a while to run, so I started to work on another project in which I needed to open the SciTE Help File. Once the Help File opened, another instance of my testing.au3 started, thus duplicating the work. Checked this multiple times via use of the menu bar and pressing F1, starts the second instance of a running script every time.
Attachments (0)
Change History (1)
comment:1 Changed 15 years ago by Valik
- Resolution set to Wont Fix
- 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.
Note: See
TracTickets for help on using
tickets.
SciTE only supports running one tool at a time. Attempting to run a second tool will do exactly as you describe. This is a limitation in SciTE and there is nothing we can do about.