Modify ↓
Opened on Oct 18, 2009 at 3:22:19 PM
Closed on Oct 19, 2009 at 5:46:31 PM
Last modified on Oct 19, 2009 at 6:00:02 PM
#1235 closed Bug (Fixed)
Tidy does not format negative cases properly
| Reported by: | Nutster | Owned by: | Jos |
|---|---|---|---|
| Milestone: | Future Release | Component: | SciTE4AutoIt |
| Version: | 3.3.1.2 | Severity: | None |
| Keywords: | Cc: |
Description
In a Switch statement, a Case with a negative number gets separated when run through Tidy from within Scite.
Switch $x
Case -1
; Whatever happens next
EndSwitch
becomes
Switch $x
Case - 1
; Whatever happens next
EndSwitch
Attachments (0)
Change History (3)
comment:2 by , on Oct 19, 2009 at 5:46:31 PM
| Resolution: | → Fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Fixed in Tidy v2.0.28.7 currently available in the Beta directory.
Thanks
Jos