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 by , 17 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:2 by , 17 years ago
| Component: | AutoIt → SciTE4AutoIt |
|---|---|
| Keywords: | Tidy added |
| Resolution: | → Fixed |
| Status: | assigned → closed |
| Version: | 3.3.0.0 → Other |
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