ZendStudio 中文界面及乱码解决
更改C:\Documents and Settings\Administrator\ZDE\config_5.5\desktop_options.xml
<?xml version='1.0' encoding='UTF-8'?>
<zde_properties>
<properties>
<customized_property ID="desktop.laf">
<boolean value="true"/>
</customized_property>
<customized_property ID="desktop.antialiasing">
<boolean value="false"/>
</customized_property>
<customized_property ID="desktop.language">
<locale language="zh" country="" variant=""/>
</customized_property>
<customized_property ID="desktop.font">
<font name="Dialog" style="0" size="12"/>
</customized_property>
<customized_property ID="editing.encoding">
<encoding name="UTF-8"/>
</customized_property>
<customized_property ID="desktop.phpVersion">
<phpVersion value="PHP5"/>
</customized_property>
<customized_property ID="desktop.includeFrameworkData">
<boolean value="true"/>
</customized_property>
<customized_property ID="editing.supportAspTags">
<boolean value="true"/>
</customized_property>
<customized_property ID="desktop.internalBrowser">
<boolean value="true"/>
</customized_property>
<customized_property ID="browser.commandLine">
<string value="C:\Program Files\Internet Explorer\IEXPLORE.EXE"/>
</customized_property>
<customized_property ID="editing.manualUrl">
<manual_url spec="file:///D:\Program Files\Zend\ZendStudio-5.5.0\docs\PHPmanual/" local="true"/>
</customized_property>
<customized_property ID="encoder.encoderCommandLine">
<file name="C:\Program Files\Zend\ZendGuard-4.0.0\bin\ZendGuard.exe"/>
</customized_property>
<customized_property ID="desktop.showHiddenFiles">
<boolean value="false"/>
</customized_property>
<customized_property ID="filesystem.filesystemModificationCheckEnabled">
<boolean value="true"/>
</customized_property>
<customized_property ID="filesystem.filesystemModificationCheckTime">
<integer value="1000"/>
</customized_property>
<customized_property ID="editing.automaticFileReload">
<boolean value="false"/>
</customized_property>
<customized_property ID="editing.searchResultDisplaySize">
<integer value="1000"/>
</customized_property>
</properties>
</zde_properties>
<zde_properties>
<properties>
<customized_property ID="desktop.laf">
<boolean value="true"/>
</customized_property>
<customized_property ID="desktop.antialiasing">
<boolean value="false"/>
</customized_property>
<customized_property ID="desktop.language">
<locale language="zh" country="" variant=""/>
</customized_property>
<customized_property ID="desktop.font">
<font name="Dialog" style="0" size="12"/>
</customized_property>
<customized_property ID="editing.encoding">
<encoding name="UTF-8"/>
</customized_property>
<customized_property ID="desktop.phpVersion">
<phpVersion value="PHP5"/>
</customized_property>
<customized_property ID="desktop.includeFrameworkData">
<boolean value="true"/>
</customized_property>
<customized_property ID="editing.supportAspTags">
<boolean value="true"/>
</customized_property>
<customized_property ID="desktop.internalBrowser">
<boolean value="true"/>
</customized_property>
<customized_property ID="browser.commandLine">
<string value="C:\Program Files\Internet Explorer\IEXPLORE.EXE"/>
</customized_property>
<customized_property ID="editing.manualUrl">
<manual_url spec="file:///D:\Program Files\Zend\ZendStudio-5.5.0\docs\PHPmanual/" local="true"/>
</customized_property>
<customized_property ID="encoder.encoderCommandLine">
<file name="C:\Program Files\Zend\ZendGuard-4.0.0\bin\ZendGuard.exe"/>
</customized_property>
<customized_property ID="desktop.showHiddenFiles">
<boolean value="false"/>
</customized_property>
<customized_property ID="filesystem.filesystemModificationCheckEnabled">
<boolean value="true"/>
</customized_property>
<customized_property ID="filesystem.filesystemModificationCheckTime">
<integer value="1000"/>
</customized_property>
<customized_property ID="editing.automaticFileReload">
<boolean value="false"/>
</customized_property>
<customized_property ID="editing.searchResultDisplaySize">
<integer value="1000"/>
</customized_property>
</properties>
</zde_properties>
<locale language="zh" country="" variant=""/>
<encoding name="UTF-8"/>
把这个文件改为只读就不会出现重启后恢复原来的情况了