Reprinted: http://www.penglig.com/post-45.html
Download: http://www.geekso.com/component/zendstudio-downloads/
Cracking: http://www.geekso.com/ZendStudio9-key/
Registration Code: registrant
Registration cracking procedure
Step 1:
If you have already installed Zend Studio 9.0.4, open Zend Studio 9.0.4 and click "help> Unregister" in the menu. skip this step if it is gray and exit Zend Studio. If you can click it, Zend Studio restarts. After the restart, you are required to enter the registration code and click the "QUIT" button.
Step 2:
Download the corresponding cracking file: ZendStudio9.0.4 according to the Zend Studio version you are using. zend. php. core_9.0.4.201210081806.jar. After the download is successful (Note: Do not decompress the cracked file or modify the file name), copy it to the plugins directory where you install Zend Studio 9.0.4 to overwrite files of the same name.
Step 3:
Start Zend Studio, copy the following registration code License key, and paste (paste the shortcut key ctrl + v) to the registration box
Bytes
Tip: First overwrite the cracked file in step 2, and then enter the registration code at startup Zend Studio.
Step 4:
Check whether the registration is successful. In the "help> About Zend Studio" menu, the expiration date of January 1, December 31, 9999 indicates that the registration was successful.
Localization
Choose Help> Install New Software... Copy this address in the Work with box: http://archive.eclipse.org/technology/babel/update-site/R0.9.1/helios/, (note: The last/line cannot be less) copy the address and press enter to confirm, then the message pending... (Wait ...), After the process is completed, many Language lists will be displayed for you to choose from. Please select the "Babel Language Packs in Chinese (Simplified)" Simplified Chinese package option. Next, select again, after a long wait, it will be finished in Chinese, prompting you to restart zend studio.
Font, color, shortcut key, and other settings
Since zend has a new version of studio, zend studio 9 has been installed to feel it quickly. Zend studio has never been better than dreamweaver. It may be the concept of preemptible. I changed the zend studio8 code coloring style to the DW style. Now zs9 has been installed. Fix it from scratch and make some modifications. This is a special record.
1. Modify the font
I didn't expect zend studio 9 to show little Chinese characters. It seems a little small. Modify the settings as follows: open Window> Preferences> General> Appearance> Colors and Fonts and find Basic> Text Font. To Use the default System Font, click Use System Font, I know that you do not seem willing to use the default font of the system, so click Edit to select the font you want.
At this time, win7 users may encounter a situation (XP does not know, other systems do not know), found that the font list, there is no desired font, it is clear that the system has more than N fonts, A small part is displayed here. In this case, you can click "show more fonts" to open the system font folder and find the desired font. It should be a hidden property, right-click it, and click "show. Click "OK"> "apply"> "OK.
I prefer Courier New as the font for code editing.
2. Modify the font color
Currently, zend studio's PHP code Coloring solution is not very good, especially if the keyword is not highlighted, and the modification method is very simple. Window-> Preferences-> PHP-> Editor-> Syntax Coloring, modify the corresponding color.
3. Shortcut Keys
This part is derived from the Internet and can be compared with Window-> Preferences-> General-> Keys.
CTRL + B | refactor the project
CTRL + D | delete a row
CTRL + E | search for opened file names
CTRL + F | open this file search/replace, only search for the current file
CTRL + H | open the search and replacement window to search for the entire disk and Working Set
CTRL + K | find the next
CTRL + SHIFT + K | find the previous one
CTRL + L | move to a certain row of the file
CTRL + M | maximize/restore the current editing window
CTRL + N | create
CTRL + O | quick outline, which lists all variables and methods in a file and is useful for reading class files.
CTRL + P | print
CTRL + W | close the opened file
CTRL + number key/| you can collapse or expand the code segment
CTRL +/| comment on a single row
CTRL + BACKSPACE | Delete the word before the cursor. The definition of this word is understood by ZEND. For example, if it is a symbol before, delete a symbol. If it is a word before, delete a word.
CTRL + SHIFT +/| select a code block and press the combination key to comment out the code block
CTRL + SHIFT + \ | cancel block comment
Tab/Shift + Tab | increase/decrease code indentation
ALT + ENTER | view the attributes of the current document
CTRL + SHIFT + F | to quickly format the code style, you can select the ZF code format (PS How to set the format, you can choose "Preferences"> "code style"> "formatting program)
ALTER +-> or <-| forward or backward in the edited position
CTRL + SHIFT + L | display the list of all shortcut keys (called "Beginner's key ")
CTRL + F12 | open the task (| PS: The task defines a specific working set. If you want to complete a registration module, there are three files in config. phpregister. class. php register. php | you can save these files as a task register. You only need to open register to open these three files at the same time. |)
CTRL + F9 | activate the task
CTRL + SHIFT + F9 | cancel the task
F11 | debug the current file
CTRL + F11 | run
F3 | open declaration, available in Working Set
SHIFT + F2 | open the PHP manual help and view the function details
CTRL + HOME or CTRL + END | move the cursor to the file header or to the END of the file
SHIFT + HOME or SHIFT + END | select the text from the cursor to the beginning or END of the line
CTRL + SHIFT + M | Name of the Search Method
Zend Studio debugging shortcut
F9 | Add/delete all code parts of a breakpoint
F10 | process by process. Execute the debugging file in one step to the next line
F5 | start execution. Execute the debugging file until a breakpoint occurs.
F8 | debug URL. Open the debug URL dialog box
F12 | URL of the profile. Open profile URL dialog box
Shift + F8 | add monitoring points. Open the Add monitoring point dialog box
Shift + F11 | jump out. The first line after the result is returned after one-step execution.
F11 | Statement by statement. One-step execution to the next row to be executed
Shift + F10 | execute to the cursor line. Execute the code to the row where the cursor is located.
Ctrl + F5 | execution script without interruption
Shift + F5 | stop the debugger
Ctrl + Alt + B | displayed in the browser