blob: 6d63eebc05f04b5dde22eb98f38fbd85d2f809dc (
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
|
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.
KXML Editor is a simple program, that displays and edits the contents of an
XML file. It can be embedded in Quanta, and used with DCOP.
The left side contains a tree representing the XML document structure. The
right side contains a list of attributes for the selected XML element and its
contents.
|