zend studio快捷模板 开发工具之zend studio一些配置
以下是以Zend Studio 10.0.0版本为基础的:
模板的配置(template):
【菜单】->【Window】->【preferences】->【PHP】->【Editor】->【Templates】->新建模板就可以了,
或者直接在Preferences上面的搜索框中输入template就可以找到了。
epe : echo '<pre>',print_r(${cursor},1);exit;
eppe : echo '<pre>',print_r(${cursor},1);echo '<pre>',print_r( ,1);exit;
vd : var_dump(${cursor});
vde : var_dump(${cursor});exit;
trc :
try {
${cursor}
} catch (Exception $$e) {
Kohana::log('error', __CLASS__.'->'.__METHOD__.' Line:'.__LINE__.' 操作失败:'.$$this->last_query()." \r\n".$$e->getMessage());
return false;
}
lgd : Kohana::log('debug', __CLASS__.'->'.__METHOD__.' Line:'.__LINE__.' '.var_export( ${cursor} ,true));
lge : Kohana::log('error', __CLASS__.'->'.__METHOD__.' Line:'.__LINE__.' '.var_export( ${cursor} ,true));
lgs : Kohana::log('error', __CLASS__.'->'.__METHOD__.' Line:'.__LINE__.' params: '.${cursor}.' '." ".' '." " );
###############------####
echo __FILE__.' Line:'.__LINE__.'<pre>',print_r(${cursor},1);
echo __FILE__.' Line:'.__LINE__.'<pre>',print_r(${cursor},1);exit;
var_dump(${cursor});
var_dump(${cursor});exit;
log::write('File:'.__FILE__.' LINE:'.__LINE__."\r\n".' '.var_export(${cursor},true));
log::write('==API请求参数== '.var_export($$logMessage,true));
log::write('$$API返回结果$$ '.var_export($$this->httpResponse,true));
$$this->translator->${cursor};
$$etime = microtime(true);//获取程序执行结束的时间
$$totalTime = $$etime-$$stime; //计算差值
log::write('File:'.__FILE__.' LINE:'.__LINE__."\r\n".'程序执行时间: '.var_export($$totalTime,true));
$$stime = microtime(true); //获取程序开始执行的时间
js,css,html快捷插件:aptana的安装配置
http://www.zendstudio.net/archives/zend-studio-7-1-and-aptana-are-good-brothers/
zendstudio中的花括号提示符颜色如何修改


Window->Preferences->General->Editors->Structured Text Editor->Matching brackets hightlight
Zend Studio 修改高亮变量的颜色、括号颜色
Zend Studio 双击变量后会高亮所有用到的该变量的背景色,如何修改高亮变量的背景色:
打开 Window->Preferences->General->Editors->Text Editors->Annotations->PHP elements 'read' occurrences(PHP elements 'write' occurrences)
右侧选择高亮背景色 255,128,192
Zend Studio 修改括号颜色,如下
黄色:255,255,162
当鼠标在分号前点击时,前面括号的颜色修改方式:
打 开Window->Preferences->General->Editors->Structured Text Editors , Appearance color options 下修改 Matching brackets highlight的颜色即可
系统自带的快捷键:
CTRL+M | 将当前编辑窗口最大化/还原
CTRL+E |搜索已打开的文件名
CTRL+SHIFT+M | 搜索方法名
CTRL+? | 注释或取消注释
zend studio快捷模板 开发工具之zend studio一些配置的更多相关文章
- win8.1安装开发工具 vs2015 Visual Studio 2015 Preview Downloads
1.首先全新安装win8.1 略 破解激活.... 2.安装Visual Studio 2015 Visual Studio 2015 是免费的,不存在破解版本, 如果安装过程中存在问题,建议先把本文 ...
- android 开发工具(android studio)
Android Studio 从安装到配置使用 okhttp比xutils功能强大,源码地址: https://github.com/search?utf8=✓&q=okhttp andr ...
- 非常有用的开发工具之Android Studio插件
我们都知道Eclipse开发Android将在今年年底google不再继续提供相应的开发支持,转而开始强烈发展Android Studio,现在我就分享几款能帮助团队提升工作效率的几个Android ...
- Android 开发工具(android studio )安装中的问题记录
第一个问题,下载安装android studio . 由于国内无法通过正常方式访问谷歌官网,所以下载的确是个问题,在我仔细寻找下,发现下面两个网站可以下载: 第一个:http://www.androi ...
- android开发工具eclipse的安装与配置
l开发主要应用Eclipse 3.7版本. l辅助工具为jdk.Androidsdk Android环境搭建 –1.1.JDK安装 –1.2.Eclipse安装 –1.3.Android SDK安 ...
- 【开发工具IDE】Eclipse相关配置
1. 修改workspace编码为UTF-8 1.1. 修改jsp编码为UTF-8 2. 修改字体 3. 添加系统中的JDK 4. 导入formatter模板 5. 修改maven配置文件 打开文件: ...
- Android学习总结之开发工具AndroidStudio的安装与配置
安装AndroidStudio 首先下载AndroidStudio的安装包,直接在百度AndroidStudio下载即可,安装过程简单,只需要修改安装路径(不要有空格和中文即可).然后下一步下一步就可 ...
- Win10开发必备工具:Visual Studio 2015正式版下载
7月21日凌晨最新消息,面向大众用户的Visual Studio 2015集成开发工具正式版免费试用版已经推出.本文帮大家汇总一下简体中文社区版.专业版以及企业版在线安装版以及ISO离线安装镜像下载地 ...
- PHP开发工具+电子书+视频教程等资料下载汇总
本汇总帖包括如下内容: PHP开发工具.PHP IDE PHP学习资源 基础.进阶类 PHP学习资源 高级及应用类 经典PHP视频教程系列 1. PHP开发工具.PHP IDE: PHP开发工具:Ze ...
随机推荐
- 【聚类算法】谱聚类(Spectral Clustering)
目录: 1.问题描述 2.问题转化 3.划分准则 4.总结 1.问题描述 谱聚类(Spectral Clustering, SC)是一种基于图论的聚类方法——将带权无向图划分为两个或两个以上的最优子图 ...
- linux shell if 参数
shell 编程中使用到得if语句内判断参数 –b 当file存在并且是块文件时返回真 -c 当file存在并且是字符文件时返回真 -d 当pathname存在并且是一个目录时返回真 -e 当path ...
- Application Pool Identities
Whether you are running your site on your own server or in the cloud, security must be at the top of ...
- 使用busybox制作rootfs
Build Busybox as a static binary(no shared libs),如果选择上,则busybox将以静态形式进行编译,否则将以动态方式编译.此外,还需要对交叉编译环境进行 ...
- Uva 10480 Sabotage 最大流
表示自从学了网络流,就基本上是一直用dinic 这个题一看就是用最大流,作为常识,两个点之间的最大流等于最小割 但是这个题需要输出割边,然后我就不会了,dinic判流量我觉得也可做,但是一直wa 然后 ...
- Struts2 Spring Hibernate Ajax Java总结(实时更新)
1. 在form表单的onload属性里的方法无法执行? 若忘记了在<%=request.getSession().getAttribute("userName")%> ...
- #ifdef _cplusplus (转)
原文不可考,转载链接:http://blog.csdn.net/owldestiny/article/details/5772916 有发现原文的请告知,我会及时更新. 时常在cpp的代码之中看到这样 ...
- homework-02 一坑到底的最大和联通图
你在这个作业中学到了什么? 有什么好的设计值得分享? 感想如何 (太容易 / 太难 / 太无趣)? 我觉得这套题目有点偏难,我不像大牛那样,有很多算法可以选择,我是0算法基础的,所以遇到这题我一个 ...
- hdu 5505 GT and numbers
GT and numbers Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)To ...
- hdoj 1872 稳定排序
稳定排序 Time Limit: 3000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submis ...