<?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>阿宽技术博客 &#187; Eclipse</title>
	<atom:link href="http://www.hengxinsoft.com/tag/eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hengxinsoft.com</link>
	<description>技术交流</description>
	<lastBuildDate>Thu, 12 Jan 2012 06:17:57 +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>使用Eclipse和SWT-designer开发SWT应用程序简单步骤</title>
		<link>http://www.hengxinsoft.com/2009/06/%e4%bd%bf%e7%94%a8eclipse%e5%92%8cswt-designer%e5%bc%80%e5%8f%91swt%e5%ba%94%e7%94%a8%e7%a8%8b%e5%ba%8f%e7%ae%80%e5%8d%95%e6%ad%a5%e9%aa%a4/</link>
		<comments>http://www.hengxinsoft.com/2009/06/%e4%bd%bf%e7%94%a8eclipse%e5%92%8cswt-designer%e5%bc%80%e5%8f%91swt%e5%ba%94%e7%94%a8%e7%a8%8b%e5%ba%8f%e7%ae%80%e5%8d%95%e6%ad%a5%e9%aa%a4/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 16:15:59 +0000</pubDate>
		<dc:creator>akin</dc:creator>
				<category><![CDATA[Java栏]]></category>
		<category><![CDATA[Eclipse]]></category>

		<guid isPermaLink="false">http://www.hengxinsoft.com/?p=238</guid>
		<description><![CDATA[一.使用向导建立一个SWT/JFace Java项目 1.       文件-&#62;新建-&#62;项目 2.       Designer-&#62;SWT/JFace Java Project-&#62;next 3.       输入项目名:myswt,选择”创建单独的源文件夹和输出文件夹”,完成. 二.导入SWT的原生库 1.右键 项目名myswt,导入 2.文件系统-&#62;next 3.浏览-&#62;SWT原生库的路径( %eclipse_home% \plugins \org.eclipse.swt.win32_3.0.1 \os \win32 \x86 ),选上”swt-win32-3063.dll”,完成. 三.新建一个SWT类文件 1.新建-&#62;其他 2.Designer-&#62;SWT-&#62;Application Window,next 3.输入类名:HelloWorld,选择”public static main() method”完成. 四.运行 1.运行-&#62;运行方式-&#62;Java应用程序, 2.空荡荡的主窗口,successd! Copyright &#169; SITE_NAME. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you [...]]]></description>
			<content:encoded><![CDATA[<p>一.使用向导建立一个SWT/JFace Java项目</p>
<p>1.       文件-&gt;新建-&gt;项目</p>
<p>2.       Designer-&gt;SWT/JFace Java Project-&gt;next</p>
<p>3.       输入项目名:myswt,选择”创建单独的源文件夹和输出文件夹”,完成.</p>
<p>二.导入SWT的原生库</p>
<p>1.右键 项目名myswt,导入</p>
<p>2.文件系统-&gt;next</p>
<p>3.浏览-&gt;SWT原生库的路径( %eclipse_home% \plugins \org.eclipse.swt.win32_3.0.1 \os \win32 \x86 ),选上”swt-win32-3063.dll”,完成.</p>
<p>三.新建一个SWT类文件</p>
<p>1.新建-&gt;其他</p>
<p>2.Designer-&gt;SWT-&gt;Application Window,next</p>
<p>3.输入类名:HelloWorld,选择”public static main() method”完成.</p>
<p>四.运行</p>
<p>1.运行-&gt;运行方式-&gt;Java应用程序,</p>
<p>2.空荡荡的主窗口,successd!</p>
<hr />Copyright &copy; SITE_NAME. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement.]]></content:encoded>
			<wfw:commentRss>http://www.hengxinsoft.com/2009/06/%e4%bd%bf%e7%94%a8eclipse%e5%92%8cswt-designer%e5%bc%80%e5%8f%91swt%e5%ba%94%e7%94%a8%e7%a8%8b%e5%ba%8f%e7%ae%80%e5%8d%95%e6%ad%a5%e9%aa%a4/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>增强Eclipse ，MyEclipse 的代码提示功能</title>
		<link>http://www.hengxinsoft.com/2009/06/%e5%a2%9e%e5%bc%baeclipse-%ef%bc%8cmyeclipse-%e7%9a%84%e4%bb%a3%e7%a0%81%e6%8f%90%e7%a4%ba%e5%8a%9f%e8%83%bd/</link>
		<comments>http://www.hengxinsoft.com/2009/06/%e5%a2%9e%e5%bc%baeclipse-%ef%bc%8cmyeclipse-%e7%9a%84%e4%bb%a3%e7%a0%81%e6%8f%90%e7%a4%ba%e5%8a%9f%e8%83%bd/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 02:02:19 +0000</pubDate>
		<dc:creator>akin</dc:creator>
				<category><![CDATA[Java栏]]></category>
		<category><![CDATA[Eclipse]]></category>

		<guid isPermaLink="false">http://www.hengxinsoft.com/?p=195</guid>
		<description><![CDATA[觉得不错就转过来了  废话少说，直奔主题 1.  打开Eclipse ，然后“window”→“Preferences” 2.  选择“java”，展开，“Editor”，选择“Content Assist”。  3.  选择“Content Assist”，然后看到右边，右边的“Auto-Activation”下面的“Auto Activation triggers for java”这个选项。 4. “Auto Activation triggers for java”这个选项，在“.”后加abc字母，方便后面的查找修改。然后“apply”，点击“OK”。 5.  然后，“File”→“Export”，在弹出的窗口中选择“Perferences”，点击“下一步”。 6.  选择导出文件路径，本人导出到桌面，输入“test”作为文件名，点击“保存”。 7.  在桌面找到刚在保存的文件“test.epf”,右键选择“用记事本打开”。 8.  可以看到很多配置MyEclipse 的信息 9.  按“ctrl + F”快捷键，输入“.abc”，点击“查找下一个”。 10.   查找到“.abc”的配置信息如下： 如下： /instance/org.eclipse.jdt.ui/content_assist_autoactivation_triggers_java=.abc 11. 把“.abc”改成“.abcdefghijklmnopqrstuvwxyz(,”，保存，关闭“test.epf”。 12.  回到MyEclipse 界面，“File”→“Import”，在弹出的窗口中选择“Perferences”，点击  “下一步”，选择刚在已经修改的“test.epf”文件，点击“打开”，点击“Finish”。该步骤和上面的导出步骤类似。 13. 最后当然是进行代码测试了。随便新建一个工程，新建一个类。在代码输入switch，foreach等进行测试。你立即会发现，果然出了提示，而且无论是敲哪个字母都会有很多相关的提示了，很流畅，很方便。   本文来自CSDN博客，转载请标明出处：http://blog.csdn.net/diy8187/archive/2008/07/29/2731339.aspx Copyright &#169; SITE_NAME. This Feed is for [...]]]></description>
			<content:encoded><![CDATA[<p>觉得不错就转过来了  废话少说，直奔主题</p>
<p>1.  打开Eclipse ，然后“window”→“Preferences”</p>
<p>2.  选择“java”，展开，“Editor”，选择“Content Assist”。<span id="more-195"></span> </p>
<p>3.  选择“Content Assist”，然后看到右边，右边的“Auto-Activation”下面的“Auto Activation triggers for java”这个选项。</p>
<p>4. “Auto Activation triggers for java”这个选项，在“.”后加abc字母，方便后面的查找修改。然后“apply”，点击“OK”。</p>
<p>5.  然后，“File”→“Export”，在弹出的窗口中选择“Perferences”，点击“下一步”。</p>
<p>6.  选择导出文件路径，本人导出到桌面，输入“test”作为文件名，点击“保存”。</p>
<p>7.  在桌面找到刚在保存的文件“test.epf”,右键选择“用记事本打开”。</p>
<p>8.  可以看到很多配置MyEclipse 的信息</p>
<p>9.  按“ctrl + F”快捷键，输入“.abc”，点击“查找下一个”。</p>
<p>10.   查找到“.abc”的配置信息如下：</p>
<p>如下：</p>
<p>/instance/org.eclipse.jdt.ui/content_assist_autoactivation_triggers_java=.abc</p>
<p>11. 把“.abc”改成“.abcdefghijklmnopqrstuvwxyz(,”，保存，关闭“test.epf”。</p>
<p>12.  回到MyEclipse 界面，“File”→“Import”，在弹出的窗口中选择“Perferences”，点击</p>
<p> “下一步”，选择刚在已经修改的“test.epf”文件，点击“打开”，点击“Finish”。该步骤和上面的导出步骤类似。</p>
<p>13. 最后当然是进行代码测试了。随便新建一个工程，新建一个类。在代码输入switch，foreach等进行测试。你立即会发现，果然出了提示，而且无论是敲哪个字母都会有很多相关的提示了，很流畅，很方便。</p>
<p> </p>
<p>本文来自CSDN博客，转载请标明出处：<a href="http://blog.csdn.net/diy8187/archive/2008/07/29/2731339.aspx">http://blog.csdn.net/diy8187/archive/2008/07/29/2731339.aspx</a></p>
<hr />Copyright &copy; SITE_NAME. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement.]]></content:encoded>
			<wfw:commentRss>http://www.hengxinsoft.com/2009/06/%e5%a2%9e%e5%bc%baeclipse-%ef%bc%8cmyeclipse-%e7%9a%84%e4%bb%a3%e7%a0%81%e6%8f%90%e7%a4%ba%e5%8a%9f%e8%83%bd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

