Artistic Style Links

 

The following applications use Artistic Style as contributed software. It is either embedded in the application or called as a command line program.

Graphical User Interfaces

Artistic Style is a command line program and, as such, does not give you a chance to review the effect of different options before formatting the source code. The following Graphical User Interface program will allow you to review the changes before the code is updated. They allow you to select the options you want without actually updating the source.

Artistic Style for Windows is an Artistic Style GUI program for Windows. It uses an unmodified Artistic Style program in a Windows GUI. It will work under Linux using WINE. Everything done in the editor is undo-able, including formatting of the entire document. Documents can be reviewed and reformatted using different options. It can be executed from most development environments and will open the currently selected document.

Universal Indent Gui is a cross platform GUI for several code formatters. The main feature is a live preview to show how the selected formatting options affect the source code. This allows review and testing of the various options before formatting a file. It can be used with a sample file or with your actual source code. It is a good way to try out the options from various indentation programs.

Development Environments

The following development environments use Artistic Style as a contributed add-on.

CodeBlocks is a multi-platform, open source, C++ development environment based on wxWidgets. It has support for multiple compilers and plugins for wxWidgets development.

HaiQ is a multi-platform, open source, C++ development environment for Qt4. It allows programmers to maintain complete control over their projects and source files.

KDevelop is an integrated development environment for building KDE applications. It supports many programming languages and can be used to develop applications other than KDE. It runs on Linux, Unix, Solaris and MacOSX.

tIDE is a full featured open source Java integrated development environment. It is a small, powerful, quick, efficient, easy and open framework to create 100% Java applications.

Editors

The command line build of Artistic Style can be added to nearly any text editor, usually through the Tools menu. The text editor should have instructions on how this is done. If you have a favorite editor that does not have it, you can usually add it yourself.

SciTE is a Scintilla based text editor. Originally built to demonstrate Scintilla, it has grown to be a generally useful editor with facilities for building and running programs. It is currently available for Windows, Linux, and Mac OS X operating systems. The Linux and Mac versions are based on GTK+.