blob: 95f6a356c367628ebc4a7e459c30811f16ae98e2 (
plain)
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
|
Source: universalindentgui
Section: devel
Priority: optional
Maintainer: Thomas Schweitzer <thomas-schweitzer@arcor.de>
Uploaders: Fathi Boudra <fabo@debian.org>
Build-Depends: debhelper (>= 9), libqscintilla2-qt4-dev, libqt4-dev
Standards-Version: 3.9.3
Homepage: http://universalindent.sourceforge.net
Package: universalindentgui
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: astyle,
bcpp,
csstidy,
hindent,
indent,
perltidy,
tidy,
uncrustify,
xmlindent
Description: GUI frontend for several code beautifiers
UniversalIndentGui is a GUI fontend for several code beautifiers, currently
supporting:
* Artistic Styler
* BCPP
* Cobol Beautify
* CSSTidy
* Fortran 90 PPR
* GNU Indent
* GreatCode
* hindent
* HTB
* Javascript Decoder
* JSPPP
* Perl Tidy
* PHP_Beautifier
* PHP Code Beautifier
* PHP Stylist
* pindent
* Ruby Beautify
* Ruby Formatter
* Shell Indent
* (HTML) Tidy
* Uncrustify
* XML Indent
.
UniversalIndentGui allows you to tune a beautifier's configuration and see
how the changes affects a source example live. It is especially useful to
compare different C/C++ beautifiers when you have to choose one of them.
|