changeset 400:968b56a1c593

Small enhancements to the PHP_Beautifier ini file. Still double quotes causes trouble on windows systems. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@629 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Fri, 07 Mar 2008 15:11:09 +0000
parents 402e10149b55
children 313d6aa06347
files indenters/uigui_php_Beautifier.ini
diffstat 1 files changed, 25 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/indenters/uigui_php_Beautifier.ini	Fri Mar 07 11:19:10 2008 +0000
+++ b/indenters/uigui_php_Beautifier.ini	Fri Mar 07 15:11:09 2008 +0000
@@ -7,7 +7,7 @@
 indenterName=PHP_Beautifier
 inputFileName=indentinput
 inputFileParameter="-f "
-manual=http://beautifyphp.sourceforge.net/docs/
+manual=http://beautifyphp.sourceforge.net/docs/PHP_Beautifier/tutorial_PHP_Beautifier.howtouse.commandline.pkg.html
 outputFileName=indentoutput
 outputFileParameter="-o "
 parameterOrder=iop
@@ -16,20 +16,34 @@
 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
+[Indent With Spaces]
+CallName="-s"
+Category=1
+Description=<html>Indent the code with the set number of spaces.</html>
+EditorType=numeric
 Enabled=true
+MaxVal=99
+MinVal=0
+Value=4
+ValueDefault=4
+
+[Indent With Tabs]
+CallName="-t"
+Category=1
+Description=<html>Indent the code with the set number of tabs.</html>
+EditorType=numeric
+Enabled=false
+MaxVal=99
+MinVal=0
 Value=1
 ValueDefault=1
 
-[Compress output]
+[Add Header]
 Category=0
-Description=<html>Compresses the PHP code to reduce file size.</html>
-EditorType=boolean
-TrueFalse="--compress|"
+Choices="-l \"Pear(add_header=php)\"|-l \"Pear(add_header=bsd)\"|-l \"Pear(add_header=apache)\"|-l \"Pear(add_header=lgpl)\"|-l \"Pear(add_header=pear)\""
+ChoicesReadable="PHP|BSD|Apache|LGPL|PEAR"
+Description="<html>Adds header information to a file. These can be Php, BSD, Apache, LGPL or Pear license info.</html>"
+EditorType=multiple
+Enabled=true
 Value=0
 ValueDefault=0
\ No newline at end of file