view indenters/uigui_php_Beautifier.ini @ 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 313d6aa06347
children ce6cd144159d
line wrap: on
line source

[%20header]
categories=General
cfgFileParameterEnding=" "
configFilename=
fileTypes=*.php|*.phpt|*.phps
indenterFileName=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
outputFileName=indentoutput
outputFileParameter="-o "
parameterOrder=iop
showHelpParameter=--help
stringparaminquotes=false
useCfgFileParameter=
version=0.1.13

[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

[Add Header]
Category=0
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

[Newline Class]
Category=0
Description=<html>Add a new line after class before opening brace.</html>
EditorType=boolean
TrueFalse="-l \"Pear(newline_class=true)\"|-l \"Pear(newline_class=false)\""
Value=1
ValueDefault=1

[Newline Function]
Category=0
Description=<html>Add a new line after function before opening brace.</html>
EditorType=boolean
TrueFalse="-l \"Pear(newline_function=true)\"|-l \"Pear(newline_function=false)\""
Value=1
ValueDefault=1

[New Lines Before]
CallName="-l \"NewLines(before="
Category=0
Description="<html>Add new lines before specific keywords. Keywords are separated by a single colon. Example: if:switch:T_CLASS<br />The string MUST end with a closing brace and an escaped double quote.</html>"
EditorType=string
Enabled=false
Value=
ValueDefault="if:switch:T_CLASS)\""

[New Lines After]
CallName="-l \"NewLines(after="
Category=0
Description="<html>Add new lines after specific keywords. Keywords are separated by a single colon. Example: T_COMMENT:function<br />The string MUST end with a closing brace and an escaped double quote.</html>"
EditorType=string
Enabled=false
Value=
ValueDefault="T_COMMENT:function)\""

[Arrays Nested]
Category=0
Description=<html></html>
EditorType=boolean
TrueFalse="-l \"ArrayNested()\"|"
Value=0
ValueDefault=0

[Lowercase]
Category=0
Description=<html>Lowercases all control structures.</html>
EditorType=boolean
TrueFalse="-l \"Lowercase()\"|"
Value=0
ValueDefault=0

[List Class And Functions]
Category=0
Choices="-l \"ListClassFunction(list_classes=true)\"|-l \"ListClassFunction(list_functions=true)\"|-l \"ListClassFunction()\""
ChoicesReadable="List Classes|List Functions|List Classes And Functions"
Description=<html>Create a list of functions and classes in the script By default, this Filter puts the list at the beggining of the script. If you want it in another position, put a comment like that <pre> // Class and Function List </pre> The script lookup for the string 'Class and Function List' in a comment and replace the entire comment with the list.</html>
EditorType=multiple
Enabled=false
Value=0
ValueDefault=0

[Indent Styles]
Category=0
Choices="-l \"IndentStyles(style=k&r)\"|-l \"IndentStyles(style=allman)\"|-l \"IndentStyles(style=whitesmiths)\"|-l \"IndentStyles(style=gnu)\""
ChoicesReadable="K&R|Allman|Whitesmiths|GNU"
Description=<html></html>
EditorType=multiple
Enabled=false
Value=0
ValueDefault=0