Shopping Cart My Cart Account Log In Walkthrough IDE Integrations Contact Partner  
Polystyle
The Elegant, Intelligent Source Code Formatter

Click Here To Download A Free Trial!
C/C++   PerlPascal/Delphi
C#   CSSCMAC
Java Javascript   PHP 
JSP HTMLPython
ASP Visual BasicActionscript
Home Features Documentation Buy Polystyle Download  
JSP Beautifier Features

  • Overall JSP Features
  • Step 1: Unformatted Source
  • Step 2: Example Source
  • Step 3: Formatted Source

    The following are a few of the main features to be found in Polystyle's JSP beautifier.

    To see a preview of Polystyle in action, use the Step 1, 2, 3 links above.

    The JSP beautifier also benefits from the features of:

    JSP Code Flow Indents HTML And Vice Versa

    Polystyle keeps track of indentation from code braces as well as from HTML tags. This makes the resulting source much easier to read.

    Example:

        <%
            while (x)
                {
        %>
        
                <table a = "b">
                    <td>
                        Text
        
        <%
                }
        %>
    
     
    JSP Expressions Within HTML Tag Arguments Are Understood

    Polystyle parses deeply into HTML tag values and correctly formats JSP expressions it finds there.

    Example:

        <a href=/file_<%= getFileName(i + y)%>.html>
    
     
    Preserves Whitespace Merging Around JSP Expressions:

    Sometimes JSP expressions need to remain merged with the surrounding HTML. Polystyle understands this and will not insert whitespace where it should not.

    Example:

        This is the <%= n %>th item in file_<%= fileNum %>.
    
     

    Next, take a look at what Polystyle can do for you with this quick test case:

  • Step 1: Unformatted Source
  • Step 2: Example Source
  • Step 3: Formatted Source
  • Home Features Documentation Buy Polystyle Download  

    Click Here To Download A Free Trial!

    Copyright © Flashbulb Studios. All rights reserved.