Exceed PHP
网站首页 | 帮助 | 日历 | 登录 | 注册 | 搜索 | WIKI | CH@T


 打印话题  寄给朋友      
   
Next OldestNext Newest
作者  新年贺礼:editplus vs ZendCodeAnalyzer 整合
Psher


正式会员


组别: 普通会员
发贴: 142
积分: 5



Posted:2003/12/31 17:02               Find all post by this member Copy post text,only for IE users
这几天迷上 Zend IDE

因为他的ZendCodeAnalyzer能够提示程序一些地方不对或者不应该这样等等。

但是这个IDE的确不敢恭维,对中文支持不好,速度缓慢....

后来想起(大A)以前有个文章,说editplus捕捉工具输出什么的。

尝试了一下,成功了。^_^

首先下载 ZendCodeAnalyzer放在editplus目录下面。
打开Editplus,选择Preferences中的usertools,新建工具
选择刚才放的那个ZendCodeAnalyzer.exe
Argument选择file name
initial directory选择file dir
然后勾上Capture output
就ok了。

打开一个PHP,最好有点错误的PHP
然后点击Editplus的Tools菜单中的ZendCodeAnalyzer
看看,发现了什么?'( '(

OK,祝大家新年快乐。


User Attached Image Download attachment
ZendCodeAnalyzer.rar ( 下载次数: 202 )


avenger


表叫偶AV


组别: 管理员
发贴: 1826
积分: 13



Posted:2003/12/31 17:12         Find all post by this member Copy post text,only for IE users
不错不错。我喜欢。 smile_big.gif


强烈 BS 发贴提问前不思考的人...
avenger


表叫偶AV


组别: 管理员
发贴: 1826
积分: 13



Posted:2003/12/31 17:23         Find all post by this member Copy post text,only for IE users
用上了。


强烈 BS 发贴提问前不思考的人...
wwccss


正式会员


组别: 斑竹
发贴: 402
积分: 11



Posted:2003/12/31 17:54       Find all post by this member Copy post text,only for IE users
Zend IDE对中文支持还可以吧。我用的没有问题。
只要在自定义设置里面设置显示字体为宋体,编码方式为GBK,基本上没有问题了。
不过速度确实是有些慢。呵呵。



开源项目管理工具ZenTaoMS && PHP开发框架ZenTaoPHP
titan3


正式会员


组别: 普通会员
发贴: 141
积分: 1



Posted:2003/12/31 21:50       Find all post by this member Copy post text,only for IE users
这个ZendCodeAnalyzer好像就是来自zend IDE的bin目录下,不错 smile.gif


http://www.ooso.net
CoolWolF


正式会员


组别: 普通会员
发贴: 52
积分: 5



Posted:2003/12/31 22:39     Find all post by this member Copy post text,only for IE users
UltraEdit也可以这么干 smile_big.gif


CHAOS CLUB: http://www.hundun.org

proxy list: http://proxy.hundun.org
tomy


蛋黄超人


组别: 斑竹
发贴: 281
积分: 3



Posted:2004/01/01 10:30         Find all post by this member Copy post text,only for IE users
经典。。。。。。

收到,非常感谢。。。。。。。。 smile_big.gif

新年快乐。。。。。everyone smile_big.gif



CODE
<?php
$str = 'abcdefgh@igklmnop-grstuvwx.yz';
preg_match("/(a).*(@).*(i).*(k).*(m).*(n).*(o).*(s).*(u).*(\.)/",$str,$a);
print $a[8].$a[9].$a[3].$a[4].$a[2].$a[8];
print $a[3].$a[6].$a[1].$a[10]."c".$a[7].$a[5];
?>
linton


新手上路


组别: 普通会员
发贴: 5
积分: 0



Posted:2004/01/01 15:25     Find all post by this member Copy post text,only for IE users
QUOTE (CoolWolF @ 2003-12-31 22:39)
UltraEdit也可以这么干 smile_big.gif

UltraEdit里面如何做???????
CoolWolF


正式会员


组别: 普通会员
发贴: 52
积分: 5



Posted:2004/01/02 00:02     Find all post by this member Copy post text,only for IE users
QUOTE (linton @ 2004-01-01 15:25)
UltraEdit里面如何做???????

高级——工具配置



Attached Image

Click to fullsize




CHAOS CLUB: http://www.hundun.org

proxy list: http://proxy.hundun.org
ymboom


正式会员


组别: 普通会员
发贴: 37
积分: 0



Posted:2004/01/02 14:17     Find all post by this member Copy post text,only for IE users
我下了editplus 2.10c 没有用户名和注册码,那位仁兄有,帮帮小弟 qq 16399069: smile_dead.gif
Psher


正式会员


组别: 普通会员
发贴: 142
积分: 5



Posted:2004/01/05 09:27               Find all post by this member Copy post text,only for IE users
其它工具也可以尝试。

一直想找个 tidy可以归整html的,都没找到。
还有以前w3c上好像有个检测html错误的东西。

ZendCodeAnalyzer 有时候好像判断不是很准确。

大家有什么好工具,都尝试一下,好用的就通知一声
秀津


正式会员


组别: 普通会员
发贴: 121
积分: 0



Posted:2004/01/05 13:00         Find all post by this member Copy post text,only for IE users
用上了,谢谢~~


...cfan...
...phpfan...


   

<< Back to Basic PHP Programming