Modify

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#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:1 by anonymous, 16 years ago

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

Thanks
Jos

comment:2 by Jos, 16 years ago

Resolution: Fixed
Status: newclosed

comment:3 by TicketCleanup, 16 years ago

Milestone: Future Release

Automatic ticket cleanup.

Modify Ticket

Action
as closed The owner will remain Jos.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.