VBSBeautifier 1.04
Submitted By:
Unknown
Rating:





(
Rate It)
VBScript beautifier beautifies VBScript files. You can use it for your ASP and clientside VBScript files. Working with a team of programmers? Let VBSBeaut unify the code layout.
Features:
Comes with a nice GUI.
Works on serverside and clientside VBScript.
Skips HTML.
Properizes keywords.
Splits Dim statements.
Places spaces around operators.
Indents blocks.
Lines out assignment statements.
Removes redundant endlines.
Makes backups.
File Details
NOTE: Some downloads must be obtained through publishers´s site.
Do you want to get your software listed on this site? Go to our
submissions area.
Screenshot
Details
Number of downloads:
1600
Comments (1)
First look - shortcoming




Posted by: john bourke on Sunday, April 27, 2003
Does not handle single line IF correctly-
e.g.
if c = 10 then
If a = c then c = 2
else
x = 6
end if
Becomes
if c = 10 then
If a = c then c = 2
else
x = 6
end if
Which is still syntactically correct but a long way from beautiful.
This then causes incorrect indentation furthed down in your code and makes it misleading i.e. your indentation does not indicate execution flow.
Sadly, this made it immediately unusable for me.
Add Your Rating