changeset 463:cd6ca4a1dc2b

[add] Feature Request ID 1971206 : Now showing by the indenter supported programming languages next to indenter name. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@700 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Mon, 26 May 2008 09:47:23 +0000
parents 15813e622299
children 1f2d2953fdbb
files CHANGELOG.txt indenters/uigui_astyle.ini indenters/uigui_bcpp.ini indenters/uigui_csstidy.ini indenters/uigui_gnuindent.ini indenters/uigui_greatcode.ini indenters/uigui_hindent.ini indenters/uigui_htb.ini indenters/uigui_jsdecoder.ini indenters/uigui_perltidy.ini indenters/uigui_phpCB.ini indenters/uigui_phpStylist.ini indenters/uigui_php_Beautifier.ini indenters/uigui_shellindent.ini indenters/uigui_uncrustify.ini
diffstat 15 files changed, 16 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG.txt	Mon May 26 09:43:14 2008 +0000
+++ b/CHANGELOG.txt	Mon May 26 09:47:23 2008 +0000
@@ -1,4 +1,5 @@
 2008-05-25 Version 0.8.2
+[add] Feature Request ID 1971206 : Now showing by the indenter supported programming languages next to indenter name.
 [add] Feature Request ID 1971181 : Added support for the HTML indenter HTB.
 [add] Feature Request ID 1867562 : Added support for the HTML indenter hindent.
 [add] Added support for the php indenter phpStylist version 1.0.
--- a/indenters/uigui_astyle.ini	Mon May 26 09:43:14 2008 +0000
+++ b/indenters/uigui_astyle.ini	Mon May 26 09:47:23 2008 +0000
@@ -4,7 +4,7 @@
 configFilename=.astylerc
 fileTypes=*.cpp|*.c|*.h|*.hpp|*.cs|*.java
 indenterFileName=astyle
-indenterName=Artistic Style
+indenterName=Artistic Style (C, C++, C#, JAVA)
 inputFileName=indentinput
 inputFileParameter=
 manual=http://astyle.sourceforge.net/astyle.html
--- a/indenters/uigui_bcpp.ini	Mon May 26 09:43:14 2008 +0000
+++ b/indenters/uigui_bcpp.ini	Mon May 26 09:47:23 2008 +0000
@@ -4,7 +4,7 @@
 configFilename=bcpp.cfg
 fileTypes=*.cpp|*.c|*.h|*.hpp
 indenterFileName=bcpp
-indenterName=BCPP
+indenterName=BCPP (C, C++)
 inputFileName=indentinput
 inputFileParameter="-fi "
 manual=http://universalindent.sf.net/indentermanuals/bcpp.txt
--- a/indenters/uigui_csstidy.ini	Mon May 26 09:43:14 2008 +0000
+++ b/indenters/uigui_csstidy.ini	Mon May 26 09:47:23 2008 +0000
@@ -4,7 +4,7 @@
 configFilename=
 fileTypes=*.css
 indenterFileName=csstidy
-indenterName=CSSTidy
+indenterName=CSSTidy (CSS)
 inputFileName=indentinput
 inputFileParameter=
 manual=http://csstidy.sourceforge.net/usage.php
--- a/indenters/uigui_gnuindent.ini	Mon May 26 09:43:14 2008 +0000
+++ b/indenters/uigui_gnuindent.ini	Mon May 26 09:47:23 2008 +0000
@@ -4,7 +4,7 @@
 configFilename=.indent.pro
 fileTypes=*.c|*.h
 indenterFileName=indent
-indenterName=GNU Indent
+indenterName=GNU Indent (C)
 inputFileName=indentinput
 inputFileParameter=
 manual=http://universalindent.sf.net/indentermanuals/indent.html
--- a/indenters/uigui_greatcode.ini	Mon May 26 09:43:14 2008 +0000
+++ b/indenters/uigui_greatcode.ini	Mon May 26 09:47:23 2008 +0000
@@ -4,7 +4,7 @@
 configFilename=gc.cfg
 fileTypes=*.cpp|*.c|*.h|*.hpp
 indenterFileName=gc
-indenterName=GreatCode
+indenterName=GreatCode (C, C++)
 inputFileName=indentinput
 inputFileParameter=-file-
 manual=http://universalindent.sf.net/indentermanuals/gc.txt
--- a/indenters/uigui_hindent.ini	Mon May 26 09:43:14 2008 +0000
+++ b/indenters/uigui_hindent.ini	Mon May 26 09:47:23 2008 +0000
@@ -4,7 +4,7 @@
 configFilename=
 fileTypes=*.htm|*.html|*.xhtml
 indenterFileName=hindent
-indenterName=hindent
+indenterName=hindent (HTML)
 inputFileName=indentinput
 inputFileParameter=
 manual=http://linux.com.hk/penguin/man/1/hindent.html
--- a/indenters/uigui_htb.ini	Mon May 26 09:43:14 2008 +0000
+++ b/indenters/uigui_htb.ini	Mon May 26 09:47:23 2008 +0000
@@ -4,7 +4,7 @@
 configFilename=
 fileTypes=*.htm|*.html|*.xhtml|*.xml|*.xlst
 indenterFileName=htb
-indenterName=HTB
+indenterName=HTB (HTML, XML, XSL)
 inputFileName=indentinput
 inputFileParameter=
 manual=http://www.digital-mines.com/htb/htb_docs.html
--- a/indenters/uigui_jsdecoder.ini	Mon May 26 09:43:14 2008 +0000
+++ b/indenters/uigui_jsdecoder.ini	Mon May 26 09:47:23 2008 +0000
@@ -4,7 +4,7 @@
 configFilename=
 fileTypes=*.js
 indenterFileName=JsDecoder
-indenterName=JsDecoder
+indenterName=JsDecoder (JavaScript)
 inputFileName=
 inputFileParameter=
 manual="http://code.gosu.pl/"
--- a/indenters/uigui_perltidy.ini	Mon May 26 09:43:14 2008 +0000
+++ b/indenters/uigui_perltidy.ini	Mon May 26 09:47:23 2008 +0000
@@ -4,7 +4,7 @@
 configFilename=perltidy.cfg
 fileTypes=*.pl|*.pm
 indenterFileName=perltidy
-indenterName=Perltidy
+indenterName=Perltidy (Perl)
 inputFileName=indentinput
 inputFileParameter=
 manual=http://perltidy.sourceforge.net/perltidy.html
--- a/indenters/uigui_phpCB.ini	Mon May 26 09:43:14 2008 +0000
+++ b/indenters/uigui_phpCB.ini	Mon May 26 09:47:23 2008 +0000
@@ -4,7 +4,7 @@
 configFilename=
 fileTypes=*.php|*.htm|*.html|*.xhtml
 indenterFileName=phpCB
-indenterName=PHP Code Beautifier
+indenterName=PHP Code Beautifier (PHP)
 inputFileName=indentinput
 inputFileParameter=
 manual=http://www.waterproof.fr/products/phpCodeBeautifier/manual.php
--- a/indenters/uigui_phpStylist.ini	Mon May 26 09:43:14 2008 +0000
+++ b/indenters/uigui_phpStylist.ini	Mon May 26 09:47:23 2008 +0000
@@ -4,7 +4,7 @@
 configFilename=
 fileTypes=*.php|*.phpt|*.phps
 indenterFileName=phpStylist.php
-indenterName=phpStylist
+indenterName=phpStylist (PHP)
 inputFileName=indentinput
 inputFileParameter=" "
 manual=http://sourceforge.net/projects/phpstylist/
--- a/indenters/uigui_php_Beautifier.ini	Mon May 26 09:43:14 2008 +0000
+++ b/indenters/uigui_php_Beautifier.ini	Mon May 26 09:47:23 2008 +0000
@@ -4,7 +4,7 @@
 configFilename=
 fileTypes=*.php|*.phpt|*.phps
 indenterFileName=php_beautifier
-indenterName=PHP_Beautifier
+indenterName=PHP_Beautifier (PHP)
 inputFileName=indentinput
 inputFileParameter="-f "
 manual=http://beautifyphp.sourceforge.net/docs/PHP_Beautifier/tutorial_PHP_Beautifier.howtouse.commandline.pkg.html
@@ -116,4 +116,4 @@
 EditorType=multiple
 Enabled=false
 Value=0
-ValueDefault=0
\ No newline at end of file
+ValueDefault=0
--- a/indenters/uigui_shellindent.ini	Mon May 26 09:43:14 2008 +0000
+++ b/indenters/uigui_shellindent.ini	Mon May 26 09:47:23 2008 +0000
@@ -4,7 +4,7 @@
 configFilename=
 fileTypes=*.sh
 indenterFileName=shellindent.awk
-indenterName=Shell Code Indent
+indenterName=Shell Code Indent (sh)
 inputFileName=indentinput
 inputFileParameter=
 manual=http://www.bolthole.com/AWK.html
--- a/indenters/uigui_uncrustify.ini	Mon May 26 09:43:14 2008 +0000
+++ b/indenters/uigui_uncrustify.ini	Mon May 26 09:47:23 2008 +0000
@@ -4,7 +4,7 @@
 configFilename=uncrustify.cfg
 fileTypes=*.c|*.cpp|*.d|*.cs|*.vala|*.java|*.pawn|*.p|*.sma|*.inl|*.h|*.cxx|*.hpp|*.hxx|*.cc|*.di|*.m|*.sqc
 indenterFileName=uncrustify
-indenterName=Uncrustify
+indenterName=Uncrustify (C, C++, C#, ObjectiveC, D, Java, Pawn, VALA)
 inputFileName=indentinput
 inputFileParameter="-f "
 manual=http://uncrustify.sourceforge.net/config.txt