1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Artistic Style - Scripts</title>
<meta http-equiv="Content-Language" content="en-us" />
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<link href="styles.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h1>
Artistic Style Scripts</h1>
<p>
</p>
<p>
The following are scripts to support the Artistic Style program. They are in various computer languages for multiple
platforms.</p>
<p>
On Windows Vista the following scripts may be blocked to help protect the computer. You will get a Security Warning
message when trying to open or edit the extracted file. Right click on the file and select Properties. At the
bottom of the General tab is a Security option. Select "Unblock" to unblock the file. This can be done with either
the extracted or the zip file.</p>
<h3>
Scripts</h3>
<p>
<a href="http://astyle.svn.sourceforge.net/viewvc/astyle/trunk/AStyleDev/downloads/astyle-clean.py.zip"><strong>astyle-clean.py</strong></a>
is a <strong>Python script</strong> to clean a directory tree by moving Artistic Style backup files to a separate
directory. This allows Artistic Style to create backup files without cluttering your source directories. There
are four variables at the start of the script that need to be set for each application. The script will move or
copy backup files to a backup directory maintaining the original directory structure. New backup files will be
copied over the old so you will always have the most current backup.</p>
<p>
<a href="http://astyle.svn.sourceforge.net/viewvc/astyle/trunk/AStyleDev/downloads/astyle-clean.sh.zip"><strong>astyle-clean.sh</strong></a>
is a <strong>Linux shell script</strong> to clean a directory tree by moving Artistic Style backup files to a
separate directory. This allows Artistic Style to create backup files without cluttering your source directories.
There are four variables at the start of the script that need to be set for each application. The script will
move or copy backup files to a backup directory maintaining the original directory structure. New backup files
will be copied over the old so you will always have the most current backup.</p>
<p>
<a href="http://astyle.svn.sourceforge.net/viewvc/astyle/trunk/AStyleDev/downloads/astyle-clean.bat.zip"><strong>astyle-clean.bat</strong></a>
is a <strong>Windows batch file</strong> to clean a directory tree by moving Artistic Style backup files to a
separate directory. This allows Artistic Style to create backup files without cluttering your source directories.
There are four variables at the start of the script that need to be set for each application. The script will
move or copy backup files to a backup directory maintaining the original directory structure. New backup files
will be copied over the old so you will always have the most current backup.</p>
<p>
<a href="http://astyle.svn.sourceforge.net/viewvc/astyle/trunk/AStyleDev/downloads/astyle.pl.zip"><strong>astyle.pl</strong></a>
is a <strong>Mac Perl script</strong> to indent source files in TextWrangler and BBEdit using Artistic Style.
Selected text from the editor can be passed to Artistic Style and replaced with the reformatted text. Save the
script in the "Unix Filters" directory (you need to restart TextWrangler to see new scripts). Then simply highlight
the text you would like to indent, choose the script from the Shebang (<code>#!</code>) menu, and the text will
be immaculately formatted. You can add Artistic Style options to the "my $astyle" line in the script.</p>
<p>
<a href="http://astyle.svn.sourceforge.net/viewvc/astyle/trunk/AStyleDev/downloads/indent-commit.pl.zip"><strong>indent-commit.pl</strong></a>
is a <strong>Perl script</strong> to integrate Artistic Style with a CVS repository check-in. Before code is checked in,
Artistic Style is automatically called so that the repository files have a consistent style. This script was posted
on the web site several years ago and probably needs to be updated.</p>
<p>
<a href="http://astyle.svn.sourceforge.net/viewvc/astyle/trunk/AStyleDev/downloads/astyle-hooks.el.zip"><strong>astyle-hooks.el</strong></a>
is an <strong>Emacs Lisp script</strong> containing hooks to convert Emacs default styles to Artistic Style default
styles. There are hooks for C++, Java, and C# files. The C# hook requires the csharp-mode.el file from <a href="http://mfgames.com/csharp-mode/start">
Moonfire Games</a> . For best results Artistic Style should use the options ‑‑min‑conditional‑indent=0
(‑m0) and ‑‑max‑instatement‑indent=50 (‑M50). Emacs does not seem to have
an option equivalent to these. The formatting for Emacs and Artistic Style will not be identical but should be
reasonably close.</p>
<p>
</p>
<center style="margin-left: -0.4in;">
<a href="http://sourceforge.net/projects/astyle">
<img src="http://sflogo.sourceforge.net/sflogo.php?group_id=2319&type=16" width="150" height="40" alt="[SourceForge.net]" /></a>
</center>
<p>
</p>
</body>
</html>
|