changeset 401:313d6aa06347

Added the by filters supported functions of PHP_Beautifier. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@630 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Sun, 09 Mar 2008 21:13:38 +0000
parents 968b56a1c593
children 70ee0a40125f
files indenters/uigui_php_Beautifier.ini
diffstat 1 files changed, 70 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/indenters/uigui_php_Beautifier.ini	Fri Mar 07 15:11:09 2008 +0000
+++ b/indenters/uigui_php_Beautifier.ini	Sun Mar 09 21:13:38 2008 +0000
@@ -46,4 +46,74 @@
 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
\ No newline at end of file