changeset 399:402e10149b55

[add] Feature Request ID 1909450 : Added support for the PEAR PHP beautifier. http://universalindent.sf.net/issue/1909450 git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@628 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Fri, 07 Mar 2008 11:19:10 +0000
parents 05ba9939b1be
children 968b56a1c593
files indenters/uigui_php_Beautifier.ini
diffstat 1 files changed, 35 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/indenters/uigui_php_Beautifier.ini	Fri Mar 07 11:19:10 2008 +0000
@@ -0,0 +1,35 @@
+[%20header]
+categories=General
+cfgFileParameterEnding=" "
+configFilename=
+fileTypes=*.php|*.phpt|*.phps
+indenterFileName=php_beautifier
+indenterName=PHP_Beautifier
+inputFileName=indentinput
+inputFileParameter="-f "
+manual=http://beautifyphp.sourceforge.net/docs/
+outputFileName=indentoutput
+outputFileParameter="-o "
+parameterOrder=iop
+showHelpParameter=--help
+stringparaminquotes=false
+useCfgFileParameter=
+version=0.1.13
+
+[Indent With Tabs Or Spaces]
+Category=0
+Choices="--indent_tabs|--indent_spaces"
+ChoicesReadable="Indent with tabs|Indent with spaces"
+Description="<html>Uses either tabs ot spaces to indent the code. Default is spaces.</html>"
+EditorType=multiple
+Enabled=true
+Value=1
+ValueDefault=1
+
+[Compress output]
+Category=0
+Description=<html>Compresses the PHP code to reduce file size.</html>
+EditorType=boolean
+TrueFalse="--compress|"
+Value=0
+ValueDefault=0
\ No newline at end of file