jalopy is used for sourcescrub target of build.xml (sourcescrub is not
[jalview.git] / utils / jalopy / docs / features.html
1
2     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
3   <html><head>
4       <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
5    <title>Jalopy - Feature list</title><link rel="stylesheet" href="site.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.65.1"><meta name="keywords" content="Java, convention, source, code, formatter, beautifier, pretty, printer, format, beautify, layout, coding, open, style, standard, transform, parser, Sun, ANTLR, Ant, Eclipse, JBuilder, NetBeans, jEdit, jakarta, JDeveloper, generator, generation, JDE, maven">
6       <meta name="description" content="Jalopy Java Source Code Formatter Beautifier Pretty Printer"> 
7       <meta http-equiv="pics-label" content='(pics-1.1 "http://www.icra.org/ratingsv02.html" l gen true for "http://jalopy.sf.net" r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true for "http://jalopy.sf.net" r (n 0 s 0 v 0 l 0))'> 
8     </head><body id="toppage" bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table width="700" border="0" cellpadding="0" cellspacing="0" align="center"><tbody><tr><td><table cellpadding="0" cellspacing="0" width="100%" style="border:1px solid #336699"><tbody><tr><td height="16"></td></tr><tr><td bgcolor="#3399cc" height="1"></td></tr><tr style="border:none"><td style="border:none"><table border="0" cellspacing="0" cellpadding="0"><tbody><tr><td class="logo">JALOPY</td><td class="sublogo" valign="bottom">Java Source Code Formatter Beautifier Pretty Printer</td></tr></tbody></table></td></tr><tr><td bgcolor="#3399cc" height="1"></td></tr><tr><td height="10"></td></tr><tr><td bgcolor="#ff8000" height="4"></td></tr><tr><td height="20" bgcolor="#336699" style="color:#ffffff;padding-left:10px"><a href="./index.html" class="navlink">Overview</a> &#149;
9                     <a href="./download.html" class="navlink">Download</a> &#149;
10                     <a href="./docs.html" class="navlink">Documentation</a> &#149;
11                     <a href="./plugins.html" class="navlink">Plug-ins</a> &#149;
12                     <a href="./links.html" class="navlink">Links</a> &#149;
13                     <a href="./contact.html" class="navlink">Contact</a></td></tr><tr><td height="1" bgcolor="#ffffff"></td></tr></tbody></table><table cellpadding="0" cellspacing="0" width="100%"><tbody><tr><td height="20" bgcolor="#faebd7" style="padding-left:15px"><a href="./features.html" class="navlink2">Features</a> |
14                         <a href="./history.html" class="navlink2">History</a> |
15                         <a href="./manual.html" class="navlink2">Manual</a> |
16                         <a href="./faq.html" class="navlink2">FAQ</a> |
17                         <a href="./api/index.html" class="navlink2">Javadoc</a></td></tr></tbody></table></td></tr><tr><td height="20" bgcolor="#ffffff"></td></tr><tr><td bgcolor="#eeeecc" height="17" align="right" style="font-size:10px;padding-right:3px">
18             This page generated: <strong>June 8 2004</strong></td></tr><tr valign="top"><td valign="top" bgcolor="#ffffff"><table border="0" width="100%" cellspacing="0" cellpadding="5"><tbody><tr><td><div class="article" lang="en"><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="featurelist"></a>Feature list</h2></div></div><div></div></div><div class="itemizedlist"><ul type="square"><li style="list-style-type: square">
19 distributed settings support - share one code convention across multiple machines/platforms
20 </li><li style="list-style-type: square">
21 easy switching between several code conventions
22 </li><li style="list-style-type: square">
23 several pre-configured brace styles (C, Sun, GNU), but fully user-configurable
24 </li><li style="list-style-type: square">
25 auto-insertion/removal of obsolete braces
26 </li><li style="list-style-type: square">
27 special empty braces handling
28 </li><li style="list-style-type: square">
29 wide range of whitespace options for method declarations/calls, brackets, parentheses, operators, delimeters...
30 </li><li style="list-style-type: square">
31 prepending of leading whitespace before every line
32 </li><li style="list-style-type: square">
33 powerful indentation/alignment capabilities
34 </li><li style="list-style-type: square">
35 configurable line wrapping
36 </li><li style="list-style-type: square">
37 controlable amount of blank lines between certain sections, blocks, statements...
38 </li><li style="list-style-type: square">
39 comment removal for all sorts of comments
40 </li><li style="list-style-type: square">
41 special comments to prohibit formatting for certain pieces of code
42 (uses the Jindent syntax to retain backward compatibility)
43 </li><li style="list-style-type: square">
44 auto-insertion of missing Javadoc comments (selectively configurable for the
45 different access levels) with variable interpolation
46 </li><li style="list-style-type: square">
47 auto-removal/insertion/correction of obsolete/missing/wrong Javadoc standard tags
48 </li><li style="list-style-type: square">
49 auto-insertion of parentheses around expressions to make operator precedence obvious
50 </li><li style="list-style-type: square">
51 auto-insertion of a serial version UID for serializable classes
52 </li><li style="list-style-type: square">
53 sorting of class/interface/variable/constructor/method declarations
54 </li><li style="list-style-type: square">
55 sorting of access modifiers
56 </li><li style="list-style-type: square">
57 insertion of separation comments between class/interface/variable/constructor/method declarations
58 </li><li style="list-style-type: square">
59 insertion of custom header/footer templates at the begin/end of every file (with variable interpolation)
60 </li><li style="list-style-type: square">
61 sorting/grouping of import declarations
62 </li><li style="list-style-type: square">
63 import optimization: expansion of on-demand import declarations to several
64 single-type declarations (and vice versa). As of today only implemented for
65 the Ant and JBuilder Plug-in
66 </li><li style="list-style-type: square">
67 configurable message output
68 </li><li style="list-style-type: square">
69 numbered backups (1-30)
70 </li><li style="list-style-type: square">
71 multi-processor support
72 </li><li style="list-style-type: square">
73 client <a href="./api/index.html" target="_top">API</a> to make integration with other tools easy
74 </li><li style="list-style-type: square">
75 graphical application to customize the settings (with live-preview)
76 </li><li style="list-style-type: square">
77 powerful command line interface with regular expression filtering (<a href="./plugins.html" target="_top">Console Plug-in</a>)
78 </li><li style="list-style-type: square">
79 several <a href="./plugins.html" target="_top">Plug-ins</a> to integrate with common Java applications (current set includes
80 <a href="./plugin-ant.html" target="_top">Ant</a>,
81 <a href="./plugin-eclipse.html" target="_top">Eclipse</a>,
82 <a href="./plugin-jbuilder.html" target="_top">JBuilder</a>,
83 <a href="./plugin-jdev.html" target="_top">JDeveloper</a>,
84 <a href="./plugin-jedit.html" target="_top">jEdit</a> and
85 <a href="./plugin-netbeans.html" target="_top">NetBeans</a>/Sun ONE Studio)
86 </li><li style="list-style-type: square">
87 "<span class="bold"><b><a href="http://opensource.org/docs/certification_mark.php" target="_top">OSI Certified Open Source Software</a></b></span>"
88  software, released under a <a href="./license-bsd.html" target="_top">BSD License</a></li></ul></div></div></div></td></tr><tr><td height="20"></td></tr></tbody></table></td></tr><tr><td bgcolor="#eeeecc" height="17" style="font-size:9px;padding-left:5px"><a href="#toppage">to top</a></td></tr><tr><td height="30"><br></td></tr><tr><td height="3"></td></tr><tr><td bgcolor="#336699" height="1"></td></tr><tr><td height="1"></td></tr><tr><td bgcolor="#336699" height="16"></td></tr><tr><td bgcolor="#ff9966" height="4"></td></tr><tr><td class="footer" align="center" height="15" valign="middle">
89             Copyright &copy; 2001-2002, <a class="footer" href="./contact.html">Marco Hunsicker</a>. All rights reserved. Hosted by <a href="http://sourceforge.net">SourceForge.net</a></td></tr></tbody></table><img src="http://sourceforge.net/sflogo.php?group_id=45216&amp;type=1" width="1" height="1" border="0" hspace="0" vspace="0" alt=""></body></html>