<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>TipsInBox &#187; ZendStudio</title>
	<atom:link href="http://www.didiergalland.com/category/zendstudio/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.didiergalland.com</link>
	<description>Hints and tips of a web worker</description>
	<lastBuildDate>Wed, 04 Jan 2012 00:35:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Zend Studio 7 GUI Problems in Ubuntu 9.10 &#8220;Karmic Koala&#8221;</title>
		<link>http://www.didiergalland.com/2009/11/27/zend-studio-7-gui-problems-in-ubuntu-9-10-karmic-koala/</link>
		<comments>http://www.didiergalland.com/2009/11/27/zend-studio-7-gui-problems-in-ubuntu-9-10-karmic-koala/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 22:55:16 +0000</pubDate>
		<dc:creator>didier</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ZendStudio]]></category>

		<guid isPermaLink="false">http://www.didiergalland.com/?p=115</guid>
		<description><![CDATA[On Ubuntu Karmic, there are some GUI bugs in Zend Studio. Some buttons are not working, no action follows a click. Here is the official Zend explanation and workAround : http://kb.zend.com/index.php?View=entry&#38;EntryID=435 Here is an easier step by step : Open terminal Enter &#8220;gedit .ZendStudioFixed.sh&#8221; Cut and paste the script you&#8217;ll find below (if necessary, adapt [...]]]></description>
			<content:encoded><![CDATA[<p>On Ubuntu Karmic, there are some GUI bugs in Zend Studio. Some buttons are not working, no action follows a click.<br />
Here is the official Zend explanation and workAround : <a href="http://kb.zend.com/index.php?View=entry&amp;EntryID=435" target="_blank">http://kb.zend.com/index.php?View=entry&amp;EntryID=435</a><br />
<strong>Here is an easier step by step :</strong></p>
<ol>
<li>Open terminal</li>
<li>Enter &#8220;gedit .ZendStudioFixed.sh&#8221;</li>
<li>Cut and paste the script you&#8217;ll find below (if necessary, adapt the path to ZendStudio).</li>
<li>Save and close</li>
<li>&#8220;chmod u+x .ZendStudioFixed.sh&#8221;</li>
<li>Right click on you ZendStudio launcher in control panel (if you created one) or in System &gt; Preferences &gt; Main Menu &gt; Programming. In &#8220;Properties&#8221; replace &#8220;/usr/local/Zend/ZendStudio-7.0.2/ZendStudio&#8221; by &#8220;./.ZendStudioFixed.sh&#8221;</li>
</ol>
<p>The script (from kb.zend.com) :</p>
<p>[BEGINNING]</p>
<pre>#!/bin/bash
export GDK_NATIVE_WINDOWS=1
/usr/local/Zend/ZendStudio-7.0.2/ZendStudio '$@'</pre>
<p>[END]</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.didiergalland.com%2F2009%2F11%2F27%2Fzend-studio-7-gui-problems-in-ubuntu-9-10-karmic-koala%2F&amp;title=Zend%20Studio%207%20GUI%20Problems%20in%20Ubuntu%209.10%20%26%238220%3BKarmic%20Koala%26%238221%3B" id="wpa2a_2"><img src="http://www.didiergalland.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.didiergalland.com/2009/11/27/zend-studio-7-gui-problems-in-ubuntu-9-10-karmic-koala/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse / ZendStudio plugins and customizations</title>
		<link>http://www.didiergalland.com/2009/08/26/eclipse-zendstudio-plugins-and-customizations/</link>
		<comments>http://www.didiergalland.com/2009/08/26/eclipse-zendstudio-plugins-and-customizations/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 07:49:33 +0000</pubDate>
		<dc:creator>didier</dc:creator>
				<category><![CDATA[ZendStudio]]></category>
		<category><![CDATA[zend studio]]></category>

		<guid isPermaLink="false">http://www.didiergalland.com/?p=35</guid>
		<description><![CDATA[First of all, updates and install must be run as the same user used when you install (if you install zend studio with &#8220;sudo&#8221;, which I recommend, launch zend studio with sudo :&#160; &#8220;sudo /usr/local/Zend/ZendStudio-7.0.1/ZendStudio&#8221;, and then run &#8220;Help &#62; Install New Software etc.&#8221; Aptana (useful as a standalone too) as a plugin. Update site [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li>First of all, updates and install must be run as the same user used when you install (if you install zend studio with &#8220;sudo&#8221;, which I recommend, launch zend studio with sudo :&nbsp; &#8220;sudo /usr/local/Zend/ZendStudio-7.0.1/ZendStudio&#8221;, and then run &#8220;Help &gt; Install New Software etc.&#8221; </li>
<li><a href="http://aptana.com/">Aptana </a>(useful as a standalone too) as a plugin. Update site : <a href="http://update15.aptana.org/studio/25914/" id="sitename">http://update15.aptana.org/studio/25914/</a><br />	
<ol>	
<li> From the <b>Help</b> menu, select <b>Install New Software&#8230;</b> to open an <b>Install</b> pop-up window.</li>
<p>	
<li> In the <b>Work with:</b> text box of the <b>Install</b> window, type the URL <a href="http://update15.aptana.org/studio/25914/" id="sitename">http://update15.aptana.org/studio/25914/</a> for the update site, and hit the <b>Enter</b> key.</li>
<p>	
<li> In the populated table below, check the box next to the name of the plug-in, and click the <b>Next</b> button. 			</li>
<p>	
<li> Click the <b>Next</b> button to go to the license page. 			</li>
<p>	
<li> Choose the option to accept the terms of the license agreement, and click the <b>Finish</b> button</li>
<p>	</ol>
<p></li>
<p>
<li>GotoFile (Eclipse update site : http://www.muermann.org/gotofile/update)</li>
<p>
<li>Mylyn</li>
<li>Syntax-highlighting for ini files : colorEditor plugin :<span class="corners-top"><span></span></span> from http://forums.zend.com/viewtopic.php?f=59&amp;t=1873&amp;start=0 : &#8220;Like most other programs, Eclipse needs a plugin to handle specific file types. You may want to try this one &#8211; <a href="http://www.eclipseplugincentral.com/Web_Links-index-req-viewlink-cid-139.html" class="postlink">ColorEditor</a> . Just download the .jar file (ver. 1.2.6) and put it into <span style="font-style: italic;">&lt;Zend Studio installation directory&gt;/dropins</span>. After you restart Zend Studio, you should be able to open any file in the new editor by right-clicking it and choosing <span style="font-weight: bold;">Open With | Syntax Coloring Editor</span>.&#8221; The download page is here : http://gstaff.org/colorEditor/download.html. Works very well.</li>
<li>Wysiwyg Editor : <a href="http://kb.zend.com/index.php?View=entry&amp;EntryID=419">http://kb.zend.com/index.php?View=entry&amp;EntryID=419</a> (in case it is removed one day, I reproduce the steps here. Without screenshots) :<br /> 
<ol> 
<li>First : launch zend studio as the same user whom installed (unless this you&#8217;ll have a message claiming for the old update manager)</li>
<li>In Zend Studio go to <strong>Help | Install New Software</strong>. This will open the <strong>Install</strong> dialog.</li>
<p> 
<li>In the <strong>Work with</strong> drop-down select <strong>Galileo &#8211; http://download.eclipse.org/releases/galileo</strong>. This will load the list of available plug-ins in the middle part of the dialog.</li>
<p> 
<li>To narrow down the available options, type &#8220;editor&#8221; in the filter field.</li>
<p> 
<li>Under the <strong>Web, XML, and Java EE Development</strong> category select the <strong>Web Page Editor</strong> plug-in and click <strong>Next</strong>.</li>
<li>The installation mechanism will verify the availability and compatibility of the plug-in and display the result on the <strong>Install Details</strong> page of the <strong>Install</strong> dialog. Click <strong>Next</strong>.</li>
<li>On the <strong>Review Licenses</strong> page you need to agree to all licenses to continue the installation. If you agree to the licenses, select <strong>I accept the terms of the license agreements</strong> and click <strong>Finish</strong>.</li>
<li>The installation progress dialog will appear. Upon the completion of the installation you will be prompted to restart Zend Studio. Click <strong>Yes</strong> (this will trigger restart).</li>
<li>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 <strong>Open With | Web Page Editor</strong>.</li>
</ol>
<p></li>
<p></ol>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=365f3f24-b8d5-8468-865f-eee10ceae91e" /></div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.didiergalland.com%2F2009%2F08%2F26%2Feclipse-zendstudio-plugins-and-customizations%2F&amp;title=Eclipse%20%2F%20ZendStudio%20plugins%20and%20customizations" id="wpa2a_4"><img src="http://www.didiergalland.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.didiergalland.com/2009/08/26/eclipse-zendstudio-plugins-and-customizations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running Zend Studio on 64 bit Ubuntu</title>
		<link>http://www.didiergalland.com/2009/07/19/running-zend-studio-on-64-bit-ubuntu/</link>
		<comments>http://www.didiergalland.com/2009/07/19/running-zend-studio-on-64-bit-ubuntu/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 11:25:06 +0000</pubDate>
		<dc:creator>didier</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ZendStudio]]></category>
		<category><![CDATA[zend studio]]></category>

		<guid isPermaLink="false">http://www.didiergalland.com/?p=4</guid>
		<description><![CDATA[This is obsolete (Zend Studio 7 has a 64 bit version now ) Zend Studio (6.1.2) is still 32 bits only (even 7.0 beta). I could install without problems, but some weird behaviors occured (impossible to connect to the web, impossible to synchronize repositories&#8230;). Here is my workaround : 1) Install ia32-sun-java6-bin (with synaptic) 2) [...]]]></description>
			<content:encoded><![CDATA[<p><strong>This is obsolete (Zend Studio 7 has a 64 bit version now )</strong><br />
Zend Studio (6.1.2) is still 32 bits only (even 7.0 beta). I could install without problems, but some weird behaviors occured (impossible to connect to the web, impossible to synchronize repositories&#8230;). Here is my workaround :</p>
<p>1) Install ia32-sun-java6-bin (with synaptic)</p>
<p>2) modify jre to load (<a title="Zend knowledge base article" href="http://www.zend.com/support/knowledgebase.php?kbid=353">zend support</a>) in zend .ini file</p>
<p>Default zend ini file is : /usr/local/Zend/ZendStudioForEclipse-6.1.2/ZendStudio.ini. Add the following lines to the start of the file:<br />
<code><br />
; Run Zend Studio with system's JRE<br />
-vm<br />
/usr/lib/jvm/ia32-java-6-sun-1.6.0.14/jre/lib/i386/client/libjvm.so<br />
; ----------------------------------------</code></p>
<p>Of course, adapt you path to libjvm.so (in synaptics, properties of ia32-sun-java6-bin-&gt;files).</p>
<p><a href="http://forums.zend.com/viewtopic.php?f=59&amp;t=688">64 bits version of Zend Studio is planned, but with no ETA</a></p>
<p>This links were helpful for me :</p>
<ul>
<li>http://forums.zend.com/viewtopic.php?f=59&amp;t=910</li>
<li>http://ubuntuforums.org/showthread.php?t=553508</li>
<li>http://www.dbaranski.net/node/17</li>
</ul>
<p>NB. Install</p>
<p>In order to install  you must have libc6-i386 and ia32-libs. If not make this :<br />
<code>sudo apt-get install libc6-i386 ia32-libs</code><br />
In my install of jaunty (9.04), il was already installed.<br />
Thanks to <a href="http://www.dbaranski.net/node/17">Dominic for this tip</a>.</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=6f0cde34-253f-8cc1-9838-9ae43da837a2" alt="" /></div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.didiergalland.com%2F2009%2F07%2F19%2Frunning-zend-studio-on-64-bit-ubuntu%2F&amp;title=Running%20Zend%20Studio%20on%2064%20bit%20Ubuntu" id="wpa2a_6"><img src="http://www.didiergalland.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.didiergalland.com/2009/07/19/running-zend-studio-on-64-bit-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

