June 5,2007
在UltraEdit中作PHP語法檢查
可以直接在UltraEdit中檢查php語法是否正確的設定
很好用的東東
記下來免得又忘了
很好用的東東
記下來免得又忘了
Advanced-->Tool Configuration
按Insert
[Command]
Manu Item Name: PHP syntax Check
(PHP5)
Command Line: C:\php\php-win.exe -l -f %F
Working Directory: C:\php\
(PHP4)
Command Line: C:\php\cli\php.exe -l -f %F
Working Directory: C:\php\cli\
[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+1
改為Alt+S
設定完了
平常按Ctrl+S是存檔
按Alt+S就是存檔並作語法檢查了
語法檢查結果會顯示在UltraEdit底下的視窗中
按Insert
[Command]
Manu Item Name: PHP syntax Check
(PHP5)
Command Line: C:\php\php-win.exe -l -f %F
Working Directory: C:\php\
(PHP4)
Command Line: C:\php\cli\php.exe -l -f %F
Working Directory: C:\php\cli\
[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+1
改為Alt+S
設定完了
平常按Ctrl+S是存檔
按Alt+S就是存檔並作語法檢查了
語法檢查結果會顯示在UltraEdit底下的視窗中
引用URL
http://cgi.blog.roodo.com/trackback/3407633
回應文章 
這東東要記下來啊,不然哪天不小心弄錯了,被人家笑是
input A$
這樣的人啊...
input A$
這樣的人啊...
Posted by mon
at June 8,2007 10:45
我的筆記可多了 :p
Posted by 大丙
at June 8,2007 11:03