Modify

#2189 closed Bug (Rejected)

white space after if statement is removed

Reported by: HighGuy Owned by: Jos
Milestone: Component: SciTE4AutoIt
Version: 3.3.8.1 Severity: None
Keywords: Cc:

Description

Hi,

not sure if you handle this as a bug, but in current version of tidy from SciTE4AutoIt and in the beta version (2.2.1.13) a white space after an if statement followed by a paranthesis will be removed.

For example:

if (@error or $i=1) then

will become:

if(@error or $i=1)

Same behavior with "or" followed by a paranthesis.

Attachments (0)

Change History (4)

comment:1 by trancexx, on May 23, 2012 at 2:41:40 PM

Resolution: Rejected
Status: newclosed

Tidy is not official AutoIt tool. Contact the author (Jos) by other means.

in reply to:  1 comment:2 by HighGuy, on May 24, 2012 at 12:03:57 PM

Replying to trancexx:

Tidy is not official AutoIt tool. Contact the author (Jos) by other means.

Tidy is part of SciTE4AutoIt and I assigned this ticket to the corresponding component SciTE4AutoIt. So what's wrong with it? Ticket does already belong to Jos, so if this is not the right place you might consider removing this "component".

comment:3 by guinness, on May 24, 2012 at 4:35:41 PM

Using v2.2.1.13 and this behaviour doesn't exist for me HighGuy.

comment:4 by mvg, on May 25, 2012 at 2:26:28 AM

Doh ... Seems like trancexx is in spring cleaning mode.

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.