<?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>robertbao&#039;s website &#187; eclipse</title>
	<atom:link href="http://www.robertbao.com/post/tag/eclipse/feed" rel="self" type="application/rss+xml" />
	<link>http://www.robertbao.com</link>
	<description>robertbao的个人网站</description>
	<lastBuildDate>Sat, 24 Jul 2010 03:59:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Eclipse使用笔记</title>
		<link>http://www.robertbao.com/post/1190</link>
		<comments>http://www.robertbao.com/post/1190#comments</comments>
		<pubDate>Sun, 02 Dec 2007 04:40:00 +0000</pubDate>
		<dc:creator>robertbao</dc:creator>
				<category><![CDATA[WORK]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[note]]></category>

		<guid isPermaLink="false">http://www.robertbao.com/post/1190</guid>
		<description><![CDATA[在工作中使用Eclipse有几年了，我写Java程序的主力IDE最初是JBuilder，中间数次切换到Netbeans和IDEA，最后稳定在Eclipse。使用Eclipse的过程中也不时会有bug出现，搞的人很恼火，但总体来说，Eclipse不失为一款伟大的IDE产品，无论在功能上还是构思设计上。在这里记录一些我使用Eclipse的笔记，对Eclipse掌握的越多，就越能体会到&#8221;develop with pleasure&#8221;。

[Eclipse使用] 
Eclipse安装 下载JEE版 设置JRE和Server Runtime 下载插件：CDT/viPlugin/jadclipse等 安装插件：link方式
调整设置  显示行号=General &#8211; text editors &#8211; line number 去除拼写检查=General &#8211; text editors &#8211; spelling 字体设置 = General &#8211; Appearance &#8211; colors and fonts 代码折叠=java &#8211; editor &#8211; folding 注释格式=java &#8211; code style &#8211; code templates &#8211; comments &#8211; type 去掉自动生成的todo=code templates &#8211; code 本地历史记录数加大 windows&#8211;preference-XDoclet的设置 锁定工具栏 [...]]]></description>
			<content:encoded><![CDATA[<p>在工作中使用Eclipse有几年了，我写Java程序的主力IDE最初是JBuilder，中间数次切换到Netbeans和IDEA，最后稳定在Eclipse。使用Eclipse的过程中也不时会有bug出现，搞的人很恼火，但总体来说，Eclipse不失为一款伟大的IDE产品，无论在功能上还是构思设计上。在这里记录一些我使用Eclipse的笔记，对Eclipse掌握的越多，就越能体会到&#8221;develop with pleasure&#8221;。</p>
<p><img src="http://www.robertbao.com/image/eclipse_download.jpg" alt="eclipse_download.jpg" height="120" width="600"/></p>
<p><strong style="COLOR: #008000">[Eclipse使用]</strong> <br/></p>
<p><strong>Eclipse安装</strong> <br/>下载JEE版 <br/>设置JRE和Server Runtime <br/>下载插件：CDT/viPlugin/jadclipse等 <br/>安装插件：link方式</p>
<p><strong>调整设置 <br/></strong> 显示行号=General &#8211; text editors &#8211; line number <br/>去除拼写检查=General &#8211; text editors &#8211; spelling <br/>字体设置 = General &#8211; Appearance &#8211; colors and fonts <br/>代码折叠=java &#8211; editor &#8211; folding <br/>注释格式=java &#8211; code style &#8211; code templates &#8211; comments &#8211; type <br/>去掉自动生成的todo=code templates &#8211; code <br/>本地历史记录数加大 <br/>windows&#8211;preference-XDoclet的设置 <br/>锁定工具栏 <br/>team下ignore resources <br/>修改Windows-&gt;Preferences-&gt;XML-&gt;XML Files-&gt;Editor，增加到118字符 <br/>Eclipse-java=Window-preference-java-code style-formatter每行增至118字符 (Line wrapping) <br/>屏蔽编译警告 <br/>Window -&gt; Preference -&gt; Java -&gt; Compiler -&gt; Error/Warnings -&gt; Generic types -&gt; Unchecked generic type operation : 选Ignore <br/>如果只是想在显示上屏蔽： <br/>在Filters &#8211; Description里选doesn&#8217;t contain,然后在下面的输入框输入References to generic type 或 generic type或raw type之类的关键字就可以了</p>
<p><strong>帮助中最重要的 <br/></strong> 提示与技巧 <br/>键绑定 <br/>代码模板－－首选项－java－编辑器－模板</p>
<p><strong>搭建C开发环境</strong> <br/>下载Eclipse CDT插件 <br/>安装C开发环境</p>
<ol>
<li>Download and run the MinGW setup program, MinGW-5.1.3.exe.</li>
<li>Select download and install the MinGW base tools and the g++ compiler. You may select the Current or Candidate version of these tools. You may also install any of the other available compilers as well. <br/>Do not install the MinGW Make feature as the MSYS version of make from step 5 is a more complete implementation of make.</li>
<li>The MinGW setup program currently does not install the gdb debugger. To install the debugger, download the file from the following location: gdb-6.6.tar.bz2</li>
<li>Extract the contents of the file gdb-6.6.tar.bz2 to the same location where you installed MinGW.</li>
<li>If you want to use Makefile projects, download and run the setup program from the following location: MSYS-1.0.10.exe. MSYS provides an implementation of make and related command line tools. This is not required for other types of projects with the MinGW toolchain, which use CDT&#8217;s internal build tools to perform the build.</li>
</ol>
<p>在Eclipse中建立外部make项目，用MSYS中的make，gcc、gdb用MinGW中的 <br/>修改build directory为${workspace_loc:/项目名}</p>
<p><strong>Eclipse卸载 <br/></strong> 1、备份workspace中.metadata文件夹 <br/>2、备份myPlugin和links文件夹 <br/>3、备份configuration文件夹 <br/>4、在Eclipse中导出个人配置</p>
<p><strong style="COLOR: #008000">[Eclipse技巧]</strong></p>
<p><strong>Eclipse提速</strong> <br/>1.取消系统的自动折叠 <br/>操作方法： <br/>Window-&gt;Preferences-&gt;Java-&gt;Editor-&gt;Folding tab. <br/>2.关闭不常用的工程。 <br/>一些不常用的工程打开的时候，也会影响你正在使用工程的操作速度。 <br/>3.设置启动参数 <br/>-vmargs -Xverify:none -Xms512M -Xmx1024M -XX:PermSize=128M -XX:MaxPermSize=256M -XX:+UseParallelGC</p>
<p><strong>Tab键设置 <br/></strong> UE=高级-设置-编辑器-自动换行/制表符设置 <br/>Eclipse-java=Window-preference-java-code style-formatter <br/>Eclipse-text=Window-preference-General-Editors-Text Editors <br/>Eclipse-xml=Window-preference-xml-xml files-Editor <br/>Eclipse-ant=Windows=prefernce-Ant-Editor-Formatter</p>
<p><strong>其他技巧</strong> <br/>可以复制粘贴项目 <br/>首选项－java－编辑器－代码辅助－－补全时填充自变量名 <br/>Enter键－－字符串回绕 <br/>通过从进程或调试目标的上下文菜单中选择属性，可以看到命令行</p>
<p><strong style="COLOR: #008000">[Eclipse快捷键]</strong></p>
<p><img src="http://www.robertbao.com/image/eclipse_assist.jpg" alt="eclipse_assist.jpg" height="496" width="404"/></p>
<p>在Eclipse中使用快捷键能够大大提高工作效率，Eclipse也列出了它的全部快捷键，估计有上百个之多，当然我们在工作中记住常用的1、20个就足够用了。</p>
<h3>相关文章</h3>
<ul class="related_post">
<li>2010-06-25 &#8212; <a href="http://www.robertbao.com/post/1211" title="借记卡与贷记卡的区别">借记卡与贷记卡的区别 (1)</a></li>
<li>2010-05-15 &#8212; <a href="http://www.robertbao.com/post/1210" title="一辈子为自己打工">一辈子为自己打工 (1)</a></li>
<li>2010-02-20 &#8212; <a href="http://www.robertbao.com/post/1209" title="Email管理">Email管理 (3)</a></li>
<li>2009-11-11 &#8212; <a href="http://www.robertbao.com/post/1208" title="程序员的高效实践">程序员的高效实践 (2)</a></li>
<li>2009-10-03 &#8212; <a href="http://www.robertbao.com/post/1207" title="通胀预期下买房子还是买股票">通胀预期下买房子还是买股票 (1)</a></li>
<li>2009-09-01 &#8212; <a href="http://www.robertbao.com/post/1206" title="程序员的自我修养">程序员的自我修养 (1)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.robertbao.com/post/1190/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse，快乐开发！</title>
		<link>http://www.robertbao.com/post/890</link>
		<comments>http://www.robertbao.com/post/890#comments</comments>
		<pubDate>Mon, 24 Oct 2005 15:00:20 +0000</pubDate>
		<dc:creator>robertbao</dc:creator>
				<category><![CDATA[WORK]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[整理了一篇《Eclipse3.1JDT的改进特性》，放在文档区了。
越用越觉得Eclipse真是方便，IDEA的develop with pleasure!用在Eclipse身上也绝对合适。
不知不觉中已经记住了Eclipse的一大堆快捷键，这是以前用别的IDE时从来没有过的。
相关文章

2005-10-17 &#8212; IBM向Eclipse基金会捐献部分RUP代码 (0)
2005-09-03 &#8212; JBuilder，毁灭还是重生？ (0)
2005-08-29 &#8212; 在Eclipse中显示JVM当前内存使用量 (5)
2005-08-14 &#8212; Eclipse3.2M1的改进特性 (3)
2004-11-21 &#8212; 第一个Eclipse程序完全图解 (6)
2004-10-22 &#8212; Eclipse代码片断编辑测试窗介绍 (1)

]]></description>
			<content:encoded><![CDATA[<p>整理了一篇<a href="http://www.robertbao.com/post/1118" target="_blank">《Eclipse3.1JDT的改进特性》</a>，放在文档区了。</p>
<p>越用越觉得Eclipse真是方便，<a href="http://www.jetbrains.com/idea/" target="_blank">IDEA</a>的develop with pleasure!用在Eclipse身上也绝对合适。</p>
<p>不知不觉中已经记住了Eclipse的一大堆快捷键，这是以前用别的IDE时从来没有过的。</p>
<h3>相关文章</h3>
<ul class="related_post">
<li>2005-10-17 &#8212; <a href="http://www.robertbao.com/post/873" title="IBM向Eclipse基金会捐献部分RUP代码">IBM向Eclipse基金会捐献部分RUP代码 (0)</a></li>
<li>2005-09-03 &#8212; <a href="http://www.robertbao.com/post/798" title="JBuilder，毁灭还是重生？">JBuilder，毁灭还是重生？ (0)</a></li>
<li>2005-08-29 &#8212; <a href="http://www.robertbao.com/post/789" title="在Eclipse中显示JVM当前内存使用量">在Eclipse中显示JVM当前内存使用量 (5)</a></li>
<li>2005-08-14 &#8212; <a href="http://www.robertbao.com/post/757" title="Eclipse3.2M1的改进特性">Eclipse3.2M1的改进特性 (3)</a></li>
<li>2004-11-21 &#8212; <a href="http://www.robertbao.com/post/42" title="第一个Eclipse程序完全图解">第一个Eclipse程序完全图解 (6)</a></li>
<li>2004-10-22 &#8212; <a href="http://www.robertbao.com/post/56" title="Eclipse代码片断编辑测试窗介绍">Eclipse代码片断编辑测试窗介绍 (1)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.robertbao.com/post/890/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>IBM向Eclipse基金会捐献部分RUP代码</title>
		<link>http://www.robertbao.com/post/873</link>
		<comments>http://www.robertbao.com/post/873#comments</comments>
		<pubDate>Mon, 17 Oct 2005 08:24:06 +0000</pubDate>
		<dc:creator>robertbao</dc:creator>
				<category><![CDATA[WORK]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[ibm]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[IBM向Eclipse开源基金会捐献了约15%的Rational Unified Process代码，RUP是被IBM收购的Rational公司发明的一种软件开发方法学，这些捐献的代码将构成名为&#8220;Project Beacon&#8221;的开放源代码项目的基础。
JBuilder、JRockit、BEA Workshop、Rational RUP&#8230;&#8230; 看样子Eclipse是要一统江湖了？
相关文章

2009-07-25 &#8212; Java SE for Business&#8211;Java收费版 (3)
2005-10-24 &#8212; Eclipse，快乐开发！ (1)
2005-09-03 &#8212; JBuilder，毁灭还是重生？ (0)
2005-08-29 &#8212; 在Eclipse中显示JVM当前内存使用量 (5)
2005-08-14 &#8212; Eclipse3.2M1的改进特性 (3)
2004-11-21 &#8212; 第一个Eclipse程序完全图解 (6)

]]></description>
			<content:encoded><![CDATA[<p>IBM向Eclipse开源基金会捐献了约15%的Rational Unified Process代码，RUP是被IBM收购的Rational公司发明的一种软件开发方法学，这些捐献的代码将构成名为&ldquo;Project Beacon&rdquo;的开放源代码项目的基础。</p>
<p>JBuilder、JRockit、BEA Workshop、Rational RUP&#8230;&#8230; 看样子Eclipse是要一统江湖了？</p>
<h3>相关文章</h3>
<ul class="related_post">
<li>2009-07-25 &#8212; <a href="http://www.robertbao.com/post/1175" title="Java SE for Business&#8211;Java收费版">Java SE for Business&#8211;Java收费版 (3)</a></li>
<li>2005-10-24 &#8212; <a href="http://www.robertbao.com/post/890" title="Eclipse，快乐开发！">Eclipse，快乐开发！ (1)</a></li>
<li>2005-09-03 &#8212; <a href="http://www.robertbao.com/post/798" title="JBuilder，毁灭还是重生？">JBuilder，毁灭还是重生？ (0)</a></li>
<li>2005-08-29 &#8212; <a href="http://www.robertbao.com/post/789" title="在Eclipse中显示JVM当前内存使用量">在Eclipse中显示JVM当前内存使用量 (5)</a></li>
<li>2005-08-14 &#8212; <a href="http://www.robertbao.com/post/757" title="Eclipse3.2M1的改进特性">Eclipse3.2M1的改进特性 (3)</a></li>
<li>2004-11-21 &#8212; <a href="http://www.robertbao.com/post/42" title="第一个Eclipse程序完全图解">第一个Eclipse程序完全图解 (6)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.robertbao.com/post/873/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse3.1&#8211;&gt; 3.1.1升级指导</title>
		<link>http://www.robertbao.com/post/861</link>
		<comments>http://www.robertbao.com/post/861#comments</comments>
		<pubDate>Fri, 07 Oct 2005 13:43:59 +0000</pubDate>
		<dc:creator>robertbao</dc:creator>
				<category><![CDATA[WORK]]></category>
		<category><![CDATA[eclipse]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Eclipse 3.1.1放出了，Eclipse网站给出了通过Update管理项的升级指导，看图说话，就是很简单的几步：
在Eclipse 3.1中, 选择
Help &#8211;&#62; Software Updates &#8211;&#62; Find and Install &#8211;&#62; Search for New features to Install 
 
选择&#160;New Remote Site.

在New Update Site对话框中,&#160;填写
Name: Eclipse SDK 3.1.1 Updates
URL: http://update.eclipse.org/updates/3.1 

点击OK确定.

选中Eclipse 3.1.1 SDK updates复选框, 点击Finish.
接着会列出一些3.1.1 updates的镜像站点, 选择一个下载.

升级过程就完成了。

相关文章

2007-12-02 &#8212; Eclipse使用笔记 (0)
2005-10-24 &#8212; Eclipse，快乐开发！ (1)
2005-10-17 &#8212; IBM向Eclipse基金会捐献部分RUP代码 (0)
2005-09-08 &#8212; Eclipse网站新界面方案结果 (3)
2005-09-03 &#8212; Eclipse网站票选新界面 (0)
2005-09-03 &#8212; JBuilder，毁灭还是重生？ (0)

]]></description>
			<content:encoded><![CDATA[<p>Eclipse 3.1.1放出了，Eclipse网站给出了通过Update管理项的升级指导，看图说话，就是很简单的几步：</p>
<p>在Eclipse 3.1中, 选择</p>
<p><strong>Help</strong> &#8211;&gt; <strong>Software Updates</strong> &#8211;&gt; <strong>Find and Install</strong> &#8211;&gt; <strong>Search for New features to Install</strong> </p>
<p><img height="515" src="http://www.robertbao.com/image/eclipse-featureupdates.jpg" width="576" border="0" /> </p>
<p>选择&nbsp;<strong>New Remote Site</strong>.</p>
<p><img height="516" src="http://www.robertbao.com/image/eclipse-tovisit.jpg" width="576" border="0" /></p>
<p>在<strong>New Update Site</strong>对话框中,&nbsp;填写</p>
<p>Name: <strong>Eclipse SDK 3.1.1 Updates</strong></p>
<p>URL: <strong>http://update.eclipse.org/updates/3.1</strong> </p>
<p><strong><img height="145" src="http://www.robertbao.com/image/eclipse-newsite.jpg" width="338" border="0" />
<p>点击<strong>OK确定</strong>.</p>
<p><img height="538" src="http://www.robertbao.com/image/eclipse-check.jpg" width="600" border="0" /></p>
<p>选中<strong>Eclipse 3.1.1 SDK updates复选</strong>框, 点击Finish.</p>
<p>接着会列出一些3.1.1 updates的镜像站点, 选择一个下载.</p>
<p><img height="377" src="http://www.robertbao.com/image/eclipse-mirrors.jpg" width="456" border="0" /></p>
<p>升级过程就完成了。</p>
<p></strong><br />
<h3>相关文章</h3>
<ul class="related_post">
<li>2007-12-02 &#8212; <a href="http://www.robertbao.com/post/1190" title="Eclipse使用笔记">Eclipse使用笔记 (0)</a></li>
<li>2005-10-24 &#8212; <a href="http://www.robertbao.com/post/890" title="Eclipse，快乐开发！">Eclipse，快乐开发！ (1)</a></li>
<li>2005-10-17 &#8212; <a href="http://www.robertbao.com/post/873" title="IBM向Eclipse基金会捐献部分RUP代码">IBM向Eclipse基金会捐献部分RUP代码 (0)</a></li>
<li>2005-09-08 &#8212; <a href="http://www.robertbao.com/post/813" title="Eclipse网站新界面方案结果">Eclipse网站新界面方案结果 (3)</a></li>
<li>2005-09-03 &#8212; <a href="http://www.robertbao.com/post/799" title="Eclipse网站票选新界面">Eclipse网站票选新界面 (0)</a></li>
<li>2005-09-03 &#8212; <a href="http://www.robertbao.com/post/798" title="JBuilder，毁灭还是重生？">JBuilder，毁灭还是重生？ (0)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.robertbao.com/post/861/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Eclipse网站新界面方案结果</title>
		<link>http://www.robertbao.com/post/813</link>
		<comments>http://www.robertbao.com/post/813#comments</comments>
		<pubDate>Thu, 08 Sep 2005 09:06:38 +0000</pubDate>
		<dc:creator>robertbao</dc:creator>
				<category><![CDATA[WORK]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[那天说Eclipse网站在票选新界面，现在结果已经出来了，就是那个紫色背景的，看来我的审美能力还是不错的。
Eclipse的网管Denis Roy说：
&#8220;I&#8217;ll be handing over Roger&#8217;s submission to the web designer so that the stylesheets can be created. We&#8217;ll contact Roger to get the submitted skin in a high-res graphic format the web designer can work with. Many thanks to Roger, Andrew, Linda and Stavros for submitting great templates, and thanks to all who voted. [...]]]></description>
			<content:encoded><![CDATA[<p>那天说<a href="http://www.robertbao.com/post/799" target="_blank">Eclipse网站在票选新界面</a>，现在结果已经出来了，就是那个紫色背景的，看来我的审美能力还是不错的。</p>
<p>Eclipse的网管Denis Roy说：</p>
<p>&ldquo;I&#8217;ll be handing over Roger&#8217;s submission to the web designer so that the stylesheets can be created. We&#8217;ll contact Roger to get the submitted skin in a high-res graphic format the web designer can work with. Many thanks to Roger, Andrew, Linda and Stavros for submitting great templates, and thanks to all who voted. I look forward to seeing this new skin on the eclipse.org web pages! &rdquo;</p>
<p>看来新的界面马上就要跟大家见面了。</p>
<h3>相关文章</h3>
<ul class="related_post">
<li>2005-09-03 &#8212; <a href="http://www.robertbao.com/post/799" title="Eclipse网站票选新界面">Eclipse网站票选新界面 (0)</a></li>
<li>2009-06-03 &#8212; <a href="http://www.robertbao.com/post/1192" title="网站配色方案">网站配色方案 (3)</a></li>
<li>2009-01-01 &#8212; <a href="http://www.robertbao.com/post/1178" title="新年第一天&#8211;清理网站">新年第一天&#8211;清理网站 (0)</a></li>
<li>2007-12-02 &#8212; <a href="http://www.robertbao.com/post/1190" title="Eclipse使用笔记">Eclipse使用笔记 (0)</a></li>
<li>2006-11-15 &#8212; <a href="http://www.robertbao.com/post/1200" title="本站使用的版权声明">本站使用的版权声明 (0)</a></li>
<li>2006-04-28 &#8212; <a href="http://www.robertbao.com/post/121" title="申请友情链接">申请友情链接 (73)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.robertbao.com/post/813/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
