Modify ↓
Opened on Apr 22, 2009 at 11:11:13 PM
Closed on Apr 23, 2009 at 7:51:15 PM
Last modified on Apr 23, 2009 at 8:00:02 PM
#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 , on Apr 23, 2009 at 12:59:38 PM
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:2 by , on Apr 23, 2009 at 7:51:15 PM
| 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