A GUI for several code formatter, beautifier and indenter like AStyle, GNU Indent, GreatCode, HTML Tidy, Uncrustify and many more
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Michele Calgaro 3550401b82
Rename 'tde_setup_architecture_flags' to a more appropriate 'tde_setup_compiler_flags'
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 weeks ago
config Clean the executable bit on source and configuration files. 8 months ago
doc Clean the executable bit on source and configuration files. 8 months ago
icons Clean the executable bit on source and configuration files. 8 months ago
indenters Clean the executable bit on source and configuration files. 8 months ago
src Clean the executable bit on source and configuration files. 8 months ago
CHANGELOG.txt Clean the executable bit on source and configuration files. 8 months ago
CMakeLists.txt Use centralized cmake version. 8 months ago
ConfigureChecks.cmake Rename 'tde_setup_architecture_flags' to a more appropriate 'tde_setup_compiler_flags' 4 weeks ago
INSTALL.txt Clean the executable bit on source and configuration files. 8 months ago
LICENSE.GPL Clean the executable bit on source and configuration files. 8 months ago
README.md Clean the executable bit on source and configuration files. 8 months ago
UniversalIndentGUI.pro Clean the executable bit on source and configuration files. 8 months ago
config.h.cmake Don't use ntq* headers and adapt to __TDE_HAVE_GCC_VISIBILITY 1 year ago
readme.html Clean the executable bit on source and configuration files. 8 months ago

README.md

UniversalIndentGUI-TQt

A GUI frontend for several code formatters, beautifiers and indenters

Ever concerned about how your code looks like? Ever heard of different indenting styles, for example K&R? Ever received code from someone else who didn't care about code formatting? Ever tried to configure a code indenter to convert such code to your coding style? Ever got bored by that tedious "changing a parameter"-"call the indeter"-"try and error" procedure?

Help is close to you. UniversalIndentGUI-TQt offers a live preview for setting the parameters of nearly any indenter. You change the value of a parameter and directly see how your reformatted code will look like. Save your beauty looking code or create an anywhere usable batch/shell script to reformat whole directories or just one file even out of the editor of your choice that supports external tool calls.

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 easyly added by creating a configuration file for them.

Thus UniversalIndentGUI-TQt is open for nearly any new indenter and programming languages. Give it a try. Perhaps you'll also find an indenter for your programming language that you even didn't know that it exists.

Features

  • Live Preview: change an indenter parameter and directly see how your formatted code will look like.
  • Support for many existing indenter possible.
  • Easy adding of new indenters: just create a parameter definition file for the new indenter.
  • Load and save different indenter configurations.
  • Reset to indenters default parameters.
  • Support for many programming languages through the various indenters
  • Really easy to handle user interface.
  • Tooltips for each indenter parameter.
  • Creation of batch/shell scripts.
  • Drag'n Drop of source code files.
  • Support for many different file encodings, like Korean KOI8-R or Chinese BIG5.

Contributing

If you wish to contribute to UniversalIndentGUI-TQt (TDE), you might do so: