Modify

Opened 15 years ago

Closed 15 years ago

Last modified 15 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 Changed 15 years ago by anonymous

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

Thanks
Jos

comment:2 Changed 15 years ago by Jos

  • Resolution set to Fixed
  • Status changed from new to closed

comment:3 Changed 15 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.

Add Comment

Modify Ticket

Action
as closed The owner will remain Jos.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.