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
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
ValueDefault="T_COMMENT:function)\""
[Arrays Nested]
Category=0
Description=<html></html>
EditorType=boolean
TrueFalse="-l \"ArrayNested()\"|"
ValueDefault=0
[Lowercase]
Category=0
Description=<html>Lowercases all control structures.</html>
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>