#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)
follow-up: 2 comment:1 by , 14 years ago
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
comment:2 by , 14 years ago
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".

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