Smart Indenter

The tool completed for re indent sources



This complement was programmed in VB 5, I have a small bug with him in VB 6:


Another Bug :
BEFORE AFTER
                Private Sub Form_Load()
            If True Then
    MsgBox "Hello World"
End If
End Sub
                Private Sub Form_Load()
    If True Then
        MsgBox "Hello World"
    End If
End Sub


The first line is not re-indent.