zend studio 9.0.4 cracking, Chineseization, font color and shortcut key related settings_PHP tutorial

WBOY
Release: 2016-07-13 10:36:30
Original
919 people have browsed it

Reprint: http://www.penglig.com/post-45.html

Download: http://www.geekso.com/component/zendstudio-downloads/

Crack: http://www.geekso.com/ZendStudio9-key/

Registration code: 34E606CF10C3E4CF202ABCEAA9B0B7A64DD2C5862A514B944AAAB38E3EB8A5F2CD735A2AB4CF9B952590EFA62BA0AB2B3E5D99C33C55309EE143165AC7F1 817D626574615F3B32312F31312F323031313B392E303B3030313B313B3330

Registration and cracking steps

Step 1:

If you have already installed Zend Studio 9.0.4, please open Zend Studio 9.0.4 and go to "help>Unregister" in the menu. If it is grayed out, skip this step and exit Zend Studio. If it is clickable, please click it. Zend Studio will restart. After restarting, click the "QUIT" button when you are asked to fill in the registration code.

Step 2:

Please download the corresponding cracked file according to the version of Zend Studio you are using: ZendStudio9.0.4 cracked file com.zend.php.core_9.0.4.201210081806.jar. After the download is successful (Note: Do not decompress the cracked file. Also Do not modify the file name of the cracked file) and copy it to the plugins directory where you installed Zend Studio 9.0.4, overwriting the file with the same name.

Step 3:

Start Zend Studio, copy the following registration code License key, and paste (the shortcut key for pasting is ctrl+v) into the registration box

34E606CF10C3E4CF202ABCEAA9B0B7A64DD2C5862A514B944AAAB38E3EB8A5F2CD735A2AB4CF9B952590EFA62BA0AB2B3E5D99C33C55309EE143165AC7F1817D62657 4615F3B32312F31312F323031313B392E303B3030313B313B3330

Tip: First overwrite the cracked file in the second step, and then enter the registration code when starting Zend Studio.

Step 4:

Check whether the registration is successful. In the menu "help>About Zend Studio", the expiration time of December 31, 9999 is displayed, indicating that the registration is cracked successfully.

Chinese

Select the Help menu->Install New Software... and copy this address in the Work with box: http://archive.eclipse.org/technology/babel/update-site/R0.9.1/helios/, (Note: The last one/line cannot be missing) After copying the address, press the Enter key to confirm. At this time, it will prompt pending... (wait...). After the waiting is completed, many language lists will appear for you to choose. Please select "Babel Language Packs in Chinese (Simplified) )" Simplified Chinese package selection, next step, select Agree again, after a long wait it will be Chineseized, prompting to restart zend studio.

Font, color, shortcut keys and other related settings

Since zend has released a new version of studio, in order to feel the speed, I installed zend studio 9 to try it out. I have never felt that zend studio is easier to use than dreamweaver. Perhaps due to preconceived notions, I changed all the code coloring styles of zend studio8 to DW style. Now that zs9 is installed, I will repair it from scratch and make slight modifications, which I will record here.

1. Modify the font

Unexpectedly, the Chinese display in zend studio 9 is not very good, it seems a bit small. Modify as follows: Open Window->Preferences->General->Appearance->Colors and Fonts, find Basic->Text Font, if you want to use the system default font, click Use System Font, I know you seem to have the same If you don’t want to use the system default font, then click Edit to choose the font you want.

At this time, win7 users may encounter a situation (not sure about XP, nor about other systems). They find that the font they want is not in the font list. There are obviously many N fonts in the system, but only one is displayed here. Small portion. If you encounter this situation, you can click "Show more fonts", which will open the system font folder, find the font you want, it should have the hidden attribute, and then right-click -> Show, and it will be OK. After selecting, click OK->apply->OK.

I prefer Courier New font as a code editing font.

2. Modify the font color

At present, I feel that the PHP code coloring scheme that comes with zend studio is not very good, especially the keywords are not highlighted, and the modification method is also very simple, Window->Preferences->PHP->Editor->Syntax Coloring , just modify the corresponding color.

3. Shortcut keys

This part is quoted from the Internet, please refer to Window->Preferences->General->Keys.

CTRL+B | Refactor project

CTRL+D | Delete a line

CTRL+E | Search for open file names

CTRL+F | Open search/replace for this file, search only the current file

CTRL+H | Open the search and replace window, which can search the entire disk and working set

CTRL+K | Find next

CTRL+SHIFT+K | Find the previous

CTRL+L | Go to a certain line in the file

CTRL+M | Maximize/restore the current editing window

CTRL+N | New

 CTRL+O | Quick outline, lists all variables and methods in the file, very useful when reading class files

CTRL+P | Print

CTRL+W | Close open file

CTRL+numeric keys/ | You can collapse/expand code segments

CTRL+/ | Single line comment

CTRL+BACKSPACE | Delete the word before the cursor. The definition of this word is understood by ZEND. If it is preceded by a symbol, delete a symbol. If it is preceded by a word, delete a word

 CTRL+SHIFT+/ | After selecting the code block first, press the key combination to comment the code block

CTRL+SHIFT+ | Cancel block comment

Tab/Shift+Tab | Increase/decrease code indentation

ALT+ENTER | View the properties of the current document

CTRL+SHIFT+F | Quickly format the code style, you can choose the ZF code format (PS How to set the formatting style, you can go to "Preferences" -> "Code Style" -> "Formatter ” settings)

 ALTER+ -> or <- | Go forward or backward at the edited position

CTRL+SHIFT+L | Display a list of all shortcut keys (personally called "newbie keys")

 CTRL+F12 | Open the task (| PS: The task individually defines a specific work set. If you want to complete a registration module, there are three files config.phpregister.class.php register.php| You can add these files Save it as a task register, and you can open these three files at the same time as long as you open the register | )

CTRL+F9 | Activate task

CTRL+SHIFT+F9 | Cancel task

F11 | Debug the current file

CTRL+F11 | Run

F3 | Open declaration, available under working set

SHIFT+F2 | Open the PHP manual help and view detailed descriptions of functions

 CTRL+HOME or CTRL+END | Move the cursor to the beginning or end of the file

SHIFT+HOME or SHIFT+END | Select text from the cursor to the beginning or end of the line

CTRL+SHIFT+M | Search method name

Zend Studio debugging shortcut keys

 F9 | Add/delete breakpoints in all code sections

F10 | Process by process. Step through the debug file to the next line

F5 | Start execution. Execute the debug file until a breakpoint is encountered.

F8 | Debug URL. Open debug URL dialog

 F12 | Profile URL. Open the profile URL dialog

Shift+F8 | Add watchpoint. Open the Add Watchpoint dialog box

Shift+F11 | Jump out. Step into the first line executed after returning

F11 | Statement by statement. Step to the next executed line

Shift+F10 | Execute to the cursor line. Execute code to the line where the cursor is.

 Ctrl+F5 | Execute script without interruption

Shift+F5 | Stop debugger

 Ctrl+Alt+B | Show in browser

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/738546.htmlTechArticleReprint: http://www.penglig.com/post-45.html Download: http://www .geekso.com/component/zendstudio-downloads/ Crack: http://www.geekso.com/ZendStudio9-key/ Registration code: 34E606CF10C3...
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!