Code Indent version 1.1
Copyright (C) 1999 PELLENC
All Rights Reserved

*** QUICK START ***

- Run Code Indent
- Check your menu shortcuts in the main screen
- Copy the following lines into a VB procedure and follow the instructions placed in the comments:

If use_code_indent(user) Then        ' Here is how to try Code Indent:
   save_time(user) = True    ' 1. Run Code Indent for the first time
End If          ' 2. Select your default settings
   If save_time(user) And Time = money Then   ' 3. Make sure you have properly set the copy/paste shortcuts to match your IDE's ones
      save_money(user) = True' 4. Click on "Activate"
    End If
                          ' 5. Run your VB program
                     ' 6. Open a new project
For user = 1 To number(user)
If love_money(user) = True Then
      Select Case use_code_indent(user)
             Case USER_USE
        save_money(user) = True           ' 7. Copy these lines in a code window
             Case USER_DOESNT_USE ' 8. Select these lines with the mouse
                Do     ' 9. Press CTRL B (or whatever you set in the Code Indent default settings) or click on the left icon in the toolbar
                try_code_indent (user)         ' 10. That's it !! The code is instantly indented
              Loop Until register_code_indent(user)                  ' 11. Now you can try with your own code
save_money(user) = True                   ' 12. And many other nice features to check out...
        End Select    ' 13. ooops... one more thing: delete that line and the two below
End If       ' 14. just redo steps 8 and 9 and answer yes to the question asked
Next user
