Eclipse
Author
Zhou Renjian
Create@
2004-08-14 09:05
Things about Eclipse, mainly about R3.0
本记录所在类别:
- waNote - 2004-01-15 23:27
Root of wHizz Notes Welcome to Zhou Renjian's iDeas wHizz Blog! This blog is designed for the author to record all the things he think he should record. So this blog may not focus on some niched field ...
本记录相关记录:
- zz: Eclipse插件开发之建立Console视图并在其中显示自定义信息 - 2006-11-30 09:27
Eclipse插件开发之建立Console视图并在其中显示自定义信息 ?? 在Eclipse插件开发中经常会遇到需要在一个区域显示程序运行过程中的一 些信息,如日志报告、错误提示等,Eclipse自身的MessageConsole其实就可以很方便地完成这些功能,并且开发起来十分方便。当然 MessageConsole的开发也有许多种方法,在这里我只想向大家介绍一个最简单的方法,只需不到6行代码即 ...
- All common Eclipse icons - 2006-08-09 13:11
http://www.codehaus.org/~bwalding/eclipse-icons/ ...
- BBS: Eclipse是天文斑么? - 2006-06-02 23:18
发信人: enykee (网络X网络=网络X网络), 信区: Eclipse 标? 题: Re: 这是天文斑么? 发信站: 饮水思源 (2006年06月02日23:17:40 星期五), 转信 以前问一个不太懂编程技术的人,Eclipse是什么,立马回答日食。惊叹牛人。 艾克利普斯?艾克利普斯.佳娃? Eclipse,你以为你用这么性感的中文名别人就会不知道你是什么吗?没用的!你是如此 少见的现 ...
- 天文问题:如何计算下一次日食 - 2006-05-12 15:09
发信人: enykee (网络X网络=网络X网络), 信区: Eclipse 标? 题: 天文问题:如何计算下一次日食 发信站: 饮水思源 (2006年05月12日02:38:12 星期五), 站内信件 虽然说日食预测已经能够精确到秒精确到米,但是如何算的,有没有专门数据以及算法 介绍? 有没有那个Plugin提供专门的模拟(OpenGL?)? 谢谢 -- ※ 来源:·饮水思源 bbs.sjtu ...
- About Eclipse's CVS Comparison - 2005-11-24 13:52
Sometimes, we will find that the "Compare" with Latest Head in CVS will result in whole block of source is not the same. This will disturb us when we want to check which lines we are modifying especia ...
- 怎样在Eclipse左下角的状态栏写错误提示 - 2005-10-30 10:21
http://spaces.msn.com/members/jiaoly/Blog/cns!1pAIzkf_n6hjc5BsCQtUb9JQ!399.entry?owner=1 备忘:怎样在Eclipse左下角的状态栏写错误提示 ? ?每次都是忘了又找,找了又忘,还是记下来好: ? ?private void showStatusErrorMessage(String err) { ?? Work ...
- Re: SWT+SWING dialog's Ctrl+C被eclipse框架屏蔽 - 2005-10-26 22:52
发信人: enykee (社会是最大的算法), 信区: Eclipse 标? 题: Re: SWT+SWING dialog's Ctrl+C被eclipse框架屏蔽 发信站: 饮水思源 (2005年10月25日11:36:11 星期二), 站内信件 找到答案了,只要在弹出带有Swing控件的对话框前把workbench的key filter disable 掉,对话框结束后再恢复就可以了。 .. ...
- 关于虚拟机的启动参数 - 2005-06-09 09:28
eclipse.exe -vmargs -Xms256m -Xmx384m 其中-Xms256m 表示虚拟机最小内存,?-Xmx384m表示虚拟机占用最大内存 貌似这个一定要加,要不然Eclipse的底层框架就是会报out of memory错误,只有加了虚拟机的启动参数,虚拟机的垃圾回收机制才会及时地启动,要不然,你512M(或更多)的内存要到快用尽的时候才会启动,但是通常内存还有其他的程序在 ...
- 关于tips and tricks - 2005-05-26 12:37
发信人: enykee (学习无产阶级革命), 信区: Eclipse 标? 题: 关于tips and tricks 发信站: 饮水思源 (2005年05月26日12:26:28 星期四), 站内信件 原以为自己对eclipse的很多功能都已经很熟悉了,前一阵子有人推荐重新看一下tips and tricks,才知道原来eclipse提供了那么多的快捷方式,自己却没有用,反而是用很 土的办法进行 ...
- The Spirit of Eclipse Plugin - 2005-04-20 16:57
The spirit of Eclipse plugin is that it supports the external provider to provide the wanted functions. In my later whizz-series, I must support this plugin mechanism. ...
- Sorting Property Sheet Entries - 2005-02-03 10:34
http://javadude.com/eclipse/sortingpropertysheetentries.html https://bugs.eclipse.org/bugs/show_bug.cgi?id=1883 ...
- Size of Property Page Seems Bigger - 2004-12-23 15:59
It seems that Eclipse will try to adjust the property page dialog according to the property page itself by calling the computeSize method. As some control in the property page do not explicitly overri ...
- Eclipse某些plugin无法正常启动的原因 - 2004-12-22 10:12
Eclipse某些plugin无法正常启动, 并且没有任何出错信息, 其原因可能是这些plugin依赖于其他的plugin, 而其他的plugin根本不存在, 也就没有出错信息了. 但是此时还是能够在plugin details里面看到这些plugin的存在. 只是这些plugin无法正常载入而已. 解决问题所在是逐一检查其依赖的plugin. ...
- Eclipse is a big project - 2004-11-15 21:49
I should learn lots of things in every corner. I must spend lots of time on its source and just learn and try to figure out what and why and how... ...
- Use "Open External File" in Eclipse - 2004-11-05 00:54
In Eclipse 3.0 +, you can use "Open External File"?under "File" menu. It's very convenient to open an external text file and make a little modification. Just use it. ...
- 关于eclipse中图片叠加的实现 - 2004-10-17 09:41
查了一下JDT的实现 org.eclipse.jdt.ui.JavaElementImageDescriptor public JavaElementImageDescriptor(ImageDescriptor baseImage, int flags, Point size); 使用于org.eclipse.jdt.ui.ProblemsLabelDecorator ?public Imag ...
- being eclipsed - 2004-09-17 00:35
Mozilla is an open-source effort created by programmers formerly involved with Netscape -- the once-popular browser that that was purchased by AOL [Latest News about AOL Time Warner] after being ecli ...
- Rules for CVS - 2004-08-20 09:08
When you check in any project into CVS, make sure you don't check in any unnecessary, temporary files and directories, such as - temp - tmp - bin - dist - ... Use .cvsignore to exclude them. Always ha ...
- Sugguestions under Eclipse 3.0 and others - 2004-08-11 21:22
Sugguestions under Eclipse 3.0: ------------------------------- [1]. Use Source -> Format(++F/,+F) to format the codes every time before saving. [2]. Use Source -> Organize Imports(++O) to organize th ...
- Fix a Man-made Mistake in Java Project of Eclipse - 2004-08-11 21:17
.classpath: ====== <?xml version="1.0" encoding="UTF-8"?> <classpath> ?? ?<classpathentry kind="src" path="src"/> ??? <classpathentry kind="var" path="BC_PROVIDER"/> ?? ?<classpathentry kind="var" pat ...
- GEF - 2004-03-30 21:29
Graphical Editor Framework I will use a lot of GEF in the future. ...
- 对于eclipse的proje… - 2004-02-27 16:40
对于eclipse的project,如果要复制另外一个project中包含的jar文件,只需要在eclipse中打开.classpath,把对应的*.jar路径复制过来就可以了。 ...
- Eclipse Configuration: - 2004-02-22 14:20
Eclipse Configuration: Add <Ctrl> + D to "Run the last lauched" as I always press <Ctrl> + S to "Save" before running the last lauched. Edit the "Code generation"'s auto generated comments of?Types an ...
- Eclipse中的filter对… - 2004-02-19 12:50
Eclipse中的filter对文件后缀名的过滤用的“,”,譬如: *.bmp, *.gif ...
- Eclipse "Help Conte… - 2004-02-16 20:11
Eclipse "Help Content" serve as a web-server, and it has almost all I want! I love the Eclipse! ...
- SWT - 2004-02-14 03:30
Eclipse: JFace/SWT ...
- 在eclipse中应该通… - 2004-02-05 15:39
在eclipse中应该通过配置workbench的keys,增加<ctrl>+<tab>来进行editor间切换 ...