You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
979 B
38 lines
979 B
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.
|