annotate doc/universalindentgui.man @ 801:71b89219671c default tip

Fix Debian package rules for Qt5 build.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 13 Apr 2018 02:02:51 +0300
parents c6942de51c7c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
793
c6942de51c7c Updated the version and release date.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 711
diff changeset
1 .TH universalindentgui 1 "2012-01-01" "1.2.0" "UniversalIndentGUI"
c6942de51c7c Updated the version and release date.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 711
diff changeset
2
c6942de51c7c Updated the version and release date.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 711
diff changeset
3 .SH NAME
c6942de51c7c Updated the version and release date.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 711
diff changeset
4 universalindentgui \- GUI frontend for several code beautifiers
c6942de51c7c Updated the version and release date.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 711
diff changeset
5
c6942de51c7c Updated the version and release date.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 711
diff changeset
6 .SH SYNOPSIS
c6942de51c7c Updated the version and release date.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 711
diff changeset
7 .B universalindentgui
c6942de51c7c Updated the version and release date.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 711
diff changeset
8 .RI [ FILE ]
c6942de51c7c Updated the version and release date.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 711
diff changeset
9 .br
c6942de51c7c Updated the version and release date.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 711
diff changeset
10 Optional the as parameter given
c6942de51c7c Updated the version and release date.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 711
diff changeset
11 .IR FILE
c6942de51c7c Updated the version and release date.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 711
diff changeset
12 can be opened at start.
c6942de51c7c Updated the version and release date.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 711
diff changeset
13
c6942de51c7c Updated the version and release date.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 711
diff changeset
14 .SH DESCRIPTION
c6942de51c7c Updated the version and release date.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 711
diff changeset
15 \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.
c6942de51c7c Updated the version and release date.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 711
diff changeset
16
c6942de51c7c Updated the version and release date.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 711
diff changeset
17 .SH BUGS
c6942de51c7c Updated the version and release date.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 711
diff changeset
18 Currently known bugs can be browsed on http://sf.net/tracker2/?func=browse&group_id=167482&atid=843127
c6942de51c7c Updated the version and release date.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 711
diff changeset
19
c6942de51c7c Updated the version and release date.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 711
diff changeset
20 .SH AUTHOR
c6942de51c7c Updated the version and release date.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 711
diff changeset
21 Thomas\ Schweitzer <thomas_-_s@users.sourceforge.net>