#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 follow-up: ↓ 2 Changed 12 years ago by trancexx
- Resolution set to Rejected
- Status changed from new to closed
comment:2 in reply to: ↑ 1 Changed 12 years ago by HighGuy
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 Changed 12 years ago by guinness
Using v2.2.1.13 and this behaviour doesn't exist for me HighGuy.
comment:4 Changed 12 years ago by mvg
Doh ... Seems like trancexx is in spring cleaning mode.
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.
Tidy is not official AutoIt tool. Contact the author (Jos) by other means.