Thứ Ba, 20 tháng 8, 2013

Function list for notepad ++ php





###########################
Bước 1 Đăng ký thủ tục id =1
            <association langID = "1" id="php_function"/>

###########################
 Bước 2 Định hướng lấy tên function
             <parser id="php_function" displayName="Php" commentExpr="((/\*.*?\*)/|(//.*?$))">
                <function
                    mainExpr="^[\t ]*((static|const|virtual)[\s]+)?[\w:]+([\s]+[\w]+)?([\s]+|\*[\s]+|[\s]+\*|[\s]+\*[\s]+)([\w_]+[\s]*::)?(?!(if|while|for))[\w_]+[\s]*\([^\)\(]*\)([\s]*const[\s]*)?[\n\s]*\{"
                    displayMode="$functionName">
                    <functionName>
                        <nameExpr expr="(?!(if|while|for))[\w_~]+[\s]*\("/>
                        <nameExpr expr="(?!(if|while|for))[\w_~]+"/>
                    </functionName>
                </function>
            </parser>   
###########################

Không có nhận xét nào: