summaryrefslogtreecommitdiffstats
path: root/doc/universalindentgui.man
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2022-07-10 00:23:24 +0900
committerMichele Calgaro <[email protected]>2022-07-10 00:23:24 +0900
commit5bb4d4359a52e9caf331f6001b953dc553df64df (patch)
tree0e0ef61d88a17bf3fd53ee7bc32d3ec4b765b545 /doc/universalindentgui.man
downloaduniversal-indent-gui-tqt-5bb4d4359a52e9caf331f6001b953dc553df64df.tar.gz
universal-indent-gui-tqt-5bb4d4359a52e9caf331f6001b953dc553df64df.zip
Initial import of UniversalIndentGUI 1.2.0 from Debian snapshot
(https://snapshot.debian.org/package/universalindentgui/1.2.0-1.1). The code is available under GPL2 licence. Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/universalindentgui.man')
-rwxr-xr-xdoc/universalindentgui.man21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/universalindentgui.man b/doc/universalindentgui.man
new file mode 100755
index 0000000..edeb086
--- /dev/null
+++ b/doc/universalindentgui.man
@@ -0,0 +1,21 @@
+.TH universalindentgui 1 "2012-01-01" "1.2.0" "UniversalIndentGUI"
+
+.SH NAME
+universalindentgui \- GUI frontend for several code beautifiers
+
+.SH SYNOPSIS
+.B universalindentgui
+.RI [ FILE ]
+.br
+Optional the as parameter given
+.IR FILE
+can be opened at start.
+
+.SH DESCRIPTION
+\fBUniversalIndentGUI\fP is a GUI frontend for nearly any code beautifier. It allows you to comfortably change each parameter of a beautifier and directly see how the source code is affected done by a live preview. Many free available code beautifier, formatter and indenter are currently supported, like GNU Indent, Uncrustify, Artistic Styler, PHP Stylist, Ruby Beautify, HTML Tidy and many other (look at features for complete list). Currently not supported indenters can be easily added by creating a configuration file for them.
+
+.SH BUGS
+Currently known bugs can be browsed on http://sf.net/tracker2/?func=browse&group_id=167482&atid=843127
+
+.SH AUTHOR
+Thomas\ Schweitzer <[email protected]>