Modify ↓
#923 closed Bug (Fixed)
Tidy upcases .eval COM object method
Reported by: | DaleHohm | Owned by: | Jos |
---|---|---|---|
Milestone: | Future Release | Component: | SciTE4AutoIt |
Version: | Other | Severity: | None |
Keywords: | Tidy | Cc: |
Description
SciTe Tidy will update the .eval method in the following line:
$o_object.document.parentWindow.eval($s_eval)
and changes it to this:
$o_object.document.parentWindow.Eval($s_eval)
.eval is a JavaScript method and is case sensitive. It is so subtle a change and fails sy cryptically that it is hard find
It would be great if Tidy could be made to ignore keywords when embedded in a form like this.
Attachments (0)
Change History (3)
comment:1 Changed 16 years ago by Jos
- Owner set to Jos
- Status changed from new to assigned
comment:2 Changed 16 years ago by Jos
- Component changed from AutoIt to SciTE4AutoIt
- Keywords Tidy added
- Resolution set to Fixed
- Status changed from assigned to closed
- Version changed from 3.3.0.0 to Other
comment:3 Changed 16 years ago by TicketCleanup
- Milestone set to Future Release
Automatic ticket cleanup.
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.
A new version of Tidy (2.0.28.2) is available in the Beta download directory that fixes this issue.
Thanks,
Jos