zend studio 9.0.4 破解、汉化和字体颜色及快捷键相关设置
转载:http://www.penglig.com/post-45.html
下载:http://www.geekso.com/component/zendstudio-downloads/
破解:http://www.geekso.com/ZendStudio9-key/
注册码:34E606CF10C3E4CF202ABCEAA9B0B7A64DD2C5862A514B944AAAB38E3EB8A5F2CD735A2AB4CF9B952590EFA62BA0AB2B3E5D99C33C55309EE143165AC7F1817D626574615F3B32312F31312F323031313B392E303B3030313B313B3330
注册破解步骤
第一步:
如果已经安装过Zend Studio 9.0.4的,请打开Zend Studio 9.0.4,在菜单中“help>Unregister”,如果显示是灰的跳过此步,退出Zend Studio。如果显示可以点击的请点击,这时Zend Studio会重启,重启后要求你填注册码时点“QUIT”按钮。
第二步:
请根据你使用的Zend Studio版本下载对应的破解文件:ZendStudio9.0.4破解文件com.zend.php.core_9.0.4.201210081806.jar,下载成功后(注意:破解文件千万不要解压,也不要修改破解文件的文件名)复制到你安装Zend Studio 9.0.4的plugins目录下,覆盖同名文件。
第三步:
启动Zend Studio,复制如下注册码License key,粘贴(粘贴快捷键是ctrl+v)到注册框中
34E606CF10C3E4CF202ABCEAA9B0B7A64DD2C5862A514B944AAAB38E3EB8A5F2CD735A2AB4CF9B952590EFA62BA0AB2B3E5D99C33C55309EE143165AC7F1817D626574615F3B32312F31312F323031313B392E303B3030313B313B3330
提示:先覆盖第二步当中的破解文件,然后在启动Zend Studio输入注册码。
第四步:
查看是否注册成功,在菜单中“help>About Zend Studio ”, 显示过期时间9999年12月31日说明注册破解成功。
汉化
选择Help菜单->Install New Software…在Work with框中复制此地址:http://archive.eclipse.org/technology/babel/update-site/R0.9.1/helios/,(注意:最后一个/线不能少)复制完地址后按回车键确认,这时会提示pending…(等待…),等待完成后会出来很多语言列表让你选择,请选择“Babel Language Packs in Chinese(Simplified)”简体中文包选择项,下一步,再选同意,经过漫长的等待之后就汉化好了,提示重启zend studio。
字体,颜色,快捷键等相关设置
由于zend又出新版的studio,为了感受一下所说的快速,安装了zend studio 9 特意感受一把。一直以来,都不觉得zend studio比dreamweaver好用。可能是先入为主的观念,我把zend studio8的代码着色风格全改成了DW风格。现在装了zs9,从头修理一下,稍作修改,特以记录。
一、修改字体
没想到zend studio 9中对中文显示不太好看,似乎有点小了。修改如下:打开Window->Preferences->General->Appearance->Colors and Fonts,找到Basic->Text Font,如果想用系统默认字体,就点Use System Font,我知道你似乎也不太愿意用系统默认字体,那就点Edit选择你想要的字体吧。
这时win7用户可能会出现一种情况(XP不知道,其他系统也不清楚),发现字体列表里,没自己想要的字体,明明系统中有N多字体,这里才显示了一小部分。遇到这种情况可以点“显示更多字体”,会打开系统字体文件夹,找到你想要的字体,应该是隐藏属性,然后就 右键->显示,就OK了。选择后点 确定->apply->OK就可以了。
本人比较喜欢Courier New字体作为代码编辑字体。
二、修改字体颜色
目前感觉zend studio自带的PHP代码着色方案不是很好,特别是关键字没有高亮,修改方法也很简单,Window->Preferences->PHP->Editor->Syntax Coloring,修改对应的颜色就可以了。
三、快捷键
此部分引自互联网,可对照Window->Preferences->General->Keys。
CTRL+B | 重构项目
CTRL+D | 删除一行
CTRL+E | 搜索已打开的文件名
CTRL+F | 打开本文件的搜索/替换 ,只搜索当前文件
CTRL+H | 打开搜索替换窗口 ,可搜索整个磁盘、工作集
CTRL+K | 查找下一个
CTRL+SHIFT+K | 查找上一个
CTRL+L | 转到文件某一行
CTRL+M | 将当前编辑窗口最大化/还原
CTRL+N | 新建
CTRL+O | 快速大纲, 列出文件中的所有变量和方法,对阅读类文件时很有用
CTRL+P | 打印
CTRL+W | 关闭打开的文件
CTRL+数字键/ | 可以收起/展开代码段
CTRL+/ | 单行注释
CTRL+BACKSPACE |删除光标前一个单词,这个单词的定义由ZEND自已理解,如前面是符号,就删除一个符号,前面是一个单词就删除一个单词
CTRL+SHIFT+/ | 先选中代码块后,按组合键可注释代码块
CTRL+SHIFT+\ | 取消块注释
Tab/Shift+Tab | 增加/减少代码缩进
ALT+ENTER | 查看当前文档的属性
CTRL+SHIFT+F | 快速格式化代码样式,可选择ZF的代码格式 ( PS 如何设置格式化的样式,可在“首选项”-> “代码样式” -> “格式化程序” 里设置)
ALTER+ ->或
CTRL+SHIFT+L | 显示所有快捷键列表(个人称之为“新手键”)
CTRL+F12 | 打开任务(| PS:任务 个人定义某一个特定的工作集,如你要完成一个注册模块,有三个文件config.phpregister.class.php register.php| 你可以将这些文件保存成一个任务register ,只要打开register就能同时打开这三个文件| )
CTRL+F9 | 激活任务
CTRL+SHIFT+F9 | 取消任务
F11 | 调试当前文件
CTRL+F11 | 运行
F3 | 打开声明 ,在工作集下可用
SHIFT+F2 | 打开PHP手册帮助,查看函数的详细说明
CTRL+HOME 或 CTRL+END | 光标移到文件头或到文件尾
SHIFT+HOME 或SHIFT+END | 选中从光标处到行首或行尾的文字
CTRL+SHIFT+M | 搜索方法名
Zend Studio调试快捷键
F9 | 添加/删除断点 所有代码部分
F10 | 逐过程。单步执行调试文件到下一行
F5 | 开始执行。执行调试文件,直到遇到断点。
F8 | 调试URL。打开调试URL对话框
F12 | 概要文件URL。打开profile URL对话框
Shift+F8 | 添加监视点。打开添加监视点对话框
Shift+F11 | 跳出。单步执行到返回后执行的第一行
F11 | 逐语句。单步执行到下一被执行的行
Shift+F10 | 执行到光标行。执行代码到光标所在行。
Ctrl+F5 | 无中断的执行脚本
Shift+F5 | 停止调试器
Ctrl+Alt+B | 在浏览器中显示

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



The combination of Vue.js and ASP.NET provides tips and suggestions for performance optimization and expansion of web applications. With the rapid development of web applications, performance optimization has become an indispensable and important task for developers. As a popular front-end framework, Vue.js combined with ASP.NET can help us achieve better performance optimization and expansion. This article will introduce some tips and suggestions, and provide some code examples. 1. Reduce HTTP requests The number of HTTP requests directly affects the loading speed of web applications. pass

Translator | Reviewed by Chen Jun | Chonglou In the 1990s, when people mentioned software programming, it usually meant choosing an editor, checking the code into the CVS or SVN code base, and then compiling the code into an executable file. Corresponding integrated development environments (IDEs) such as Eclipse and Visual Studio can integrate programming, development, documentation, construction, testing, deployment and other steps into a complete software development life cycle (SDLC), thus improving the work of developers. efficiency. In recent years, popular cloud computing and DevSecOps automation tools have improved developers' comprehensive capabilities, making it easier for more enterprises to develop, deploy and maintain software applications. Today, generative AI is the next generation development

How to correctly use and optimize the MySQL connection pool in ASP.NET programs? Introduction: MySQL is a widely used database management system that features high performance, reliability, and ease of use. In ASP.NET development, using MySQL database for data storage is a common requirement. In order to improve the efficiency and performance of database connections, we need to correctly use and optimize the MySQL connection pool. This article will introduce how to correctly use and optimize the MySQL connection pool in ASP.NET programs.

How to reconnect to MySQL in ASP.NET program? In ASP.NET development, it is very common to use the MySQL database. However, due to network or database server reasons, the database connection may sometimes be interrupted or time out. In this case, in order to ensure the stability and reliability of the program, we need to re-establish the connection after the connection is disconnected. This article will introduce how to reconnect MySQL connections in ASP.NET programs. To reference the necessary namespaces first, reference them at the head of the code file

The combination of Vue.js and ASP.NET enables the development and deployment of enterprise-level applications. In today's rapidly developing Internet technology field, the development and deployment of enterprise-level applications has become more and more important. Vue.js and ASP.NET are two technologies widely used in front-end and back-end development. Combining them can bring many advantages to the development and deployment of enterprise-level applications. This article will introduce how to use Vue.js and ASP.NET to develop and deploy enterprise-level applications through code examples. First, we need to install

How to correctly configure and use MySQL connection pool in ASP.NET program? With the development of the Internet and the increase in data volume, the demand for database access and connections is also increasing. In order to improve the performance and stability of the database, connection pooling has become an essential technology. This article mainly introduces how to correctly configure and use the MySQL connection pool in ASP.NET programs to improve the efficiency and response speed of the database. 1. The concept and function of connection pooling. Connection pooling is a technology that reuses database connections. At the beginning of the program,

How to correctly use and optimize the transaction performance of MySQL connection pool in ASP.NET programs? In ASP.NET programs, database transactions are a very important part. Transactions ensure the consistency and integrity of the database while also providing better performance. When using a MySQL database, it is essential to use connection pools to manage connection resources and optimize performance. First, let us briefly understand the concept of MySQL connection pool. The connection pool is a buffer pool of a group of connections. By pre-initializing a certain number of

The built-in objects in ASP.NET include "Request", "Response", "Session", "Server", "Application", "HttpContext", "Cache", "Trace", "Cookie" and "Server.MapPath": 1. Request, indicating the HTTP request issued by the client; 2. Response: indicating the HTTP response returned by the web server to the client, etc.
