Eclipse / ZendStudio plugins and customizations
Aug 26
ZendStudio zend studio No Comments
- First of all, updates and install must be run as the same user used when you install (if you install zend studio with “sudo”, which I recommend, launch zend studio with sudo : “sudo /usr/local/Zend/ZendStudio-7.0.1/ZendStudio”, and then run “Help > Install New Software etc.”
- Aptana (useful as a standalone too) as a plugin. Update site : http://update15.aptana.org/studio/25914/
- From the Help menu, select Install New Software… to open an Install pop-up window.
- In the Work with: text box of the Install window, type the URL http://update15.aptana.org/studio/25914/ for the update site, and hit the Enter key.
- In the populated table below, check the box next to the name of the plug-in, and click the Next button.
- Click the Next button to go to the license page.
- Choose the option to accept the terms of the license agreement, and click the Finish button
- GotoFile (Eclipse update site : http://www.muermann.org/gotofile/update)
- Mylyn
- Syntax-highlighting for ini files : colorEditor plugin : from http://forums.zend.com/viewtopic.php?f=59&t=1873&start=0 : “Like most other programs, Eclipse needs a plugin to handle specific file types. You may want to try this one – ColorEditor . Just download the .jar file (ver. 1.2.6) and put it into <Zend Studio installation directory>/dropins. After you restart Zend Studio, you should be able to open any file in the new editor by right-clicking it and choosing Open With | Syntax Coloring Editor.” The download page is here : http://gstaff.org/colorEditor/download.html. Works very well.
- Wysiwyg Editor : http://kb.zend.com/index.php?View=entry&EntryID=419 (in case it is removed one day, I reproduce the steps here. Without screenshots) :
- First : launch zend studio as the same user whom installed (unless this you’ll have a message claiming for the old update manager)
- In Zend Studio go to Help | Install New Software. This will open the Install dialog.
- In the Work with drop-down select Galileo – http://download.eclipse.org/releases/galileo. This will load the list of available plug-ins in the middle part of the dialog.
- To narrow down the available options, type “editor” in the filter field.
- Under the Web, XML, and Java EE Development category select the Web Page Editor plug-in and click Next.
- The installation mechanism will verify the availability and compatibility of the plug-in and display the result on the Install Details page of the Install dialog. Click Next.
- On the Review Licenses page you need to agree to all licenses to continue the installation. If you agree to the licenses, select I accept the terms of the license agreements and click Finish.
- The installation progress dialog will appear. Upon the completion of the installation you will be prompted to restart Zend Studio. Click Yes (this will trigger restart).
- After the restart of Zend Studio the Web Page Editor will be installed and added to the list of available editors for the HTML files. You can invoke the new editor by right-clicking on an HTML file and choosing Open With | Web Page Editor.

RSS