參考自 Dabinn的筆記 的 文章
可以直接在UltraEdit中檢查php語法是否正確的設定
很好用的東東
記下來免得又忘了
A-A+
在UltraEdit中作PHP语法检查
Advanced-->Tool Configuration
按Insert
[Command]
Manu Item Name: PHP syntax Check
(PHP5)
Command Line: C:phpphp-win.exe -l -f %F
Working Directory: C:php
(PHP4)
Command Line: C:phpcliphp.exe -l -f %F
Working Directory: C:phpcli[Options]
Program Type: Dos program
v Save active File
Manu Item Name: PHP syntax Check
(PHP5)
Command Line: C:phpphp-win.exe -l -f %F
Working Directory: C:php
(PHP4)
Command Line: C:phpcliphp.exe -l -f %F
Working Directory: C:phpcli[Options]
Program Type: Dos program
v Save active File
[Output]
Command Output: Output to List Box
v Capture Output
Replace select text with: No Replace
設到這樣就已經可以用了
不過去設一下快速鍵會更順手
Advanced-->Configuration-->Key Mapping
找到AdvancedUserTool1
內定快速鍵是Ctrl+Shit+0
改為Alt+S
設定完了
平常按Ctrl+S是存檔
按Alt+S就是存檔並作語法檢查了
語法檢查結果會顯示在UltraEdit底下的窗口中